kmy.jint.tree
Class StatementNode

java.lang.Object
  |
  +--kmy.jint.tree.BasicNode
        |
        +--kmy.jint.tree.StatementNode
Direct Known Subclasses:
BodyNode, BreakNode, ContinueNode, DefinitionNode, DoNode, ExpressionStatementNode, ForNode, IfNode, ImportStatementNode, LabeledNode, PackageStatementNode, ReturnNode, SwitchNode, SynchronizedNode, ThrowNode, TryNode, WhileNode

public abstract class StatementNode
extends BasicNode

This class represents parsed statement.


Fields inherited from class kmy.jint.tree.BasicNode
attachment, filePos
 
Constructor Summary
StatementNode(int filePos)
           
 
Methods inherited from class kmy.jint.tree.BasicNode
eval, getAttachment, getFilePos, getLine, setAttachment, setFilePos, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

StatementNode

public StatementNode(int filePos)