|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.antlr.runtime.tree.BaseTree
org.antlr.runtime.tree.CommonTree
org.apache.pig.parser.PigParserNode
public class PigParserNode
Nested Class Summary | |
---|---|
static class |
PigParserNode.InvocationPoint
|
Field Summary |
---|
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 |
Constructor Summary | |
---|---|
PigParserNode(PigParserNode node)
|
|
PigParserNode(org.antlr.runtime.Token t,
String fileName,
int lineOffset)
|
|
PigParserNode(org.antlr.runtime.Token t,
String fileName,
org.antlr.runtime.Token start)
|
Method Summary | |
---|---|
org.antlr.runtime.tree.Tree |
dupNode()
|
String |
getFileName()
|
List<PigParserNode.InvocationPoint> |
getInvocationStack()
|
PigParserNode.InvocationPoint |
getNextInvocationPoint()
|
int |
getStartLine()
|
void |
setInvocationStack(List<PigParserNode.InvocationPoint> stack)
|
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, freshenParentAndChildIndexesDeeply, freshenParentAndChildIndexesDeeply, getAncestor, getAncestors, getChild, getChildCount, getChildren, getFirstChildWithType, hasAncestor, insertChild, replaceChildren, sanityCheckParentAndChildIndexes, sanityCheckParentAndChildIndexes, setChild, toStringTree |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PigParserNode(org.antlr.runtime.Token t, String fileName, int lineOffset)
public PigParserNode(org.antlr.runtime.Token t, String fileName, org.antlr.runtime.Token start)
public PigParserNode(PigParserNode node)
Method Detail |
---|
public org.antlr.runtime.tree.Tree dupNode()
dupNode
in interface org.antlr.runtime.tree.Tree
dupNode
in class org.antlr.runtime.tree.CommonTree
public String getFileName()
public int getStartLine()
public void setInvocationStack(List<PigParserNode.InvocationPoint> stack)
public List<PigParserNode.InvocationPoint> getInvocationStack()
public PigParserNode.InvocationPoint getNextInvocationPoint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |