|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectAbsyn.Absyn
public abstract class Absyn
Class from which all abstract syntax tree nodes inherit.
| Constructor Summary | |
|---|---|
Absyn()
|
|
| Method Summary | ||
|---|---|---|
abstract
|
accept(Visitor<D,R> v,
D d)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Absyn()
| Method Detail |
|---|
public abstract <D,R> R accept(Visitor<D,R> v,
D d)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||