Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DAnnotationsAttribute.java566 Annotation currentAnno; // current annotation field in AnnotationsAttribute.Parser
610 array[i] = currentAnno; in annotationArray()
618 currentAnno = new Annotation(type, pool); in annotation()
624 currentAnno.addMemberValue(nameIndex, currentMember); in memberValuePair()
681 Annotation anno = currentAnno; in annotationMemberValue()
683 currentMember = new AnnotationMemberValue(currentAnno, pool); in annotationMemberValue()
684 currentAnno = anno; in annotationMemberValue()