org.fusesource.hawtjni.generator.model
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
ReflectField
public ReflectField(ReflectClass parent,
Field field)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
getDeclaringClass
public JNIClass getDeclaringClass()
- Specified by:
getDeclaringClass in interface JNIField
getModifiers
public int getModifiers()
- Specified by:
getModifiers in interface JNIField
getName
public String getName()
- Specified by:
getName in interface JNIField
getType
public JNIType getType()
- Specified by:
getType in interface JNIField
getType64
public JNIType getType64()
- Specified by:
getType64 in interface JNIField
getAccessor
public String getAccessor()
- Specified by:
getAccessor in interface JNIField
getCast
public String getCast()
- Specified by:
getCast in interface JNIField
isPointer
public boolean isPointer()
- Specified by:
isPointer in interface JNIField
getConditional
public String getConditional()
- Specified by:
getConditional in interface JNIField
getFlag
public boolean getFlag(FieldFlag flag)
- Specified by:
getFlag in interface JNIField
emptyFilter
public static String emptyFilter(String value)
Copyright © 2009-2010 Progress Software Inc.. All Rights Reserved.