|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutOfRangeException | |
---|---|
edu.rit.classfile | Package edu.rit.classfile is the RIT Classfile Library for analyzing and synthesizing class files. |
Uses of OutOfRangeException in edu.rit.classfile |
---|
Methods in edu.rit.classfile that throw OutOfRangeException | |
---|---|
static Instruction |
Op.ALOAD(int theIndex)
An aload instruction. |
static Instruction |
Op.ASTORE(int theIndex)
An astore instruction. |
static Instruction |
Op.DLOAD(int theIndex)
A dload instruction. |
static Instruction |
Op.DSTORE(int theIndex)
A dstore instruction. |
static Instruction |
Op.FLOAD(int theIndex)
An fload instruction. |
static Instruction |
Op.FSTORE(int theIndex)
An fstore instruction. |
static Instruction |
Op.IINC(int theIndex,
int theAmount)
An iinc instruction. |
static Instruction |
Op.ILOAD(int theIndex)
An iload instruction. |
void |
SynthesizedConstructorDescription.increaseMaxLocals(int theMaxLocals)
Increase the described constructor's max_locals item if necessary. |
void |
SynthesizedClassInitializerDescription.increaseMaxLocals(int theMaxLocals)
Increase the described class initializer's max_locals item if necessary. |
void |
SynthesizedMethodDescription.increaseMaxLocals(int theMaxLocals)
Increase the described method's max_locals item if necessary. |
void |
SynthesizedConstructorDescription.increaseMaxStack(int theMaxStack)
Increase the described constructor's max_stack item if necessary. |
void |
SynthesizedClassInitializerDescription.increaseMaxStack(int theMaxStack)
Increase the described class initializer's max_stack item if necessary. |
void |
SynthesizedMethodDescription.increaseMaxStack(int theMaxStack)
Increase the described method's max_stack item if necessary. |
static Instruction |
Op.ISTORE(int theIndex)
An istore instruction. |
static Instruction |
Op.LLOAD(int theIndex)
An lload instruction. |
static Instruction |
Op.LSTORE(int theIndex)
An lstore instruction. |
static Instruction |
Op.MULTIANEWARRAY(ArrayReference theArrayType,
int theDimensions)
A multianewarray instruction. |
static Instruction |
Op.RET(int theIndex)
A ret instruction. |
void |
SynthesizedConstructorDescription.setMaxLocals(int theMaxLocals)
Specify the described constructor's max_locals item. |
void |
SynthesizedClassInitializerDescription.setMaxLocals(int theMaxLocals)
Specify the described class initializer's max_locals item. |
void |
SynthesizedMethodDescription.setMaxLocals(int theMaxLocals)
Specify the described method's max_locals item. |
void |
SynthesizedConstructorDescription.setMaxStack(int theMaxStack)
Specify the described constructor's max_stack item. |
void |
SynthesizedClassInitializerDescription.setMaxStack(int theMaxStack)
Specify the described class initializer's max_stack item. |
void |
SynthesizedMethodDescription.setMaxStack(int theMaxStack)
Specify the described method's max_stack item. |
static Instruction |
Op.TLOAD(int theIndex,
TypeReference theType)
A type-sensitive load instruction. |
static Instruction |
Op.TSTORE(int theIndex,
TypeReference theType)
A type-sensitive store instruction. |
Constructors in edu.rit.classfile that throw OutOfRangeException | |
---|---|
ArrayReference(TypeReference theComponentType,
int theDimensions)
Construct a new array reference with the given component type and dimensions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |