Frames | No Frames |
Classes implementing org.apache.bcel.generic.LoadClass | |
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 | 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.LoadClass | |
void | |
void |
Methods with parameter type org.apache.bcel.generic.LoadClass | |
void | Assures the generic preconditions of a LoadClass instance. |