Modifier and Type | Field and Description |
---|---|
java.util.AbstractList<ClassDecl> |
classes |
Constructor and Description |
---|
Program(java.util.AbstractList<ClassDecl> classes) |
Modifier and Type | Method and Description |
---|---|
Exp |
accept(TreeVisitor v) |
Type |
accept(TypeVisitor v) |
void |
accept(Visitor v)
Visitor pattern dispatch.
|
public java.util.AbstractList<ClassDecl> classes
public Program(java.util.AbstractList<ClassDecl> classes)
public void accept(Visitor v)
public Type accept(TypeVisitor v)