|
||||||||||
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.Conditional
ant.compiler.asm.Asm.PickUp
Asm
statement representing the pickup
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 |
Fields inherited from class ant.compiler.asm.Asm.Conditional |
nextElse, nextThen |
Fields inherited from class ant.compiler.asm.Asm |
addr |
Constructor Summary | |
Asm.PickUp(Asm next)
|
|
Asm.PickUp(Asm nextThen,
Asm nextElse)
|
Method Summary | |
boolean |
equals(java.lang.Object _other)
|
void |
visit(Asm.Visitor v)
|
Methods inherited from class ant.compiler.asm.Asm.Conditional |
setNext |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Asm.PickUp(Asm next)
public Asm.PickUp(Asm nextThen, Asm nextElse)
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 |