public class PigParserNode
extends org.antlr.runtime.tree.CommonTree
Modifier and Type | Class and Description |
---|---|
static class |
PigParserNode.InvocationPoint |
Constructor and Description |
---|
PigParserNode(PigParserNode node) |
PigParserNode(org.antlr.runtime.Token t,
java.lang.String fileName,
int lineOffset) |
PigParserNode(org.antlr.runtime.Token t,
java.lang.String fileName,
org.antlr.runtime.Token start) |
Modifier and Type | Method and Description |
---|---|
org.antlr.runtime.tree.Tree |
dupNode() |
java.lang.String |
getFileName() |
java.util.List<PigParserNode.InvocationPoint> |
getInvocationStack() |
PigParserNode.InvocationPoint |
getNextInvocationPoint() |
int |
getStartLine() |
void |
setInvocationStack(java.util.List<PigParserNode.InvocationPoint> stack) |
getCharPositionInLine, getChildIndex, getLine, getParent, getText, getToken, getTokenStartIndex, getTokenStopIndex, getType, isNil, setChildIndex, setParent, setTokenStartIndex, setTokenStopIndex, setUnknownTokenBoundaries, toString
addChild, addChildren, createChildrenList, deleteChild, freshenParentAndChildIndexes, freshenParentAndChildIndexes, freshenParentAndChildIndexesDeeply, freshenParentAndChildIndexesDeeply, getAncestor, getAncestors, getChild, getChildCount, getChildren, getFirstChildWithType, hasAncestor, insertChild, replaceChildren, sanityCheckParentAndChildIndexes, sanityCheckParentAndChildIndexes, setChild, toStringTree
public PigParserNode(org.antlr.runtime.Token t, java.lang.String fileName, int lineOffset)
public PigParserNode(org.antlr.runtime.Token t, java.lang.String fileName, org.antlr.runtime.Token start)
public PigParserNode(PigParserNode node)
public org.antlr.runtime.tree.Tree dupNode()
dupNode
in interface org.antlr.runtime.tree.Tree
dupNode
in class org.antlr.runtime.tree.CommonTree
public java.lang.String getFileName()
public int getStartLine()
public void setInvocationStack(java.util.List<PigParserNode.InvocationPoint> stack)
public java.util.List<PigParserNode.InvocationPoint> getInvocationStack()
public PigParserNode.InvocationPoint getNextInvocationPoint()
Copyright © 2007-2012 The Apache Software Foundation