ant.compiler.asm
Class Asm.Mark

java.lang.Object
  extended byant.compiler.asm.Asm
      extended byant.compiler.asm.Asm.Sequential
          extended byant.compiler.asm.Asm.Mark
Enclosing class:
Asm

public static class Asm.Mark
extends Asm.Sequential

Asm statement representing the mark instruction.

License: GPL

Author:
Bernhard Haumacher

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

nr

int nr
Constructor Detail

Asm.Mark

public Asm.Mark(int nr,
                Asm next)
Method Detail

equals

public boolean equals(java.lang.Object _other)

visit

public void visit(Asm.Visitor v)
Specified by:
visit in class Asm