com.dp4j.ast
Class Node
java.lang.Object
com.dp4j.ast.Node
- All Implemented Interfaces:
- com.sun.source.tree.Tree
- Direct Known Subclasses:
- ExpNode, StmtNode
public class Node
- extends Object
- implements com.sun.source.tree.Tree
- Author:
- simpatico
Nested classes/interfaces inherited from interface com.sun.source.tree.Tree |
com.sun.source.tree.Tree.Kind |
Constructor Summary |
Node(com.sun.source.tree.Scope scope,
com.sun.source.tree.Tree actual)
|
Method Summary |
|
accept(com.sun.source.tree.TreeVisitor<R,D> tv,
D d)
|
com.sun.source.tree.Tree.Kind |
getKind()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
scope
public com.sun.source.tree.Scope scope
actual
public com.sun.source.tree.Tree actual
exceptions
public Set<String> exceptions
Node
public Node(com.sun.source.tree.Scope scope,
com.sun.source.tree.Tree actual)
getKind
public com.sun.source.tree.Tree.Kind getKind()
- Specified by:
getKind
in interface com.sun.source.tree.Tree
accept
public <R,D> R accept(com.sun.source.tree.TreeVisitor<R,D> tv,
D d)
- Specified by:
accept
in interface com.sun.source.tree.Tree
Copyright © 2011. All Rights Reserved.