|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
koala.dynamicjava.interpreter.context.MethodModificationError
This error is thrown by a context when it modify the syntax tree
Constructor Summary | |
MethodModificationError(Expression e,
java.lang.reflect.Method m)
Constructs an MethodModificationError |
Method Summary | |
Expression |
getExpression()
Returns the expression |
java.lang.reflect.Method |
getMethod()
Returns the method |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MethodModificationError(Expression e, java.lang.reflect.Method m)
MethodModificationError
e
- the new expressionm
- the method foundMethod Detail |
public Expression getExpression()
public java.lang.reflect.Method getMethod()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |