Uses of Interface
org.apache.bcel.generic.LoadClass
-
Packages that use LoadClass Package Description org.apache.bcel.generic This package contains the "generic" part of the Byte Code Engineering Library, i.e., classes to dynamically modify class objects and byte code instructions.org.apache.bcel.verifier.statics Provides PassVerifier classes used internally by JustIce.org.apache.bcel.verifier.structurals Provides 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 LoadClass Modifier and Type Class Description classANEWARRAYANEWARRAY - Create new array of referencesclassCHECKCASTCHECKCAST - Check whether object is of given typeclassFieldInstructionSuper class for the GET/PUTxxx family of instructions.classFieldOrMethodSuper class for InvokeInstruction and FieldInstruction, since they have some methods in common!classGETFIELDGETFIELD - Fetch field from objectclassGETSTATICGETSTATIC - Fetch static field from classclassINSTANCEOFINSTANCEOF - Determine if object is of given typeclassINVOKEDYNAMICClass for INVOKEDYNAMIC.classInvokeInstructionSuper class for the INVOKExxx family of instructions.classINVOKEINTERFACEINVOKEINTERFACE - Invoke interface methodclassINVOKESPECIALINVOKESPECIAL - Invoke instance method; special handling for superclass, private and instance initialization method invocationsclassINVOKESTATICINVOKESTATIC - Invoke a class (static) methodclassINVOKEVIRTUALINVOKEVIRTUAL - Invoke instance method; dispatch based on classclassMULTIANEWARRAYMULTIANEWARRAY - Create new mutidimensional array of referencesclassNEWNEW - Create new objectclassPUTFIELDPUTFIELD - Put field in objectclassPUTSTATICPUTSTATIC - Put static field in classMethods in org.apache.bcel.generic with parameters of type LoadClass Modifier and Type Method Description voidEmptyVisitor. 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 LoadClass Modifier and Type Method Description voidPass3aVerifier.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 LoadClass Modifier and Type Method Description voidInstConstraintVisitor. visitLoadClass(LoadClass o)Assures the generic preconditions of a LoadClass instance.
-