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. | 
| String | getTag()Returns the type of this node. | 
public ArrayInit(ASTree firstElement)
public void accept(Visitor v) throws CompileError
ASTreeatXXX() on the given visitor, where
 XXX is the class name of the node object.accept in class ASTListCompileErrorCopyright © 2016 Shigeru Chiba, www.javassist.org. All Rights Reserved.