Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/attribute/annotation/target/visitor/
DTargetInfoVisitor.java45 … TypeAnnotation typeAnnotation, ThrowsTargetInfo throwsTargetInfo); in visitThrowsTargetInfo() argument
/external/proguard/src/proguard/classfile/visitor/
DClassPrinter.java1019 …tInfo(Clazz clazz, Method method, TypeAnnotation typeAnnotation, ThrowsTargetInfo throwsTargetInfo) in visitThrowsTargetInfo() argument
1021 … println("Target (type = 0x" + Integer.toHexString(throwsTargetInfo.u1targetType) + "): throws #" + in visitThrowsTargetInfo()
1022 throwsTargetInfo.u2throwsTypeIndex); in visitThrowsTargetInfo()
/external/proguard/src/proguard/classfile/io/
DProgramClassWriter.java667 …tInfo(Clazz clazz, Method method, TypeAnnotation typeAnnotation, ThrowsTargetInfo throwsTargetInfo) in visitThrowsTargetInfo() argument
669 dataOutput.writeShort(throwsTargetInfo.u2throwsTypeIndex); in visitThrowsTargetInfo()
DProgramClassReader.java854 …tInfo(Clazz clazz, Method method, TypeAnnotation typeAnnotation, ThrowsTargetInfo throwsTargetInfo) in visitThrowsTargetInfo() argument
856 throwsTargetInfo.u2throwsTypeIndex = dataInput.readUnsignedShort(); in visitThrowsTargetInfo()
/external/proguard/src/proguard/classfile/util/
DSimplifiedVisitor.java1010 …tInfo(Clazz clazz, Method method, TypeAnnotation typeAnnotation, ThrowsTargetInfo throwsTargetInfo) in visitThrowsTargetInfo() argument
1012 visitAnyTargetInfo(clazz, typeAnnotation, throwsTargetInfo); in visitThrowsTargetInfo()