|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.bytecode.JAnnotationObject
com.caucho.bytecode.JAccessibleObject
com.caucho.bytecode.JField
com.caucho.bytecode.JFieldWrapper
public class JFieldWrapper
Wrapper around the Java field for a JField.
Constructor Summary | |
---|---|
JFieldWrapper(java.lang.reflect.Field field,
JClassLoader loader)
|
Method Summary | |
---|---|
JClass |
getDeclaringClass()
Returns the declaring type. |
JType |
getGenericType()
Returns the return type. |
java.lang.String |
getName()
Returns the field name. |
JClass |
getType()
Returns the return type. |
boolean |
isPrivate()
Returns true for a private field. |
boolean |
isStatic()
Returns true for a static field. |
boolean |
isTransient()
Returns true for a transient field. |
Methods inherited from class com.caucho.bytecode.JField |
---|
equals, getReturnType, toString |
Methods inherited from class com.caucho.bytecode.JAccessibleObject |
---|
getLine |
Methods inherited from class com.caucho.bytecode.JAnnotationObject |
---|
getAnnotation, getAnnotation, getDeclaredAnnotations, isAnnotationPresent, isAnnotationPresent |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JFieldWrapper(java.lang.reflect.Field field, JClassLoader loader)
Method Detail |
---|
public java.lang.String getName()
getName
in class JField
public JClass getDeclaringClass()
getDeclaringClass
in class JField
public JClass getType()
getType
in class JField
public JType getGenericType()
getGenericType
in class JField
public boolean isStatic()
isStatic
in class JField
public boolean isPrivate()
isPrivate
in class JField
public boolean isTransient()
isTransient
in class JField
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |