public class InstructionSequenceConstants extends Object
InstructionSequencesReplacer,
InstructionSequenceReplacer| Modifier and Type | Field and Description |
|---|---|
static Instruction[][][] |
ARITHMETIC |
static Instruction[][][] |
BRANCH |
static Instruction[][][] |
CAST |
Constant[] |
CONSTANTS |
static Instruction[][][] |
FIELD |
static Instruction[][][] |
STRING |
Instruction[][][] |
VARIABLE |
| Constructor and Description |
|---|
InstructionSequenceConstants(ClassPool programClassPool,
ClassPool libraryClassPool)
Creates a new instance of InstructionSequenceConstants, with constants
that reference the given class pools.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Prints out the constants and the instruction sequences.
|
public final Constant[] CONSTANTS
public final Instruction[][][] VARIABLE
public static final Instruction[][][] ARITHMETIC
public static final Instruction[][][] FIELD
public static final Instruction[][][] CAST
public static final Instruction[][][] BRANCH
public static final Instruction[][][] STRING
public static void main(String[] args)
Copyright © 2016. All rights reserved.