public class ASTAssignment extends ASTStatement
ASTNode.DataType
Modifier and Type | Field and Description |
---|---|
ASTLocation |
location |
ASTExpression |
value |
attributes
Constructor and Description |
---|
ASTAssignment(ASTLocation location,
ASTExpression value) |
Modifier and Type | Method and Description |
---|---|
void |
traverse(ASTVisitor visitor)
Generic traversal method for the visitor pattern.
|
getASTTypeStr, getDepth, getParent, getSourceInfo, getType, setDepth, setParent, setSourceInfo, setType, typeToString
public ASTLocation location
public ASTExpression value
public ASTAssignment(ASTLocation location, ASTExpression value)
public void traverse(ASTVisitor visitor)
ASTNode
Copyright © 2019. All rights reserved.