|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTranslate.Tree
public abstract class Tree
Nested Class Summary | |
---|---|
static class |
Tree.Exp
|
static class |
Tree.Print
|
static class |
Tree.Stm
|
static interface |
Tree.Visitor<Domain,Range>
|
Constructor Summary | |
---|---|
Tree()
|
Method Summary | ||
---|---|---|
abstract
|
accept(Tree.Visitor<D,R> v,
D d)
|
|
static boolean |
isAtom(Tree t)
|
|
abstract Tree.Exp[] |
kids()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Tree()
Method Detail |
---|
public static boolean isAtom(Tree t)
public abstract Tree.Exp[] kids()
public abstract <D,R> R accept(Tree.Visitor<D,R> v, D d)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |