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

Packages that use DerivedPrsStream
org.eclipse.ocl.lpg   
org.eclipse.ocl.parser   
org.eclipse.ocl.parser.backtracking   
 

Uses of DerivedPrsStream in org.eclipse.ocl.lpg
 

Methods in org.eclipse.ocl.lpg that return DerivedPrsStream
abstract  DerivedPrsStream AbstractParser.getIPrsStream()
           
 

Methods in org.eclipse.ocl.lpg with parameters of type DerivedPrsStream
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(lpg.runtime.Monitor monitor, DerivedPrsStream prsStream)
          Runs the lexer's with the provided parseStream and the given monitor.
abstract  void AbstractLexer.lexer(lpg.runtime.Monitor monitor, DerivedPrsStream prsStream, int start_offset, int end_offset)
          Runs the lexer's with the provided parseStream in specific offset of the input
 

Uses of DerivedPrsStream in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return DerivedPrsStream
 DerivedPrsStream OCLParser.getIPrsStream()
           
 

Methods in org.eclipse.ocl.parser with parameters of type DerivedPrsStream
 void OCLLexer.lexer(DerivedPrsStream prsStream)
           
 void OCLLexer.lexer(DerivedPrsStream prsStream, int start_offset, int end_offset)
           
 void OCLLexer.lexer(lpg.runtime.Monitor monitor, DerivedPrsStream prsStream)
           
 void OCLLexer.lexer(lpg.runtime.Monitor monitor, DerivedPrsStream prsStream, int start_offset, int end_offset)
           
 

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

Methods in org.eclipse.ocl.parser.backtracking that return DerivedPrsStream
 DerivedPrsStream OCLBacktrackingParser.getIPrsStream()
           
 

Methods in org.eclipse.ocl.parser.backtracking with parameters of type DerivedPrsStream
 void OCLBacktrackingLexer.lexer(DerivedPrsStream prsStream)
           
 void OCLBacktrackingLexer.lexer(DerivedPrsStream prsStream, int start_offset, int end_offset)
           
 void OCLBacktrackingLexer.lexer(lpg.runtime.Monitor monitor, DerivedPrsStream prsStream)
           
 void OCLBacktrackingLexer.lexer(lpg.runtime.Monitor monitor, DerivedPrsStream prsStream, int start_offset, int end_offset)