Uses of Interface
org.apache.bcel.generic.LoadClass
Package
Description
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
A PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as a nice side effect.
-
Uses of LoadClass in org.apache.bcel.generic
Modifier and TypeClassDescriptionclass
ANEWARRAY - Create new array of referencesclass
CHECKCAST - Check whether object is of given typeclass
Super class for the GET/PUTxxx family of instructions.class
Super class for InvokeInstruction and FieldInstruction, since they have some methods in common!class
GETFIELD - Fetch field from objectclass
GETSTATIC - Fetch static field from classclass
INSTANCEOF - Determine if object is of given typeclass
Class for INVOKEDYNAMIC.class
Super class for the INVOKExxx family of instructions.final class
INVOKEINTERFACE - Invoke interface methodclass
INVOKESPECIAL - Invoke instance method; special handling for superclass, private and instance initialization method invocationsclass
INVOKESTATIC - Invoke a class (static) methodclass
INVOKEVIRTUAL - Invoke instance method; dispatch based on classclass
MULTIANEWARRAY - Create new mutidimensional array of referencesclass
NEW - Create new objectclass
PUTFIELD - Put field in objectclass
PUTSTATIC - Put static field in classModifier and TypeMethodDescriptionvoid
EmptyVisitor.visitLoadClass
(LoadClass obj) void
Visitor.visitLoadClass
(LoadClass obj) -
Uses of LoadClass in org.apache.bcel.verifier.structurals
Modifier and TypeMethodDescriptionvoid
InstConstraintVisitor.visitLoadClass
(LoadClass o) Assures the generic preconditions of a LoadClass instance.