com.dp4j.ast
Class StmtNode
java.lang.Object
com.dp4j.ast.Node
com.dp4j.ast.StmtNode
- All Implemented Interfaces:
- com.sun.source.tree.Tree
public class StmtNode
- extends Node
- Author:
- simpatico
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
|
Constructor Summary |
StmtNode(com.sun.source.tree.Scope scope,
com.sun.source.tree.StatementTree actual)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
actual
public com.sun.source.tree.StatementTree actual
StmtNode
public StmtNode(com.sun.source.tree.Scope scope,
com.sun.source.tree.StatementTree actual)
Copyright © 2011. All Rights Reserved.