koala.dynamicjava.interpreter.context
Class MethodModificationError
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Error
|
+--koala.dynamicjava.interpreter.context.MethodModificationError
- All Implemented Interfaces:
- java.io.Serializable
- public class MethodModificationError
- extends java.lang.Error
This error is thrown by a context when it modify the
syntax tree
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MethodModificationError
public MethodModificationError(Expression e,
java.lang.reflect.Method m)
- Constructs an
MethodModificationError
- Parameters:
e
- the new expressionm
- the method found
getExpression
public Expression getExpression()
- Returns the expression
getMethod
public java.lang.reflect.Method getMethod()
- Returns the method
Copyright © 2001 Stephane Hillion. All Rights Reserved.