类 InstructionSequenceConstants
- java.lang.Object
-
- proguard.optimize.peephole.InstructionSequenceConstants
-
public class InstructionSequenceConstants extends java.lang.ObjectThis class contains a set of instruction sequences with their suggested more compact or more efficient replacements.- 另请参阅:
InstructionSequencesReplacer,InstructionSequenceReplacer
-
-
字段概要
字段 修饰符和类型 字段 说明 proguard.classfile.instruction.Instruction[][][]ARITHMETIC_SEQUENCESproguard.classfile.instruction.Instruction[][][]BRANCH_SEQUENCESproguard.classfile.instruction.Instruction[][][]CAST_SEQUENCESproguard.classfile.constant.Constant[]CONSTANTSproguard.classfile.instruction.Instruction[][][]FIELD_SEQUENCESproguard.classfile.instruction.Instruction[][][]MATH_ANDROID_SEQUENCESproguard.classfile.instruction.Instruction[][][]MATH_SEQUENCESproguard.classfile.instruction.Instruction[][][]OBJECT_SEQUENCESproguard.classfile.instruction.Instruction[][][]STRING_SEQUENCESproguard.classfile.instruction.Instruction[][][]VARIABLE_SEQUENCES
-
构造器概要
构造器 构造器 说明 InstructionSequenceConstants(proguard.classfile.ClassPool programClassPool, proguard.classfile.ClassPool libraryClassPool)Creates a new instance of InstructionSequenceConstants, with constants that reference classes from the given class pools.
-
-
-
字段详细资料
-
VARIABLE_SEQUENCES
public final proguard.classfile.instruction.Instruction[][][] VARIABLE_SEQUENCES
-
ARITHMETIC_SEQUENCES
public final proguard.classfile.instruction.Instruction[][][] ARITHMETIC_SEQUENCES
-
FIELD_SEQUENCES
public final proguard.classfile.instruction.Instruction[][][] FIELD_SEQUENCES
-
CAST_SEQUENCES
public final proguard.classfile.instruction.Instruction[][][] CAST_SEQUENCES
-
BRANCH_SEQUENCES
public final proguard.classfile.instruction.Instruction[][][] BRANCH_SEQUENCES
-
STRING_SEQUENCES
public final proguard.classfile.instruction.Instruction[][][] STRING_SEQUENCES
-
OBJECT_SEQUENCES
public final proguard.classfile.instruction.Instruction[][][] OBJECT_SEQUENCES
-
MATH_SEQUENCES
public final proguard.classfile.instruction.Instruction[][][] MATH_SEQUENCES
-
MATH_ANDROID_SEQUENCES
public final proguard.classfile.instruction.Instruction[][][] MATH_ANDROID_SEQUENCES
-
CONSTANTS
public final proguard.classfile.constant.Constant[] CONSTANTS
-
-