Uses of Interface
net.sourceforge.nrl.parser.operators.IOperator

Packages that use IOperator
net.sourceforge.nrl.parser.ast.action The fully resolved extended abstract syntax tree (AST) representation for the action language. 
net.sourceforge.nrl.parser.ast.action.impl   
net.sourceforge.nrl.parser.ast.constraints   
net.sourceforge.nrl.parser.ast.constraints.impl   
net.sourceforge.nrl.parser.ast.impl The ANTLR v3 implementation of the AST, including a JFlex lexer and ANTLR v3 parser. 
net.sourceforge.nrl.parser.operators Operator library management package. 
net.sourceforge.nrl.parser.type Abstract type assignment and type checking for the completed AST. 
 

Uses of IOperator in net.sourceforge.nrl.parser.ast.action
 

Methods in net.sourceforge.nrl.parser.ast.action that return IOperator
 IOperator IOperatorAction.getOperator()
          Return the operator.
 

Uses of IOperator in net.sourceforge.nrl.parser.ast.action.impl
 

Methods in net.sourceforge.nrl.parser.ast.action.impl that return IOperator
 IOperator OperatorActionImpl.getOperator()
           
 

Methods in net.sourceforge.nrl.parser.ast.action.impl with parameters of type IOperator
 void OperatorActionImpl.setOperator(IOperator operator)
           
 

Uses of IOperator in net.sourceforge.nrl.parser.ast.constraints
 

Methods in net.sourceforge.nrl.parser.ast.constraints that return IOperator
 IOperator IOperatorInvocation.getOperator()
          Return the operator.
 

Uses of IOperator in net.sourceforge.nrl.parser.ast.constraints.impl
 

Methods in net.sourceforge.nrl.parser.ast.constraints.impl that return IOperator
 IOperator OperatorInvocationImpl.getOperator()
           
 

Methods in net.sourceforge.nrl.parser.ast.constraints.impl with parameters of type IOperator
 void OperatorInvocationImpl.setOperator(IOperator operator)
           
 

Uses of IOperator in net.sourceforge.nrl.parser.ast.impl
 

Methods in net.sourceforge.nrl.parser.ast.impl that return types with arguments of type IOperator
 List<IOperator> RuleFileImpl.getOperators()
           
 

Uses of IOperator in net.sourceforge.nrl.parser.operators
 

Classes in net.sourceforge.nrl.parser.operators that implement IOperator
 class Operator
          A basic implementation of an operator.
 

Methods in net.sourceforge.nrl.parser.operators that return IOperator
 IOperator Operators.getOperator(String name)
           
 IOperator IOperators.getOperator(String name)
          Get an operator by name.
 

Methods in net.sourceforge.nrl.parser.operators that return types with arguments of type IOperator
 List<IOperator> Operators.getOperators()
           
 List<IOperator> IOperators.getOperators()
          Return all operators in this collection.
 

Methods in net.sourceforge.nrl.parser.operators with parameters of type IOperator
 void Operators.addOperator(IOperator operator)
          Add an operator to the end of the list.
 void Operators.addOperator(IOperator operator, IOperator before)
          Add an operator before another one
 void Operators.removeOperator(IOperator operator)
           
 

Uses of IOperator in net.sourceforge.nrl.parser.type
 

Methods in net.sourceforge.nrl.parser.type with parameters of type IOperator
protected  void ConstraintTypeChecker.visitOperatorParameters(IOperator operator, INRLAstNode operatorNode, List<IExpression> parameters)
           
 



Copyright © 2006-2013. All Rights Reserved.