|
||||||||||
| 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
public abstract class JField
Represents an introspected java method.
| Constructor Summary | |
|---|---|
JField()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Returns true if equals. |
abstract JClass |
getDeclaringClass()
Returns the declaring class |
abstract JType |
getGenericType()
Returns the parameterized type of the field. |
abstract java.lang.String |
getName()
Returns the method name. |
JClass |
getReturnType()
The return type is the type. |
abstract JClass |
getType()
Returns the return type. |
abstract boolean |
isPrivate()
Returns true for a private field. |
abstract boolean |
isStatic()
Returns true for a static field |
abstract boolean |
isTransient()
Returns true for a transient field |
java.lang.String |
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 JField()
| Method Detail |
|---|
public abstract java.lang.String getName()
getName in class JAccessibleObjectpublic abstract JClass getDeclaringClass()
getDeclaringClass in class JAccessibleObjectpublic abstract JClass getType()
public JClass getReturnType()
getReturnType in class JAccessibleObjectpublic abstract JType getGenericType()
public abstract boolean isPrivate()
public abstract boolean isTransient()
public abstract boolean isStatic()
public boolean equals(java.lang.Object o)
equals in class JAccessibleObjectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||