Searched defs:CodeAttributeComposer (Results 1 - 2 of 2) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
H A DCodeAttributeComposer.java38 public class CodeAttributeComposer class in inherits:SimplifiedVisitor,AttributeVisitor,InstructionVisitor,ExceptionInfoVisitor,StackMapFrameVisitor,VerificationTypeVisitor,LineNumberInfoVisitor,LocalVariableInfoVisitor,LocalVariableTypeInfoVisitor
84 * Creates a new CodeAttributeComposer that doesn't allow external exception
87 public CodeAttributeComposer() method in class:CodeAttributeComposer
94 * Creates a new CodeAttributeComposer that optionally allows external
97 public CodeAttributeComposer(boolean allowExternalExceptionHandlers) method in class:CodeAttributeComposer
341 System.out.println("CodeAttributeComposer: putting results in ["+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz)+"]");
828 CodeAttributeComposer composer = new CodeAttributeComposer();
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 17 milliseconds