|
||||||||||
| 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 JFieldpublic JClass getDeclaringClass()
getDeclaringClass in class JFieldpublic JClass getType()
getType in class JFieldpublic JType getGenericType()
getGenericType in class JFieldpublic boolean isStatic()
isStatic in class JFieldpublic boolean isPrivate()
isPrivate in class JFieldpublic boolean isTransient()
isTransient in class JField
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||