Class ReflectType
java.lang.Object
org.fusesource.hawtjni.generator.model.ReflectType
- All Implemented Interfaces:
JNIType
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasType32
(boolean allowConversion) asType64
(boolean allowConversion) boolean
getName()
getTypeSignature
(boolean define) getTypeSignature1
(boolean define) getTypeSignature2
(boolean define) getTypeSignature3
(boolean define) getTypeSignature4
(boolean define, boolean struct) Class<?>
int
hashCode()
boolean
isArray()
boolean
boolean
-
Field Details
-
clazz
-
-
Constructor Details
-
ReflectType
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
getWrappedClass
-
asType32
-
asType64
-
getComponentType
- Specified by:
getComponentType
in interfaceJNIType
-
getName
-
getSimpleName
- Specified by:
getSimpleName
in interfaceJNIType
-
getNativeName
- Specified by:
getNativeName
in interfaceJNIType
-
getTypeSignature
- Specified by:
getTypeSignature
in interfaceJNIType
-
getTypeSignature1
- Specified by:
getTypeSignature1
in interfaceJNIType
-
getTypeSignature2
- Specified by:
getTypeSignature2
in interfaceJNIType
-
getTypeSignature3
- Specified by:
getTypeSignature3
in interfaceJNIType
-
getTypeSignature4
- Specified by:
getTypeSignature4
in interfaceJNIType
-
isArray
public boolean isArray() -
isPrimitive
public boolean isPrimitive()- Specified by:
isPrimitive
in interfaceJNIType
-
isType
-