|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
AbstractProblemHandler.getParser()
|
AbstractParser |
AbstractBasicEnvironment.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)
|
abstract void |
AbstractLexer.lexToTokens(lpg.lpgjavaruntime.Monitor monitor,
AbstractParser parser)
|
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 |
AbstractProblemHandler.setParser(AbstractParser parser)
|
void |
AbstractBasicEnvironment.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
|
| Methods in org.eclipse.ocl.parser that return AbstractParser | |
|---|---|
AbstractParser |
OCLLexer.getParser()
|
| Methods in org.eclipse.ocl.parser with parameters of type AbstractParser | |
|---|---|
void |
OCLLexer.lexToTokens(lpg.lpgjavaruntime.Monitor monitor,
AbstractParser parser)
|
| 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
The backtracking variant of the OCL parser. |
| Methods in org.eclipse.ocl.parser.backtracking that return AbstractParser | |
|---|---|
AbstractParser |
OCLBacktrackingLexer.getParser()
|
| Methods in org.eclipse.ocl.parser.backtracking with parameters of type AbstractParser | |
|---|---|
void |
OCLBacktrackingLexer.lexToTokens(lpg.lpgjavaruntime.Monitor monitor,
AbstractParser parser)
|
| 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. |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||