public class TValueRowItemList extends TParseTreeNodeList
Constructor and Description |
---|
TValueRowItemList() |
Modifier and Type | Method and Description |
---|---|
void |
accept(TParseTreeVisitor v)
Accept a visitor
|
void |
acceptChildren(TParseTreeVisitor v)
Accept a visitor to iterate this class and sub-nodes of this class
|
void |
addValueRowItem(TValueRowItem valueRowItem) |
TValueRowItem |
getValueRowItem(int position) |
addElement, addNode, doParse, elementAt, getElement, getEndToken, getStartToken, init, init, init, init, insertElementAt, removeElement, removeElementAt, size, TParseTreeNodeList
addAllMyTokensToTokenList, appendString, fastSetString, getColumnNo, getDummyTag, getGsqlparser, getLineNo, getNodeType, init, init, removeAllMyTokensFromTokenList, setDummyTag, setEndToken, setEndToken, setEndToken, setEndToken, setGsqlparser, setIncludingComment, setNodeType, setStartToken, setStartToken, setStartToken, setStartToken, setString, toScript, toString
public void addValueRowItem(TValueRowItem valueRowItem)
public TValueRowItem getValueRowItem(int position)
public void accept(TParseTreeVisitor v)
TParseTreeNode
accept
in interface Visitable
accept
in class TParseTreeNode
v
- visitor is a descendant class of TParseTreeVisitor
public void acceptChildren(TParseTreeVisitor v)
TParseTreeNode
acceptChildren
in interface Visitable
acceptChildren
in class TParseTreeNode
v
- visitor is a descendant class of TParseTreeVisitor
Copyright © 2019. All rights reserved.