Uses of Class
serp.bytecode.ClassInstruction
Packages that use ClassInstruction
-
Uses of ClassInstruction in serp.bytecode
Subclasses of ClassInstruction in serp.bytecodeModifier and TypeClassDescriptionclass
Themultianewarray
instruction, which creates a new multi-dimensional array.Methods in serp.bytecode that return ClassInstructionModifier and TypeMethodDescriptionCode.anew()
Create a new instance of an object; thenew
opcode.Code.anewarray()
Create a new instance of an object array; theanew
opcode.Code.checkcast()
Cast an object on the stack to another type; thecheckcast
opcode.Code.isinstance()
Test if a stack object is an instance of a class; theinstanceof
opcode.ClassInstruction.setTypeIndex
(int index) Set theConstantPool
index of theClassEntry
describing the class for this instruction. -
Uses of ClassInstruction in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type ClassInstructionModifier and TypeMethodDescriptionvoid
BCVisitor.enterClassInstruction
(ClassInstruction obj) void
PrettyPrintVisitor.enterClassInstruction
(ClassInstruction obj) void
BCVisitor.exitClassInstruction
(ClassInstruction obj)