Package | Description |
---|---|
de.interactive_instruments.ShapeChange.Ocl |
Modifier and Type | Method and Description |
---|---|
Lexer.Checkpoint |
Lexer.captureState()
This method returns the current state of Token delivery of the Lexer
encapsulated in a Checkpoint object.
|
Modifier and Type | Method and Description |
---|---|
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 © 2017. All rights reserved.