org.apache.pig.parser
Class PigParserNode
java.lang.Object
org.antlr.runtime.tree.BaseTree
org.antlr.runtime.tree.CommonTree
org.apache.pig.parser.PigParserNode
- All Implemented Interfaces:
- org.antlr.runtime.tree.Tree
public class PigParserNode
- extends org.antlr.runtime.tree.CommonTree
Fields inherited from class org.antlr.runtime.tree.CommonTree |
childIndex, parent, startIndex, stopIndex, token |
Fields inherited from class org.antlr.runtime.tree.BaseTree |
children |
Fields inherited from interface org.antlr.runtime.tree.Tree |
INVALID_NODE |
Methods inherited from class org.antlr.runtime.tree.CommonTree |
getCharPositionInLine, getChildIndex, getLine, getParent, getText, getToken, getTokenStartIndex, getTokenStopIndex, getType, isNil, setChildIndex, setParent, setTokenStartIndex, setTokenStopIndex, setUnknownTokenBoundaries, toString |
Methods inherited from class org.antlr.runtime.tree.BaseTree |
addChild, addChildren, createChildrenList, deleteChild, freshenParentAndChildIndexes, freshenParentAndChildIndexes, getAncestor, getAncestors, getChild, getChildCount, getChildren, getFirstChildWithType, hasAncestor, replaceChildren, sanityCheckParentAndChildIndexes, sanityCheckParentAndChildIndexes, setChild, toStringTree |
PigParserNode
public PigParserNode(org.antlr.runtime.Token t,
String fileName,
int lineOffset)
PigParserNode
public PigParserNode(org.antlr.runtime.Token t,
String fileName,
org.antlr.runtime.Token start)
PigParserNode
public PigParserNode(PigParserNode node)
dupNode
public org.antlr.runtime.tree.Tree dupNode()
- Specified by:
dupNode
in interface org.antlr.runtime.tree.Tree
- Overrides:
dupNode
in class org.antlr.runtime.tree.CommonTree
getFileName
public String getFileName()
getStartLine
public int getStartLine()
setInvocationStack
public void setInvocationStack(List<PigParserNode.InvocationPoint> stack)
getInvocationStack
public List<PigParserNode.InvocationPoint> getInvocationStack()
getNextInvocationPoint
public PigParserNode.InvocationPoint getNextInvocationPoint()
Copyright © ${year} The Apache Software Foundation