Uses of Class org.apache.bcel.generic.CPInstruction

Uses in package org.apache.bcel.generic

Classes derived from org.apache.bcel.generic.CPInstruction

class
ANEWARRAY - Create new array of references
Stack: ..., count -> ..., arrayref
class
CHECKCAST - Check whether object is of given type
Stack: ..., objectref -> ..., objectref
class
Super class for InvokeInstruction and FieldInstruction, since they have some methods in common!
class
INSTANCEOF - Determine if object is of given type
Stack: ..., objectref -> ..., result
class
LDC - Push item from constant pool.
class
LDC2_W - Push long or double from constant pool
Stack: ...
class
LDC_W - Push item from constant pool (wide index)
Stack: ...
class
MULTIANEWARRAY - Create new mutidimensional array of references
Stack: ..., count1, [count2, ...] -> ..., arrayref
class
NEW - Create new object
Stack: ...

Methods with parameter type org.apache.bcel.generic.CPInstruction

void
void

Uses in package org.apache.bcel.verifier.structurals

Methods with parameter type org.apache.bcel.generic.CPInstruction

void
Ensures the general preconditions of a CPInstruction instance.