| Package | Description |
|---|---|
| org.eclipse.ocl.lpg | |
| org.eclipse.ocl.parser | |
| org.eclipse.ocl.parser.backtracking |
| Modifier and Type | Method and Description |
|---|---|
abstract DerivedPrsStream |
AbstractParser.getIPrsStream() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
AbstractLexer.lexer(DerivedPrsStream prsStream)
Runs the lexer's with the provided
parseStream |
abstract void |
AbstractLexer.lexer(DerivedPrsStream prsStream,
int start_offset,
int end_offset)
Runs the lexer's with the provided
parseStream
in specific offset of the input |
abstract void |
AbstractLexer.lexer(Monitor monitor,
DerivedPrsStream prsStream)
Runs the lexer's with the provided
parseStream and
the given monitor. |
abstract void |
AbstractLexer.lexer(Monitor monitor,
DerivedPrsStream prsStream,
int start_offset,
int end_offset)
Runs the lexer's with the provided
parseStream
in specific offset of the input |
| Modifier and Type | Method and Description |
|---|---|
DerivedPrsStream |
OCLParser.getIPrsStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
OCLLexer.lexer(DerivedPrsStream prsStream) |
void |
OCLLexer.lexer(DerivedPrsStream prsStream,
int start_offset,
int end_offset) |
void |
OCLLexer.lexer(Monitor monitor,
DerivedPrsStream prsStream) |
void |
OCLLexer.lexer(Monitor monitor,
DerivedPrsStream prsStream,
int start_offset,
int end_offset) |
| Modifier and Type | Method and Description |
|---|---|
DerivedPrsStream |
OCLBacktrackingParser.getIPrsStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
OCLBacktrackingLexer.lexer(DerivedPrsStream prsStream) |
void |
OCLBacktrackingLexer.lexer(DerivedPrsStream prsStream,
int start_offset,
int end_offset) |
void |
OCLBacktrackingLexer.lexer(Monitor monitor,
DerivedPrsStream prsStream) |
void |
OCLBacktrackingLexer.lexer(Monitor monitor,
DerivedPrsStream prsStream,
int start_offset,
int end_offset) |
Copyright © 2015 Open eHealth Foundation. All rights reserved.