Annotation Interface Constants.VarIndex

封闭接口:
Constants

@Retention(SOURCE) public static @interface Constants.VarIndex
变量索引位置
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static final int
    本地变量对应attrName的toString变量
    static final int
    本地变量hashCode位置
    static final int
    本地变量innerClass类型变量的位置
    static final int
    方法中第二个参数的位置
    static final int
    方法中第一个参数的位置
    static final int
    实例方法 this 变量位置
  • 字段详细资料

    • THIS

      static final int THIS
      实例方法 this 变量位置
      另请参阅:
    • PARAM_BEAN

      static final int PARAM_BEAN
      方法中第一个参数的位置
      另请参阅:
    • PARAM_ATTR

      static final int PARAM_ATTR
      方法中第二个参数的位置
      另请参阅:
    • LOCAL_ATTR_STRING

      static final int LOCAL_ATTR_STRING
      本地变量对应attrName的toString变量
      另请参阅:
    • LOCAL_HASH_CODE

      static final int LOCAL_HASH_CODE
      本地变量hashCode位置
      另请参阅:
    • LOCAL_INTERNAL_CLASS

      static final int LOCAL_INTERNAL_CLASS
      本地变量innerClass类型变量的位置
      另请参阅: