|
||||||||||
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
public abstract class JAccessibleObject
Represents an introspected java method.
Constructor Summary | |
---|---|
JAccessibleObject()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Returns true if equals. |
abstract JClass |
getDeclaringClass()
Returns the declaring class |
int |
getLine()
Returns the source line number, if available. |
abstract java.lang.String |
getName()
Returns the method name. |
abstract JClass |
getReturnType()
Returns the return type. |
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, toString, wait, wait, wait |
Constructor Detail |
---|
public JAccessibleObject()
Method Detail |
---|
public abstract java.lang.String getName()
public abstract JClass getReturnType()
public abstract JClass getDeclaringClass()
public int getLine()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |