org.apache.commons.jexl2.parser
Class JJTParserState
java.lang.Object
org.apache.commons.jexl2.parser.JJTParserState
public class JJTParserState
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JJTParserState
public JJTParserState()
nodeCreated
public boolean nodeCreated()
reset
public void reset()
rootNode
public Node rootNode()
pushNode
public void pushNode(Node n)
popNode
public Node popNode()
peekNode
public Node peekNode()
nodeArity
public int nodeArity()
clearNodeScope
public void clearNodeScope(Node n)
openNodeScope
public void openNodeScope(Node n)
closeNodeScope
public void closeNodeScope(Node n,
int num)
closeNodeScope
public void closeNodeScope(Node n,
boolean condition)
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.