joosc.code.bytecode
Class GotoInstr

java.lang.Object
  extended byjoosc.code.bytecode.BranchInstr
      extended byjoosc.code.bytecode.NullaryBranchInstr
          extended byjoosc.code.bytecode.GotoInstr
All Implemented Interfaces:
Instr

public class GotoInstr
extends NullaryBranchInstr


Constructor Summary
GotoInstr()
           
 
Method Summary
protected  java.lang.String getName()
           
 
Methods inherited from class joosc.code.bytecode.NullaryBranchInstr
getHeightDelta, getLowestAffected, getLowestUsed
 
Methods inherited from class joosc.code.bytecode.BranchInstr
getTarget, setTarget, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GotoInstr

public GotoInstr()
Method Detail

getName

protected java.lang.String getName()
Specified by:
getName in class BranchInstr