|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfmrisc.AST.ASTBase
fmrisc.AST.ExpressionBase
fmrisc.AST.UnaryExpression
fmrisc.AST.NegationTerm
Handling of negated (minus) terms
Constructor Summary | |
NegationTerm(Expression base)
construct negation (minus term) of base term |
Method Summary | |
Expression |
instantiate()
return copy of AST with value references instantiated by the substitutions set in the corresponding declaration identifiers |
Methods inherited from class fmrisc.AST.UnaryExpression |
getBase, printCore |
Methods inherited from class fmrisc.AST.ExpressionBase |
printPriority |
Methods inherited from class fmrisc.AST.ASTBase |
print, printParens, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface fmrisc.AST.AST |
print, printParens, toString |
Constructor Detail |
public NegationTerm(Expression base)
base
- the base termMethod Detail |
public Expression instantiate()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |