public interface IOperatorInvocation extends IExpression
NEWLINE| Modifier and Type | Method and Description |
|---|---|
int |
getNumParameters()
Return the number of parameters passed in this invocation.
|
IOperator |
getOperator()
Return the operator.
|
String |
getOperatorName()
Return the name of the operator begin called.
|
IExpression |
getParameter(int index)
Return a parameter.
|
getNRLDataType, setNRLDataTypeaccept, dump, getColumn, getLine, getUserData, setUserDataIOperator getOperator()
INRLParser.resolveOperatorReferences(IRuleFile, IOperators[]).String getOperatorName()
IExpression getParameter(int index)
getNumParameters()-1, or a runtime exception will occur.index - the indexint getNumParameters()
Copyright © 2006-2013. All Rights Reserved.