public class ReflectField extends Object implements JNIField
Constructor and Description |
---|
ReflectField(ReflectClass parent,
Field field) |
Modifier and Type | Method and Description |
---|---|
static String |
emptyFilter(String value) |
boolean |
equals(Object obj) |
String |
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() |
public ReflectField(ReflectClass parent, Field field)
public JNIClass getDeclaringClass()
getDeclaringClass
in interface JNIField
public int getModifiers()
getModifiers
in interface JNIField
public String getAccessor()
getAccessor
in interface JNIField
public String getConditional()
getConditional
in interface JNIField
Copyright © 2009–2013 FuseSource, Corp.. All rights reserved.