com.dp4j.ast
Class StmtNode

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

public class StmtNode
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
 com.sun.source.tree.StatementTree actual
           
 
Fields inherited from class com.dp4j.ast.Node
exceptions, scope
 
Constructor Summary
StmtNode(com.sun.source.tree.Scope scope, com.sun.source.tree.StatementTree 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
 

Field Detail

actual

public com.sun.source.tree.StatementTree actual
Constructor Detail

StmtNode

public StmtNode(com.sun.source.tree.Scope scope,
                com.sun.source.tree.StatementTree actual)


Copyright © 2011. All Rights Reserved.