| Package | Description | 
|---|---|
| net.sf.jiapi.reflect.instruction | 
 This package contains classes and interfaces which are directly involved 
 with Instructions. 
 | 
| Class and Description | 
|---|
| CPInstruction
 This class represents an Instruction, that has a reference to Constant pool 
 | 
| FieldAccess
 This class represents a field access instruction. 
 | 
| Invocation
 This class represents a method invocation instruction. 
 | 
| LVInstruction
 This class represents an Instruction, that references a local variable. 
 | 
| LVInstruction.LVType | 
| Opcodes
 This interface holds all of the opcodes and their mnemonics specified in Java
 Virtual Machine Specification, 2nd edition, chapter 9. 
 | 
| ReferencingInstruction
 This class represents an Instruction, that uses Object references. 
 | 
| ReturnInstruction
 A tagging interface representing return Instructions. 
 | 
Copyright © 2017. All rights reserved.