public class DeclarationList extends Node
Modifier and Type | Field and Description |
---|---|
private NodeList |
f0 |
private static long |
serialVersionUID |
Constructor and Description |
---|
DeclarationList(NodeList n0) |
Modifier and Type | Method and Description |
---|---|
<R> R |
accept(GJNoArguVisitor<R> v) |
<R,A> R |
accept(GJVisitor<R,A> v,
A argu) |
<A> void |
accept(GJVoidVisitor<A> v,
A argu) |
void |
accept(Visitor v) |
NodeList |
getF0() |
void |
setF0(NodeList f0) |
private static final long serialVersionUID
private NodeList f0
public DeclarationList(NodeList n0)
public <R> R accept(GJNoArguVisitor<R> v)
public <A> void accept(GJVoidVisitor<A> v, A argu)
public NodeList getF0()
public void setF0(NodeList f0)