Uses of Interface
org.apache.bcel.generic.LoadClass
Packages that use LoadClass
Package
Description
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
PassVerifier classes used internally by JustIce.
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
Classes in org.apache.bcel.generic that implement LoadClassModifier and TypeClassDescriptionclassANEWARRAY - Create new array of referencesclassCHECKCAST - Check whether object is of given typeclassSuper class for the GET/PUTxxx family of instructions.classSuper class for InvokeInstruction and FieldInstruction, since they have some methods in common!classGETFIELD - Fetch field from objectclassGETSTATIC - Fetch static field from classclassINSTANCEOF - Determine if object is of given typeclassClass for INVOKEDYNAMIC.classSuper class for the INVOKExxx family of instructions.final classINVOKEINTERFACE - Invoke interface methodclassINVOKESPECIAL - Invoke instance method; special handling for superclass, private and instance initialization method invocationsclassINVOKESTATIC - Invoke a class (static) methodclassINVOKEVIRTUAL - Invoke instance method; dispatch based on classclassMULTIANEWARRAY - Create new mutidimensional array of referencesclassNEW - Create new objectclassPUTFIELD - Put field in objectclassPUTSTATIC - Put static field in classMethods in org.apache.bcel.generic with parameters of type LoadClassModifier and TypeMethodDescriptionvoidEmptyVisitor.visitLoadClass(LoadClass obj) voidVisitor.visitLoadClass(LoadClass obj) -
Uses of LoadClass in org.apache.bcel.verifier.statics
Methods in org.apache.bcel.verifier.statics with parameters of type LoadClassModifier and TypeMethodDescriptionvoidPass3aVerifier.InstOperandConstraintVisitor.visitLoadClass(LoadClass loadClass) Assures the generic preconditions of a LoadClass instance. -
Uses of LoadClass in org.apache.bcel.verifier.structurals
Methods in org.apache.bcel.verifier.structurals with parameters of type LoadClassModifier and TypeMethodDescriptionvoidInstConstraintVisitor.visitLoadClass(LoadClass o) Assures the generic preconditions of a LoadClass instance.