com.dp4j.ast
Class Node

java.lang.Object
  extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface com.sun.source.tree.Tree
com.sun.source.tree.Tree.Kind
 
Field Summary
 com.sun.source.tree.Tree actual
           
 Set<String> exceptions
           
 com.sun.source.tree.Scope scope
           
 
Constructor Summary
Node(com.sun.source.tree.Scope scope, com.sun.source.tree.Tree actual)
           
 
Method Summary
<R,D> R
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
 

Field Detail

scope

public com.sun.source.tree.Scope scope

actual

public com.sun.source.tree.Tree actual

exceptions

public Set<String> exceptions
Constructor Detail

Node

public Node(com.sun.source.tree.Scope scope,
            com.sun.source.tree.Tree actual)
Method Detail

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.