Uses of Class
serp.bytecode.ClassInstruction
-
Packages that use ClassInstruction Package Description serp.bytecode Bytecode Manipuationserp.bytecode.visitor Bytecode Visitor -
-
Uses of ClassInstruction in serp.bytecode
Subclasses of ClassInstruction in serp.bytecode Modifier and Type Class Description classMultiANewArrayInstructionThemultianewarrayinstruction, which creates a new multi-dimensional array.Methods in serp.bytecode that return ClassInstruction Modifier and Type Method Description ClassInstructionCode. anew()Create a new instance of an object; thenewopcode.ClassInstructionCode. anewarray()Create a new instance of an object array; theanewopcode.ClassInstructionCode. checkcast()Cast an object on the stack to another type; thecheckcastopcode.ClassInstructionCode. isinstance()Test if a stack object is an instance of a class; theinstanceofopcode.ClassInstructionClassInstruction. 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 ClassInstruction Modifier and Type Method Description voidBCVisitor. enterClassInstruction(ClassInstruction obj)voidPrettyPrintVisitor. enterClassInstruction(ClassInstruction obj)voidBCVisitor. exitClassInstruction(ClassInstruction obj)
-