Subclasses of Bytecodes.CPInstruction in joeq.Compiler.BytecodeAnalysis |
static class |
Bytecodes.ANEWARRAY
|
static class |
Bytecodes.CHECKCAST
|
static class |
Bytecodes.FieldInstruction
|
static class |
Bytecodes.FieldOrMethod
|
static class |
Bytecodes.GETFIELD
|
static class |
Bytecodes.GETSTATIC
|
static class |
Bytecodes.INSTANCEOF
|
static class |
Bytecodes.InvokeInstruction
|
static class |
Bytecodes.INVOKEINTERFACE
|
static class |
Bytecodes.INVOKESPECIAL
|
static class |
Bytecodes.INVOKESTATIC
|
static class |
Bytecodes.INVOKEVIRTUAL
|
static class |
Bytecodes.LDC
|
static class |
Bytecodes.LDC_W
|
static class |
Bytecodes.LDC2_W
|
static class |
Bytecodes.MULTIANEWARRAY
|
static class |
Bytecodes.NEW
|
static class |
Bytecodes.PUTFIELD
|
static class |
Bytecodes.PUTSTATIC
|