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

Packages that use IOperators
net.sourceforge.nrl.parser This top-level package contains utility classes referenced elsewhere. 
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 IOperators in net.sourceforge.nrl.parser
 

Methods in net.sourceforge.nrl.parser with parameters of type IOperators
 void NRLParser.resolveOperatorReferences(IRuleFile ruleFile, IOperators[] operators)
          Resolve reference to operator invocations given an operator collection.
 void INRLParser.resolveOperatorReferences(IRuleFile ruleFile, IOperators[] operators)
          Resolve operator references in the AST by looking up operator definitions in a collection of operators.
 

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

Fields in net.sourceforge.nrl.parser.ast.impl declared as IOperators
protected  IOperators[] AntlrOperatorResolverVisitor.operators
           
 

Constructors in net.sourceforge.nrl.parser.ast.impl with parameters of type IOperators
AntlrOperatorResolverVisitor(IOperators[] operators)
          Create a new operator visitor with the collection to resolve against.
 

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

Classes in net.sourceforge.nrl.parser.operators that implement IOperators
 class Operators
          A basic implementation of an operator collection.
 

Methods in net.sourceforge.nrl.parser.operators that return IOperators
 IOperators XmlOperatorPersistence.getOperators()
           
 

Methods in net.sourceforge.nrl.parser.operators with parameters of type IOperators
 void XmlOperatorPersistence.save(IOperators operators, Writer writer)
          Save the mapping using a writer.
 

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

Methods in net.sourceforge.nrl.parser.type with parameters of type IOperators
 List<NRLError> ITypeChecker.check(IOperators operators)
          Type check an operator collection.
 List<NRLError> ConstraintTypeChecker.check(IOperators operators)
           
 



Copyright © 2006-2011. All Rights Reserved.