Constructor and Description |
---|
ValuedIdentifier(Reference identifier,
Expression value)
construct identifier with value from identifier and value.
|
Modifier and Type | Method and Description |
---|---|
AST |
accept(ASTVisitor visitor)
Accept visitor for a visit.
|
Reference |
getIdentifier()
returns identifier
|
Expression |
getValue()
returns identifier value
|
ValuedIdentifier |
instantiate()
return copy of AST with value references instantiated by the substitutions
set in the corresponding declaration identifiers
|
void |
print(java.io.PrintWriter out)
Prints text representation.
|
void |
printCore(java.io.PrintWriter out)
Prints text representation on out (without new line termination).
|
printParens, toString
public ValuedIdentifier(Reference identifier, Expression value)
identifier
- the identifiervalue
- its valuepublic Reference getIdentifier()
public Expression getValue()
public ValuedIdentifier instantiate()
public void printCore(java.io.PrintWriter out)
public void print(java.io.PrintWriter out)
public AST accept(ASTVisitor visitor)
visitor
- the visitor who is accepted by this node.