Uses of Class
org.eclipse.ocl.lpg.AbstractParser

Packages that use AbstractParser
org.eclipse.ocl.lpg   
org.eclipse.ocl.parser   
org.eclipse.ocl.parser.backtracking   
org.eclipse.ocl.util Miscellaneous utilities in support of the OCL parser and environment implementations. 
 

Uses of AbstractParser in org.eclipse.ocl.lpg
 

Methods in org.eclipse.ocl.lpg that return AbstractParser
 AbstractParser AbstractAnalyzer.getAbstractParser()
          Obtains the parser that I use to transform the OCL text into the Concrete Syntax Model.
 AbstractParser ProblemHandler.getParser()
          Queries the parser from which I obtain source tokens and text.
 AbstractParser BasicEnvironment.getParser()
          Return the syntactic parser from which source tokens and text amy be obtained.
 AbstractParser AbstractBasicEnvironment.getParser()
           
 AbstractParser AbstractProblemHandler.getParser()
           
 AbstractParser AbstractAnalyzer.getParser()
          Deprecated. Since 1.3, use the AbstractAnalyzer.getAbstractParser() method, instead.
 

Methods in org.eclipse.ocl.lpg with parameters of type AbstractParser
protected  ProblemHandler AbstractBasicEnvironment.createDefaultProblemHandler(AbstractParser parser)
           
 void AbstractLexer.lexToTokens(AbstractParser parser)
          Deprecated. clients should invoke AbstractLexer.lexer(DerivedPrsStream)
 void AbstractLexer.lexToTokens(Monitor monitor, AbstractParser parser)
          Deprecated. clients should invoke AbstractLexer.lexer(Monitor, DerivedPrsStream)
 void ProblemHandler.setParser(AbstractParser parser)
          Define the syntactic parser from which source tokens and text may be obtained.
 void BasicEnvironment.setParser(AbstractParser parser)
          Define the syntactic parser from which source tokens and text amy be obtained.
 void AbstractBasicEnvironment.setParser(AbstractParser parser)
           
 void AbstractProblemHandler.setParser(AbstractParser parser)
           
 

Constructors in org.eclipse.ocl.lpg with parameters of type AbstractParser
AbstractAnalyzer(AbstractParser parser)
           
AbstractProblemHandler(AbstractParser parser)
          Initializes me with the parser that can supply line number locations for problems.
StringProblemHandler(AbstractParser parser)
           
 

Uses of AbstractParser in org.eclipse.ocl.parser
 

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

Constructors in org.eclipse.ocl.parser with parameters of type AbstractParser
OCLProblemHandler(AbstractParser parser)
           
 

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

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

Uses of AbstractParser in org.eclipse.ocl.util
 

Methods in org.eclipse.ocl.util that return AbstractParser
 AbstractParser ProblemHandlerWrapper.getParser()
           
 

Methods in org.eclipse.ocl.util with parameters of type AbstractParser
 void ProblemHandlerWrapper.setParser(AbstractParser parser)
           
 void ProblemHandlerWrapper.Tee.setParser(AbstractParser parser)
           
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.