Package | Description |
---|---|
net.sf.jiapi.reflect.instruction |
This package contains classes and interfaces which are directly involved
with Instructions.
|
Modifier and Type | Class and Description |
---|---|
class |
ANewArray |
class |
CheckCast |
class |
FieldAccess
This class represents a field access instruction.
|
class |
GetField |
class |
GetStatic |
class |
InstanceOf |
class |
Invocation
This class represents a method invocation instruction.
|
class |
InvokeDynamic |
class |
InvokeInterface |
class |
InvokeSpecial |
class |
InvokeStatic |
class |
InvokeVirtual |
class |
Ldc
Push an entry from ConstantPool.
|
class |
Ldc2W
Push a long or double entry from ConstantPool.
|
class |
LdcW
Push an entry from ConstantPool.
|
class |
New |
class |
PutField |
class |
PutStatic |
class |
ReferencingInstruction
This class represents an Instruction, that uses Object references.
|
Copyright © 2017. All rights reserved.