Home
last modified time | relevance | path

Searched refs:selfIndex (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/reflect/
DRecordComponent.java62 private int selfIndex; field in RecordComponent
73 int selfIndex) { in RecordComponent() argument
78 this.selfIndex = selfIndex; in RecordComponent()
79 this.signature = parent.getGenericSignature(selfIndex); in RecordComponent()
248 Annotation[] annotations = parent.getVisibleAnnotations(selfIndex); in declaredAnnotations()