Constructor and Description |
---|
ThreadDecl(java.lang.String name,
java.util.LinkedList<VarDecl> fields,
java.util.LinkedList<MethodDecl> methods) |
Modifier and Type | Method and Description |
---|---|
Exp |
accept(TreeVisitor v) |
Type |
accept(TypeVisitor v) |
void |
accept(Visitor v)
Visitor pattern dispatch.
|
public ThreadDecl(java.lang.String name, java.util.LinkedList<VarDecl> fields, java.util.LinkedList<MethodDecl> methods)
public void accept(Visitor v)
public Type accept(TypeVisitor v)