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 JNIFieldpublic int getModifiers()
getModifiers in interface JNIFieldpublic String getAccessor()
getAccessor in interface JNIFieldpublic String getConditional()
getConditional in interface JNIFieldpublic static String emptyFilter(String value)
Copyright © 2009–2017 FuseSource, Corp.. All rights reserved.