joosc.code.bytecode
Class I2cInstr

java.lang.Object
  extended byjoosc.code.bytecode.NoArgInstr
      extended byjoosc.code.bytecode.ArithmInstr
          extended byjoosc.code.bytecode.UnaryArithmInstr
              extended byjoosc.code.bytecode.I2cInstr
All Implemented Interfaces:
Instr

public class I2cInstr
extends UnaryArithmInstr


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

Constructor Detail

I2cInstr

public I2cInstr()
Method Detail

getName

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