Class ReflectType
java.lang.Object
org.fusesource.hawtjni.generator.model.ReflectType
- All Implemented Interfaces:
JNIType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasType32(boolean allowConversion) asType64(boolean allowConversion) booleangetName()getTypeSignature(boolean define) getTypeSignature1(boolean define) getTypeSignature2(boolean define) getTypeSignature3(boolean define) getTypeSignature4(boolean define, boolean struct) Class<?> inthashCode()booleanisArray()booleanboolean
-
Constructor Details
-
ReflectType
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
getWrappedClass
-
asType32
-
asType64
-
getComponentType
- Specified by:
getComponentTypein interfaceJNIType
-
getName
-
getSimpleName
- Specified by:
getSimpleNamein interfaceJNIType
-
getNativeName
- Specified by:
getNativeNamein interfaceJNIType
-
getTypeSignature
- Specified by:
getTypeSignaturein interfaceJNIType
-
getTypeSignature1
- Specified by:
getTypeSignature1in interfaceJNIType
-
getTypeSignature2
- Specified by:
getTypeSignature2in interfaceJNIType
-
getTypeSignature3
- Specified by:
getTypeSignature3in interfaceJNIType
-
getTypeSignature4
- Specified by:
getTypeSignature4in interfaceJNIType
-
isArray
public boolean isArray() -
isPrimitive
public boolean isPrimitive()- Specified by:
isPrimitivein interfaceJNIType
-
isType
-