com.ssv.utils.parser
Class ExpressionParser.IdentExpressionLeaf

java.lang.Object
  extended by com.ssv.utils.tree.Tree<Leaf>
      extended by com.ssv.utils.tree.BinaryTree<ExpressionParser.IdentExpressionLeaf>
          extended by com.ssv.utils.parser.ExpressionParser.IdentExpressionLeaf
All Implemented Interfaces:
com.ssv.utils.CompoundName<com.ssv.utils.tree.Tree<ExpressionParser.IdentExpressionLeaf>>, java.io.Serializable
Enclosing class:
ExpressionParser<ExpressionLeaf extends com.ssv.utils.tree.BinaryTree<ExpressionLeaf>>

public static class ExpressionParser.IdentExpressionLeaf
extends com.ssv.utils.tree.BinaryTree<ExpressionParser.IdentExpressionLeaf>

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.ssv.utils.CompoundName
DOT, SLASH
 
Constructor Summary
ExpressionParser.IdentExpressionLeaf(Parser.Token token, ExpressionParser.IdentExpressionLeaf left, ExpressionParser.IdentExpressionLeaf right)
           
ExpressionParser.IdentExpressionLeaf(java.lang.String ident)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class com.ssv.utils.tree.BinaryTree
getLeft, getNode, getRight, infix, infixInverted, main, print, setLeft, setRight, size
 
Methods inherited from class com.ssv.utils.tree.Tree
add, format, format, format, getLastToken, getParent, getPrefix, getToken, isTerminal, iterator, numTokens, postfix, postfix, prefix, prefix, printPostfix, printPrefix, remove, toArray
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpressionParser.IdentExpressionLeaf

public ExpressionParser.IdentExpressionLeaf(Parser.Token token,
                                            ExpressionParser.IdentExpressionLeaf left,
                                            ExpressionParser.IdentExpressionLeaf right)

ExpressionParser.IdentExpressionLeaf

public ExpressionParser.IdentExpressionLeaf(java.lang.String ident)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object