public class FieldDecl extends ASTList
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor v)
Is a method for the visitor pattern.
|
Declarator |
getDeclarator() |
ASTree |
getInit() |
ASTList |
getModifiers() |
public ASTList getModifiers()
public Declarator getDeclarator()
public ASTree getInit()
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