|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Constants | |
---|---|
org.aspectj.apache.bcel.classfile | |
org.aspectj.apache.bcel.generic |
Uses of Constants in org.aspectj.apache.bcel.classfile |
---|
Classes in org.aspectj.apache.bcel.classfile that implement Constants | |
---|---|
class |
CodeException
This class represents an entry in the exception table of the Code attribute and is used only there. |
class |
LocalVariable
This 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 Constants | |
---|---|
class |
FieldInstruction
Super class for the GET/PUTxxx family of instructions. |
class |
FieldOrMethod
Super class for InvokeInstruction and FieldInstruction, since they have some methods in common! |
class |
IINC
IINC - Increment local variable by constant |
class |
Instruction
Abstract super class for all Java byte codes. |
class |
InstructionBranch
Abstract super class for branching instructions like GOTO, IFEQ, etc.. |
class |
InstructionByte
Instruction that needs one byte |
class |
InstructionCLV
A small subclass of the local variable accessing instruction class InstructionLV - this subclass does not allow the index to be altered. |
class |
InstructionCP
Class for instructions that use an index into the constant pool such as LDC, INVOKEVIRTUAL, etc. |
class |
InstructionLV
Abstract super class for instructions dealing with local variables. |
class |
InstructionSelect
Select - Abstract super class for LOOKUPSWITCH and TABLESWITCH instructions. |
class |
InstructionShort
Instruction that needs one short |
class |
InvokeInstruction
Super class for the INVOKExxx family of instructions. |
class |
INVOKEINTERFACE
INVOKEINTERFACE - Invoke interface method |
class |
LOOKUPSWITCH
LOOKUPSWITCH - Switch with unordered set of values |
class |
MULTIANEWARRAY
MULTIANEWARRAY - Create new mutidimensional array of references |
class |
RET
RET - Return from subroutine |
class |
TABLESWITCH
TABLESWITCH - Switch within given range of values, i.e., low..high |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |