|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.ocpware.compiler.state.StatePop
public class StatePop
This state change instruction pops the current state from the state stack. In the input stream it is represented by a sequence of the following form:
<pop:>
| Constructor Summary | |
|---|---|
StatePop()
Creates a new object. |
|
| Method Summary | |
|---|---|
void |
compile(CompilerState cs,
boolean withOffset)
Translate a right state expression into a set of instructions. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StatePop()
| Method Detail |
|---|
public void compile(CompilerState cs,
boolean withOffset)
throws java.io.IOException
compile in interface RightStatecs - the compiler statewithOffset - push back instead of output
java.io.IOException - in case of an error
StateNotDefinedExceptionRightState.compile(
org.extex.ocpware.compiler.parser.CompilerState, boolean)public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||