|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavassist.expr.Expr
Expression.
Field Summary |
Method Summary | |
java.lang.String |
getFileName()
Returns the source file containing the expression. |
int |
getLineNumber()
Returns the line number of the source line containing the expression. |
int |
indexOfBytecode()
Returns the index of the bytecode corresponding to the expression. |
CtClass[] |
mayThrow()
Returns the list of exceptions that the expression may throw. |
CtBehavior |
where()
Returns the constructor or method containing the expression. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public CtBehavior where()
public CtClass[] mayThrow()
public int indexOfBytecode()
public int getLineNumber()
public java.lang.String getFileName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |