Class ReflectField
- java.lang.Object
-
- org.fusesource.hawtjni.generator.model.ReflectField
-
- All Implemented Interfaces:
JNIField
public class ReflectField extends Object implements JNIField
- Author:
- Hiram Chirino
-
-
Constructor Summary
Constructors Constructor Description ReflectField(ReflectClass parent, Field field)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static String
emptyFilter(String value)
boolean
equals(Object obj)
JNIFieldAccessor
getAccessor()
String
getCast()
String
getConditional()
JNIClass
getDeclaringClass()
boolean
getFlag(FieldFlag flag)
int
getModifiers()
String
getName()
JNIType
getType()
JNIType
getType64()
int
hashCode()
boolean
ignore()
boolean
isPointer()
String
toString()
-
-
-
Constructor Detail
-
ReflectField
public ReflectField(ReflectClass parent, Field field)
-
-
Method Detail
-
getDeclaringClass
public JNIClass getDeclaringClass()
- Specified by:
getDeclaringClass
in interfaceJNIField
-
getModifiers
public int getModifiers()
- Specified by:
getModifiers
in interfaceJNIField
-
getAccessor
public JNIFieldAccessor getAccessor()
- Specified by:
getAccessor
in interfaceJNIField
-
getConditional
public String getConditional()
- Specified by:
getConditional
in interfaceJNIField
-
emptyFilter
public static String emptyFilter(String value)
-
-