Uses of Class
org.eclipse.ocl.parser.AbstractOCLParser

Packages that use AbstractOCLParser
org.eclipse.ocl Definition of the extensible environment API for OCL parsing and evaluation. 
org.eclipse.ocl.ecore Implementation of an OCL binding for the Ecore metamodel. 
org.eclipse.ocl.ecore.parser   
org.eclipse.ocl.parser   
org.eclipse.ocl.parser.backtracking   
 

Uses of AbstractOCLParser in org.eclipse.ocl
 

Methods in org.eclipse.ocl with parameters of type AbstractOCLParser
 OCLAnalyzer<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> AbstractEnvironmentFactory.createOCLAnalyzer(AbstractOCLParser parser)
           
 OCLAnalyzer<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> EnvironmentFactory.createOCLAnalyzer(AbstractOCLParser parser)
          Creates an instance of the OCLAnalyzer that will use a given parser to perform syntactic and lexical analysis.
 

Uses of AbstractOCLParser in org.eclipse.ocl.ecore
 

Methods in org.eclipse.ocl.ecore with parameters of type AbstractOCLParser
 OCLAnalyzer EcoreEnvironmentFactory.createOCLAnalyzer(AbstractOCLParser parser)
           
 

Uses of AbstractOCLParser in org.eclipse.ocl.ecore.parser
 

Constructors in org.eclipse.ocl.ecore.parser with parameters of type AbstractOCLParser
OCLAnalyzer(AbstractOCLParser parser)
           
 

Uses of AbstractOCLParser in org.eclipse.ocl.parser
 

Subclasses of AbstractOCLParser in org.eclipse.ocl.parser
 class OCLParser
           
 

Methods in org.eclipse.ocl.parser that return AbstractOCLParser
 AbstractOCLParser AbstractOCLAnalyzer.getAbstractParser()
           
 AbstractOCLParser AbstractOCLAnalyzer.getParser()
           
 

Constructors in org.eclipse.ocl.parser with parameters of type AbstractOCLParser
AbstractOCLAnalyzer(AbstractOCLParser parser)
           
OCLAnalyzer(AbstractOCLParser parser)
          Construct an OCL semantic analyzer that will use a given parser to perform syntactic and lexical analysis.
 

Uses of AbstractOCLParser in org.eclipse.ocl.parser.backtracking
 

Subclasses of AbstractOCLParser in org.eclipse.ocl.parser.backtracking
 class OCLBacktrackingParser