Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/attribute/annotation/target/visitor/
DTargetInfoVisitor.java38 … TypeAnnotation typeAnnotation, SuperTypeTargetInfo superTypeTargetInfo); in visitSuperTypeTargetInfo() argument
/external/proguard/src/proguard/classfile/visitor/
DClassPrinter.java990 …TypeTargetInfo(Clazz clazz, TypeAnnotation typeAnnotation, SuperTypeTargetInfo superTypeTargetInfo) in visitSuperTypeTargetInfo() argument
992 … println("Target (type = 0x" + Integer.toHexString(superTypeTargetInfo.u1targetType) + "): " + in visitSuperTypeTargetInfo()
993 (superTypeTargetInfo.u2superTypeIndex == 0xffff ? in visitSuperTypeTargetInfo()
995 "interface #" + superTypeTargetInfo.u2superTypeIndex)); in visitSuperTypeTargetInfo()
/external/proguard/src/proguard/classfile/io/
DProgramClassWriter.java643 …TypeTargetInfo(Clazz clazz, TypeAnnotation typeAnnotation, SuperTypeTargetInfo superTypeTargetInfo) in visitSuperTypeTargetInfo() argument
645 dataOutput.writeShort(superTypeTargetInfo.u2superTypeIndex); in visitSuperTypeTargetInfo()
DProgramClassReader.java830 …TypeTargetInfo(Clazz clazz, TypeAnnotation typeAnnotation, SuperTypeTargetInfo superTypeTargetInfo) in visitSuperTypeTargetInfo() argument
832 superTypeTargetInfo.u2superTypeIndex = dataInput.readUnsignedShort(); in visitSuperTypeTargetInfo()
/external/proguard/src/proguard/classfile/util/
DSimplifiedVisitor.java950 …TypeTargetInfo(Clazz clazz, TypeAnnotation typeAnnotation, SuperTypeTargetInfo superTypeTargetInfo) in visitSuperTypeTargetInfo() argument
952 visitAnyTargetInfo(clazz, typeAnnotation, superTypeTargetInfo); in visitSuperTypeTargetInfo()