|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectant.compiler.asm.Asm
ant.compiler.asm.Asm.Sequential
ant.compiler.asm.Asm.Mark
Asm
statement representing the mark
instruction.
License: GPL
Nested Class Summary |
Nested classes inherited from class ant.compiler.asm.Asm |
Asm.AbstractDFSVisitor, Asm.AbstractVisitor, Asm.Conditional, Asm.DFSPostorderVisitor, Asm.DFSPreorderVisitor, Asm.Drop, Asm.Flip, Asm.Mark, Asm.Move, Asm.Nop, Asm.NopFoodTest, Asm.NopWallTest, Asm.PickUp, Asm.Sense, Asm.Sequential, Asm.Turn, Asm.Unmark, Asm.Visitor |
Field Summary | |
(package private) int |
nr
|
Fields inherited from class ant.compiler.asm.Asm.Sequential |
next |
Fields inherited from class ant.compiler.asm.Asm |
addr |
Constructor Summary | |
Asm.Mark(int nr,
Asm next)
|
Method Summary | |
boolean |
equals(java.lang.Object _other)
|
void |
visit(Asm.Visitor v)
|
Methods inherited from class ant.compiler.asm.Asm.Sequential |
setNext |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
int nr
Constructor Detail |
public Asm.Mark(int nr, Asm next)
Method Detail |
public boolean equals(java.lang.Object _other)
public void visit(Asm.Visitor v)
visit
in class Asm
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |