public class Invocation extends ReferencingInstruction
cp
Constructor and Description |
---|
Invocation(byte[] bytes,
ConstantPool cp) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMethodName()
Get the name of the target method.
|
java.lang.String[] |
getParameterTypes()
Gets names of each parameter types.
|
java.lang.String |
getReturnType()
Gets the return type.
|
short |
stackConsumption()
Get the stack consumption of this Invocation.
|
short |
stackUsage()
Count stack usage of this invocation.
|
java.lang.String |
toString() |
getClassName, getDescriptor, getInternalName, getName, getReferencedTypeName
getConstantPool, getEntry, getIndex, replaceConstantPool
getAttribute, getBytes, getOffset, getOpcode, length, setAttribute, setAttribute, setBytes, setOffset
public Invocation(byte[] bytes, ConstantPool cp)
public java.lang.String getMethodName()
public java.lang.String[] getParameterTypes()
public java.lang.String getReturnType()
public short stackConsumption()
stackConsumption
in class Instruction
public short stackUsage()
stackUsage
in class Instruction
public java.lang.String toString()
toString
in class CPInstruction
Copyright © 2001. Documenation generated January 20 2015.