Class INVOKEINTERFACE
java.lang.Object
org.apache.bcel.generic.Instruction
org.apache.bcel.generic.CPInstruction
org.apache.bcel.generic.FieldOrMethod
org.apache.bcel.generic.InvokeInstruction
org.apache.bcel.generic.INVOKEINTERFACE
- All Implemented Interfaces:
Cloneable, ExceptionThrower, IndexedInstruction, LoadClass, StackConsumer, StackProducer, TypedInstruction
INVOKEINTERFACE - Invoke interface method
Stack: ..., objectref, [arg1, [arg2 ...]] -> ...
- See Also:
-
Field Summary
Fields inherited from class CPInstruction
indexFields inherited from class Instruction
length, opcode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCall corresponding visitor method(s).intAlso works for instructions whose stack effect depends on the constant pool entry they reference.voiddump(DataOutputStream out) Dumps instruction as byte code to stream out.intgetCount()The count argument according to the Java Language Specification, Second Edition.Class<?>[]Gets the exceptions that may be thrown by this instruction.protected voidinitFromFile(ByteSequence bytes, boolean wide) Reads needed data (that is, index) from file.toString(ConstantPool cp) Gets the mnemonic for instruction with symbolic references resolved.Methods inherited from class InvokeInstruction
getArgumentTypes, getClassName, getMethodName, getReturnType, getType, produceStackMethods inherited from class FieldOrMethod
getClassType, getLoadClassType, getName, getReferenceType, getSignatureMethods inherited from class CPInstruction
getIndex, setIndex, toStringMethods inherited from class Instruction
copy, equals, getComparator, getLength, getName, getOpcode, hashCode, isValidByte, isValidShort, readInstruction, setComparator, toString
-
Constructor Details
-
INVOKEINTERFACE
-
-
Method Details
-
accept
Call corresponding visitor method(s). The order is: Call visitor methods of implemented interfaces first, then call methods according to the class hierarchy in descending order, that is, the most specific visitXXX() call comes last.- Specified by:
acceptin classInstruction- Parameters:
v- Visitor object.
-
consumeStack
Description copied from class:InvokeInstructionAlso works for instructions whose stack effect depends on the constant pool entry they reference.- Specified by:
consumeStackin interfaceStackConsumer- Overrides:
consumeStackin classInvokeInstruction- Parameters:
cpg- the constant pool generator.- Returns:
- Number of words consumed from stack by this instruction.
-
dump
Dumps instruction as byte code to stream out.- Overrides:
dumpin classCPInstruction- Parameters:
out- Output stream.- Throws:
IOException- Thrown when an I/O exception of some sort has occurred.
-
getCount
The count argument according to the Java Language Specification, Second Edition. -
getExceptions
Description copied from interface:ExceptionThrowerGets the exceptions that may be thrown by this instruction.- Returns:
- the exceptions that may be thrown by this instruction.
-
initFromFile
Reads needed data (that is, index) from file.- Overrides:
initFromFilein classCPInstruction- Parameters:
bytes- input stream.wide- wide prefix?.- Throws:
IOException- may be thrown if the implementation needs to read data from the file
-
toString
Description copied from class:InstructionGets the mnemonic for instruction with symbolic references resolved.- Overrides:
toStringin classInvokeInstruction- Parameters:
cp- the constant pool.- Returns:
- mnemonic for instruction with symbolic references resolved.
-