Searched refs:ExceptionInfoVisitor (Results 1 - 25 of 27) sorted by relevance

12

/external/proguard/src/proguard/classfile/visitor/
H A DExceptionExcludedOffsetFilter.java25 import proguard.classfile.attribute.visitor.ExceptionInfoVisitor;
28 * This <code>ExceptionInfoVisitor</code> delegates its visits to another given
29 * <code>ExceptionInfoVisitor</code>, but only when the visited exception
35 implements ExceptionInfoVisitor
38 private final ExceptionInfoVisitor exceptionInfoVisitor;
44 * @param exceptionInfoVisitor the ExceptionInfoVisitor to which visits
48 ExceptionInfoVisitor exceptionInfoVisitor)
55 // Implementations for ExceptionInfoVisitor.
H A DExceptionHandlerFilter.java25 import proguard.classfile.attribute.visitor.ExceptionInfoVisitor;
28 * This <code>ExceptionInfoVisitor</code> delegates its visits to another given
29 * <code>ExceptionInfoVisitor</code>, but only when the visited exception
35 implements ExceptionInfoVisitor
39 private final ExceptionInfoVisitor exceptionInfoVisitor;
46 * @param exceptionInfoVisitor the ExceptionInfoVisitor to which visits
51 ExceptionInfoVisitor exceptionInfoVisitor)
59 // Implementations for ExceptionInfoVisitor.
H A DExceptionOffsetFilter.java25 import proguard.classfile.attribute.visitor.ExceptionInfoVisitor;
28 * This <code>ExceptionInfoVisitor</code> delegates its visits to another given
29 * <code>ExceptionInfoVisitor</code>, but only when the visited exception
35 implements ExceptionInfoVisitor
38 private final ExceptionInfoVisitor exceptionInfoVisitor;
44 * @param exceptionInfoVisitor the ExceptionInfoVisitor to which visits
48 ExceptionInfoVisitor exceptionInfoVisitor)
55 // Implementations for ExceptionInfoVisitor.
H A DExceptionRangeFilter.java25 import proguard.classfile.attribute.visitor.ExceptionInfoVisitor;
28 * This <code>ExceptionInfoVisitor</code> delegates its visits to another given
29 * <code>ExceptionInfoVisitor</code>, but only when the visited exception
35 implements ExceptionInfoVisitor
39 private final ExceptionInfoVisitor exceptionInfoVisitor;
46 * @param exceptionInfoVisitor the ExceptionInfoVisitor to which visits
51 ExceptionInfoVisitor exceptionInfoVisitor)
59 // Implementations for ExceptionInfoVisitor.
H A DExceptionCounter.java25 import proguard.classfile.attribute.visitor.ExceptionInfoVisitor;
28 * This ExceptionInfoVisitor counts the number of exceptions that has been visited.
32 public class ExceptionCounter implements ExceptionInfoVisitor
46 // Implementations for ExceptionInfoVisitor.
H A DExceptionHandlerConstantVisitor.java26 import proguard.classfile.attribute.visitor.ExceptionInfoVisitor;
29 * This <code>ExceptionInfoVisitor</code> lets a given
36 implements ExceptionInfoVisitor
52 // Implementations for ExceptionInfoVisitor.
H A DClassCleaner.java46 ExceptionInfoVisitor,
182 // Implementations for ExceptionInfoVisitor.
/external/proguard/src/proguard/classfile/attribute/visitor/
H A DExceptionInfoVisitor.java34 public interface ExceptionInfoVisitor interface
H A DAllExceptionInfoVisitor.java28 * This AttributeVisitor lets a given ExceptionInfoVisitor visit all exceptions
37 private final ExceptionInfoVisitor exceptionInfoVisitor;
40 public AllExceptionInfoVisitor(ExceptionInfoVisitor exceptionInfoVisitor)
H A DStackSizeComputer.java40 ExceptionInfoVisitor
254 // Implementations for ExceptionInfoVisitor.
/external/proguard/src/proguard/classfile/editor/
H A DExceptionInfoAdder.java25 import proguard.classfile.attribute.visitor.ExceptionInfoVisitor;
28 * This ExceptionInfoVisitor adds all exception information that it visits to
34 implements ExceptionInfoVisitor
52 // Implementations for ExceptionInfoVisitor.
H A DConstantPoolRemapper.java52 ExceptionInfoVisitor,
437 // Implementations for ExceptionInfoVisitor.
H A DCodeAttributeComposer.java42 ExceptionInfoVisitor,
479 // Implementations for ExceptionInfoVisitor.
H A DCodeAttributeEditor.java43 ExceptionInfoVisitor,
824 // Implementations for ExceptionInfoVisitor.
/external/proguard/src/proguard/optimize/peephole/
H A DUnreachableExceptionRemover.java39 ExceptionInfoVisitor
41 private final ExceptionInfoVisitor extraExceptionInfoVisitor;
61 public UnreachableExceptionRemover(ExceptionInfoVisitor extraExceptionInfoVisitor)
84 // Implementations for ExceptionInfoVisitor.
H A DReachableCodeMarker.java40 ExceptionInfoVisitor
182 // Implementations for ExceptionInfoVisitor.
H A DBranchTargetFinder.java42 ExceptionInfoVisitor,
599 // Implementations for ExceptionInfoVisitor.
/external/proguard/src/proguard/classfile/attribute/
H A DCodeAttribute.java147 public void exceptionsAccept(Clazz clazz, Method method, ExceptionInfoVisitor exceptionInfoVisitor)
162 public void exceptionsAccept(Clazz clazz, Method method, int offset, ExceptionInfoVisitor exceptionInfoVisitor)
179 public void exceptionsAccept(Clazz clazz, Method method, int startOffset, int endOffset, ExceptionInfoVisitor exceptionInfoVisitor)
/external/proguard/src/proguard/preverify/
H A DCodeSubroutineInliner.java43 ExceptionInfoVisitor
55 private ExceptionInfoVisitor subroutineExceptionInliner = this;
198 ExceptionInfoVisitor oldSubroutineExceptionInliner = subroutineExceptionInliner;
347 // Implementations for ExceptionInfoVisitor.
/external/proguard/src/proguard/optimize/
H A DTailRecursionSimplifier.java44 ExceptionInfoVisitor
238 // Implementations for ExceptionInfoVisitor.
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...
/external/proguard/src/proguard/optimize/evaluation/
H A DLivenessAnalyzer.java41 ExceptionInfoVisitor
374 // Implementations for ExceptionInfoVisitor.
/external/proguard/src/proguard/classfile/io/
H A DProgramClassWriter.java267 ExceptionInfoVisitor,
467 // Implementations for ExceptionInfoVisitor.
H A DProgramClassReader.java50 ExceptionInfoVisitor,
541 // Implementations for ExceptionInfoVisitor.
/external/proguard/src/proguard/shrink/
H A DUsageMarker.java52 ExceptionInfoVisitor,
673 // Implementations for ExceptionInfoVisitor.

Completed in 1115 milliseconds

12