Uses of Class
de.interactive_instruments.ShapeChange.Ocl.Lexer.Checkpoint

Packages that use Lexer.Checkpoint
de.interactive_instruments.ShapeChange.Ocl   
 

Uses of Lexer.Checkpoint in de.interactive_instruments.ShapeChange.Ocl
 

Methods in de.interactive_instruments.ShapeChange.Ocl that return Lexer.Checkpoint
 Lexer.Checkpoint Lexer.captureState()
          This method returns the current state of Token delivery of the Lexer encapsulated in a Checkpoint object.
 

Methods in de.interactive_instruments.ShapeChange.Ocl with parameters of type Lexer.Checkpoint
 void Lexer.releaseState(Lexer.Checkpoint chp)
          This method releases the checkpoint once captured by means of method captureState().
 void Lexer.restoreState(Lexer.Checkpoint chp)
          The restoreState method restores the state of Token delivery of the Lexer to a former state once captured by means of the method captureState().
 



Copyright © 2015. All rights reserved.