Uses of Interface
org.aspectj.apache.bcel.Constants
Packages that use Constants
-
Uses of Constants in org.aspectj.apache.bcel.classfile
Classes in org.aspectj.apache.bcel.classfile that implement ConstantsModifier and TypeClassDescriptionclassThis class represents an entry in the exception table of the Code attribute and is used only there.classThis class represents a local variable within a method. -
Uses of Constants in org.aspectj.apache.bcel.generic
Classes in org.aspectj.apache.bcel.generic that implement ConstantsModifier and TypeClassDescriptionclassSuper class for the GET/PUTxxx family of instructions.classSuper class for InvokeInstruction and FieldInstruction, since they have some methods in common!classIINC - Increment local variable by constantclassAbstract super class for all Java byte codes.classAbstract super class for branching instructions like GOTO, IFEQ, etc..classInstruction that needs one byteclassA small subclass of the local variable accessing instruction class InstructionLV - this subclass does not allow the index to be altered.classClass for instructions that use an index into the constant pool such as LDC, INVOKEVIRTUAL, etc.classAbstract super class for instructions dealing with local variables.classSelect - Abstract super class for LOOKUPSWITCH and TABLESWITCH instructions.classInstruction that needs one shortclassINVOKEDYNAMICclassSuper class for the INVOKExxx family of instructions.classINVOKEINTERFACE - Invoke interface methodclassLOOKUPSWITCH - Switch with unordered set of valuesclassMULTIANEWARRAY - Create new mutidimensional array of referencesclassRET - Return from subroutineclassTABLESWITCH - Switch within given range of values, i.e., low..high