com.dp4j.ast
Class ExpNode

java.lang.Object
  extended by com.dp4j.ast.Node
      extended by com.dp4j.ast.ExpNode
All Implemented Interfaces:
com.sun.source.tree.Tree

public class ExpNode
extends Node

Author:
simpatico

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.source.tree.Tree
com.sun.source.tree.Tree.Kind
 
Field Summary
 
Fields inherited from class com.dp4j.ast.Node
actual, exceptions, scope
 
Constructor Summary
ExpNode(com.sun.source.tree.Scope scope, com.sun.source.tree.ExpressionTree actual)
           
 
Method Summary
 
Methods inherited from class com.dp4j.ast.Node
accept, getKind
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpNode

public ExpNode(com.sun.source.tree.Scope scope,
               com.sun.source.tree.ExpressionTree actual)


Copyright © 2011. All Rights Reserved.