Verwendungen von Schnittstelle
org.aspectj.apache.bcel.Constants
Packages, die Constants verwenden
-
Verwendungen von Constants in org.aspectj.apache.bcel.classfile
Klassen in org.aspectj.apache.bcel.classfile, die Constants implementierenModifizierer und TypKlasseBeschreibungfinal classThis class represents an entry in the exception table of the Code attribute and is used only there.final classThis class represents a local variable within a method. -
Verwendungen von Constants in org.aspectj.apache.bcel.generic
Klassen in org.aspectj.apache.bcel.generic, die Constants implementierenModifizierer und TypKlasseBeschreibungclassSuper 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 shortfinal classINVOKEDYNAMICclassSuper class for the INVOKExxx family of instructions.final 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