|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOperatorAction
An action that invokes an externally defined operator. This follows the
syntax [opname]
or [opname] parameter...
in the
rule file.
TODO this is currently missing operator resolution against definition files.
Field Summary |
---|
Fields inherited from interface net.sourceforge.nrl.parser.ast.INRLAstNode |
---|
NEWLINE |
Method Summary | |
---|---|
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. |
Methods inherited from interface net.sourceforge.nrl.parser.ast.INRLAstNode |
---|
accept, dump, getColumn, getLine, getUserData, setUserData |
Method Detail |
---|
IOperator getOperator()
INRLParser.resolveOperatorReferences(net.sourceforge.nrl.parser.ast.IRuleFile,
net.sourceforge.nrl.parser.operators.IOperators[])
method.
String getOperatorName()
List<IExpression> getParameters()
IExpression
objects.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |