public class OperatorActionImpl extends ActionImpl implements IOperatorAction
childIndex, parent, startIndex, stopIndex, tokenNEWLINE| Constructor and Description |
|---|
OperatorActionImpl() |
OperatorActionImpl(org.antlr.runtime.Token token) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(INRLAstVisitor visitor)
Accept a visitor to this node.
|
String |
dump(int indent)
Deprecated.
|
IOperator |
getOperator()
Return the operator.
|
String |
getOperatorName()
Return the operator name of the operator being called.
|
List<IExpression> |
getParameters()
Return the list of parameters, which are
IExpression objects. |
void |
setOperator(IOperator operator) |
doIndent, getColumn, getLine, getUserData, initialisePositionFromChild, setColumn, setLine, setUserDatadupNode, getCharPositionInLine, getChildIndex, getParent, getText, getToken, getTokenStartIndex, getTokenStopIndex, getType, isNil, setChildIndex, setParent, setTokenStartIndex, setTokenStopIndex, setUnknownTokenBoundaries, toStringaddChild, addChildren, createChildrenList, deleteChild, freshenParentAndChildIndexes, freshenParentAndChildIndexes, getAncestor, getAncestors, getChild, getChildCount, getChildren, getFirstChildWithType, hasAncestor, replaceChildren, sanityCheckParentAndChildIndexes, sanityCheckParentAndChildIndexes, setChild, toStringTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetColumn, getLine, getUserData, setUserDatapublic OperatorActionImpl()
public OperatorActionImpl(org.antlr.runtime.Token token)
public void accept(INRLAstVisitor visitor)
INRLAstNodeaccept in interface INRLAstNodeaccept in class Antlr3NRLBaseAstvisitor - the visitor@Deprecated public String dump(int indent)
INRLAstNodedump in interface INRLAstNodedump in class Antlr3NRLBaseAstindent - the indentation count, 0 on first callpublic IOperator getOperator()
IOperatorActionINRLParser.resolveOperatorReferences(net.sourceforge.nrl.parser.ast.IRuleFile,
net.sourceforge.nrl.parser.operators.IOperators[])
method.getOperator in interface IOperatorActionpublic String getOperatorName()
IOperatorActiongetOperatorName in interface IOperatorActionpublic List<IExpression> getParameters()
IOperatorActionIExpression objects.getParameters in interface IOperatorActionpublic void setOperator(IOperator operator)
Copyright © 2006-2013. All Rights Reserved.