Searched defs:u2classIndex (Results 1 - 7 of 7) sorted by relevance

/external/proguard/src/proguard/classfile/constant/
H A DFieldrefConstant.java43 * @param u2classIndex the index of the class in the constant pool.
48 public FieldrefConstant(int u2classIndex, argument
53 this.u2classIndex = u2classIndex;
H A DInterfaceMethodrefConstant.java43 * @param u2classIndex the index of the class in the constant pool.
48 public InterfaceMethodrefConstant(int u2classIndex, argument
53 this.u2classIndex = u2classIndex;
H A DMethodrefConstant.java43 * @param u2classIndex the index of the class in the constant pool.
48 public MethodrefConstant(int u2classIndex, argument
53 this.u2classIndex = u2classIndex;
H A DRefConstant.java33 public int u2classIndex; field in class:RefConstant
63 return u2classIndex;
87 return clazz.getClassName(u2classIndex);
/external/proguard/src/proguard/classfile/attribute/
H A DEnclosingMethodAttribute.java34 public int u2classIndex; field in class:EnclosingMethodAttribute
66 int u2classIndex,
71 this.u2classIndex = u2classIndex;
81 return clazz.getClassName(u2classIndex);
65 EnclosingMethodAttribute(int u2attributeNameIndex, int u2classIndex, int u2nameAndTypeIndex) argument
/external/proguard/src/proguard/classfile/attribute/preverification/
H A DObjectType.java34 public int u2classIndex; field in class:ObjectType
49 public ObjectType(int u2classIndex) argument
51 this.u2classIndex = u2classIndex;
92 return this.u2classIndex == other.u2classIndex;
99 u2classIndex;
105 return "a:" + u2classIndex;
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/optimize/WriteOnlyFieldFilter.class WriteOnlyFieldFilter.java package proguard ...

Completed in 69 milliseconds