public class InstructionSequenceConstants extends Object
InstructionSequencesReplacer,
InstructionSequenceReplacer| Modifier and Type | Field and Description |
|---|---|
Instruction[][][] |
ARITHMETIC_SEQUENCES |
Instruction[][][] |
BRANCH_SEQUENCES |
Instruction[][][] |
CAST_SEQUENCES |
Constant[] |
CONSTANTS |
Instruction[][][] |
FIELD_SEQUENCES |
Instruction[][][] |
MATH_ANDROID_SEQUENCES |
Instruction[][][] |
MATH_SEQUENCES |
Instruction[][][] |
OBJECT_SEQUENCES |
Instruction[][][] |
STRING_SEQUENCES |
Instruction[][][] |
VARIABLE_SEQUENCES |
| Constructor and Description |
|---|
InstructionSequenceConstants(ClassPool programClassPool,
ClassPool libraryClassPool)
Creates a new instance of InstructionSequenceConstants, with constants
that reference classes from the given class pools.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Prints out the instruction sequences.
|
public final Instruction[][][] VARIABLE_SEQUENCES
public final Instruction[][][] ARITHMETIC_SEQUENCES
public final Instruction[][][] FIELD_SEQUENCES
public final Instruction[][][] CAST_SEQUENCES
public final Instruction[][][] BRANCH_SEQUENCES
public final Instruction[][][] STRING_SEQUENCES
public final Instruction[][][] OBJECT_SEQUENCES
public final Instruction[][][] MATH_SEQUENCES
public final Instruction[][][] MATH_ANDROID_SEQUENCES
public final Constant[] CONSTANTS
public static void main(String[] args)
Copyright © 2019. All rights reserved.