|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectAbsyn.Absyn
Absyn.VarDecl
public class VarDecl
Declarations for variables and fields.
| Constructor Summary | |
|---|---|
VarDecl(Type type,
java.lang.String name,
Expr init)
|
|
| Method Summary | |
|---|---|
void |
accept(Visitor v)
Visitor pattern dispatch. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VarDecl(Type type,
java.lang.String name,
Expr init)
| Method Detail |
|---|
public void accept(Visitor v)
accept in interface Visitableaccept in class Absyn
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||