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 class
This class represents an entry in the exception table of the Code attribute and is used only there.final class
This 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 TypKlasseBeschreibungclass
Super class for the GET/PUTxxx family of instructions.class
Super class for InvokeInstruction and FieldInstruction, since they have some methods in common!class
IINC - Increment local variable by constantclass
Abstract super class for all Java byte codes.class
Abstract super class for branching instructions like GOTO, IFEQ, etc..class
Instruction that needs one byteclass
A small subclass of the local variable accessing instruction class InstructionLV - this subclass does not allow the index to be altered.class
Class for instructions that use an index into the constant pool such as LDC, INVOKEVIRTUAL, etc.class
Abstract super class for instructions dealing with local variables.class
Select - Abstract super class for LOOKUPSWITCH and TABLESWITCH instructions.class
Instruction that needs one shortfinal class
INVOKEDYNAMICclass
Super class for the INVOKExxx family of instructions.final class
INVOKEINTERFACE - Invoke interface methodclass
LOOKUPSWITCH - Switch with unordered set of valuesclass
MULTIANEWARRAY - Create new mutidimensional array of referencesclass
RET - Return from subroutineclass
TABLESWITCH - Switch within given range of values, i.e., low..high