joosc.code.bytecode
Class InvokenonvirtualInstr

java.lang.Object
  extended byjoosc.code.bytecode.InstanceInvokeInstr
      extended byjoosc.code.bytecode.InvokenonvirtualInstr
All Implemented Interfaces:
Instr

public class InvokenonvirtualInstr
extends InstanceInvokeInstr


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

Constructor Detail

InvokenonvirtualInstr

public InvokenonvirtualInstr(java.lang.String nameAndSignature)
Method Detail

getName

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