|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectaspoev.interpreter.exception.InterpreterException
aspoev.interpreter.exception.VariableOverrideException
| Field Summary | |
protected VariableDeclarationElement |
newDeclaration
|
protected VariableDeclarationElement |
oldDeclaration
|
protected MethodDeclarationElement |
referer
|
| Constructor Summary | |
VariableOverrideException(MethodDeclarationElement referer,
VariableDeclarationElement oldDeclaration,
VariableDeclarationElement newDeclaration)
|
|
| Method Summary | |
java.lang.String |
getWarningString()
|
| Methods inherited from class aspoev.interpreter.exception.InterpreterException |
execute |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected VariableDeclarationElement oldDeclaration
protected VariableDeclarationElement newDeclaration
protected MethodDeclarationElement referer
| Constructor Detail |
public VariableOverrideException(MethodDeclarationElement referer,
VariableDeclarationElement oldDeclaration,
VariableDeclarationElement newDeclaration)
| Method Detail |
public java.lang.String getWarningString()
getWarningString in class InterpreterException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||