类 ConfigurationLoggingInstructionSequenceConstants


  • public class ConfigurationLoggingInstructionSequenceConstants
    extends java.lang.Object
    This class contains a set of instruction sequences for accessing class information via reflection, and replacement instructions that add logging information on the reflection that is used.
    • 构造器概要

      构造器 
      构造器 说明
      ConfigurationLoggingInstructionSequenceConstants​(proguard.classfile.ClassPool programClassPool, proguard.classfile.ClassPool libraryClassPool)
      Creates a new instance of ResourceIdInstructionSequenceConstants, with constants that reference classes from the given class pools.
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • CLASS_NAME

        public static final int CLASS_NAME
        另请参阅:
        常量字段值
      • LOCAL_VARIABLE_INDEX_1

        public static final int LOCAL_VARIABLE_INDEX_1
        另请参阅:
        常量字段值
      • LOCAL_VARIABLE_INDEX_2

        public static final int LOCAL_VARIABLE_INDEX_2
        另请参阅:
        常量字段值
      • LOCAL_VARIABLE_INDEX_3

        public static final int LOCAL_VARIABLE_INDEX_3
        另请参阅:
        常量字段值
      • CONSTANT_INDEX

        public static final int CONSTANT_INDEX
        另请参阅:
        常量字段值
      • RESOURCE

        public final proguard.classfile.instruction.Instruction[][][] RESOURCE
      • CONSTANTS

        public final proguard.classfile.constant.Constant[] CONSTANTS
    • 构造器详细资料

      • ConfigurationLoggingInstructionSequenceConstants

        public ConfigurationLoggingInstructionSequenceConstants​(proguard.classfile.ClassPool programClassPool,
                                                                proguard.classfile.ClassPool libraryClassPool)
        Creates a new instance of ResourceIdInstructionSequenceConstants, with constants that reference classes from the given class pools.