joosc.code.bytecode
Class InvokevirtualInstr

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

public class InvokevirtualInstr
extends InstanceInvokeInstr


Constructor Summary
InvokevirtualInstr(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

InvokevirtualInstr

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

getName

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