Uses of Class
serp.bytecode.ClassInstruction
Packages that use ClassInstruction
-
Uses of ClassInstruction in serp.bytecode
Subclasses of ClassInstruction in serp.bytecodeModifier and TypeClassDescriptionclassThemultianewarrayinstruction, which creates a new multi-dimensional array.Methods in serp.bytecode that return ClassInstructionModifier and TypeMethodDescriptionCode.anew()Create a new instance of an object; thenewopcode.Code.anewarray()Create a new instance of an object array; theanewopcode.Code.checkcast()Cast an object on the stack to another type; thecheckcastopcode.Code.isinstance()Test if a stack object is an instance of a class; theinstanceofopcode.ClassInstruction.setTypeIndex(int index) Set theConstantPoolindex of theClassEntrydescribing the class for this instruction. -
Uses of ClassInstruction in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type ClassInstructionModifier and TypeMethodDescriptionvoidBCVisitor.enterClassInstruction(ClassInstruction obj) voidPrettyPrintVisitor.enterClassInstruction(ClassInstruction obj) voidBCVisitor.exitClassInstruction(ClassInstruction obj)