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 The fully resolved abstract syntax tree (AST) representation of the constraint language. 
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 that return types with arguments of type IOperators
 List<IOperators> NRLModel.getOperators()
           
 

Methods in net.sourceforge.nrl.parser with parameters of type IOperators
 void NRLParser.resolveOperatorReferences(IRuleFile ruleFile, IOperators[] operators)
          Deprecated. 
 void INRLParser.resolveOperatorReferences(IRuleFile ruleFile, IOperators[] operators)
          Deprecated. Use INRLParser.parse(URI, IResolverFactory)
 

Constructor parameters in net.sourceforge.nrl.parser with type arguments of type IOperators
NRLModel(IRuleFile ruleFile, ModelCollection models, List<IOperators> operators)
           
 

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

Methods in net.sourceforge.nrl.parser.ast that return IOperators
 IOperators IOperatorFileReference.getOperators()
          Returns the operator referred to by this reference, it has been resolved.
 

Methods in net.sourceforge.nrl.parser.ast with parameters of type IOperators
 void IOperatorFileReference.resolveOperators(IOperators operators)
          Attaches an IOperators resolved from this operator file reference.
 

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

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

Methods in net.sourceforge.nrl.parser.ast.impl that return IOperators
 IOperators OperatorFileReferenceImpl.getOperators()
           
 

Methods in net.sourceforge.nrl.parser.ast.impl with parameters of type IOperators
 void OperatorFileReferenceImpl.resolveOperators(IOperators 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()
          Deprecated.  
 IOperators XmlOperatorLoader.getOperators()
           
 IOperators XmlOperatorLoader.load(File file, List<NRLError> errors)
          Load from a file - see #load(Reader).
 IOperators XmlOperatorLoader.load(URI baseURI, URI operatorFileUri, List<NRLError> errors)
          Load an operator file from a URI (relative or absolute) resolved against an absolute base URI.
 

Methods in net.sourceforge.nrl.parser.operators with parameters of type IOperators
 void XmlOperatorWriter.save(IOperators operators, Writer writer)
          Save the mapping using a writer.
 void XmlOperatorPersistence.save(IOperators operators, Writer writer)
          Deprecated. Save the mapping using a writer.
 void XmlOperatorLoader.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-2013. All Rights Reserved.