public class ArrayInit extends ASTList
{ 1, 2, 3 }
.Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor v)
Is a method for the visitor pattern.
|
java.lang.String |
getTag()
Returns the type of this node.
|
public ArrayInit(ASTree firstElement)
public void accept(Visitor v) throws CompileError
ASTree
atXXX()
on the given visitor, where
XXX
is the class name of the node object.accept
in class ASTList
CompileError