OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:u2referenceIndex
(Results
1 - 2
of
2
) sorted by null
/external/proguard/src/proguard/classfile/constant/
MethodHandleConstant.java
34
public int
u2referenceIndex
;
58
* @param
u2referenceIndex
the index of the field ref constant, interface
62
public MethodHandleConstant(int u1referenceKind, int
u2referenceIndex
)
65
this.
u2referenceIndex
=
u2referenceIndex
;
92
return
u2referenceIndex
;
101
return clazz.getRefClassName(
u2referenceIndex
);
109
return clazz.getRefName(
u2referenceIndex
);
117
return clazz.getRefType(
u2referenceIndex
);
/external/proguard/lib/
proguard.jar
Completed in 397 milliseconds