|
|||||||||||
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.UpdateTerm
Handling of component updates by index selection.
Constructor Summary | |
UpdateTerm(Expression base1,
Selector[] base2,
Expression value)
construct component update by index selection from base, base2, and base3 |
Method Summary | |
Expression |
getBase()
get the base expression |
Selector[] |
getSelectors()
get the selectors |
Expression |
getUpdate()
get the update value |
Expression |
instantiate()
return copy of AST with value references instantiated by the substitutions set in the corresponding declaration identifiers |
void |
printCore(java.io.PrintWriter out)
Prints text representation on out (without new line termination). |
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 UpdateTerm(Expression base1, Selector[] base2, Expression value)
base1
- the compound objectbase2
- the sequence of selectorsvalue
- the update valueMethod Detail |
public Expression getBase()
public Selector[] getSelectors()
public Expression getUpdate()
public Expression instantiate()
public void printCore(java.io.PrintWriter out)
printCore
in interface AST
printCore
in class ASTBase
out
- the stream on which the text is written
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |