|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.ocpware.compiler.left.EndLeft
public class EndLeft
This class represents a reference to the end of the sequence.
| Constructor Summary | |
|---|---|
EndLeft()
Creates a new object. |
|
| Method Summary | |
|---|---|
java.util.List<java.lang.Integer> |
genLeft(State state,
CompilerState cs)
Compile the left item and add the appropriate instructions to the state. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EndLeft()
| Method Detail |
|---|
public java.util.List<java.lang.Integer> genLeft(State state,
CompilerState cs)
throws java.io.IOException,
ArgmentTooBigException
genLeft in interface Leftstate - the current statecs - the compiler state
AliasNotDefinedException - in case that no matching alias is known
for a symbolic table reference
java.io.IOException - in case of an I/O error
ArgmentTooBigException - in case that an argument is encountered
which does not fit into two bytesLeft.genLeft(
org.extex.ocpware.compiler.parser.State, CompilerState)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 | |||||||||