Searched refs:ExceptionInfoVisitor (Results 1 - 25 of 28) 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.java25 import proguard.classfile.attribute.visitor.ExceptionInfoVisitor;
29 * This <code>ExceptionInfoVisitor</code> lets a given
36 implements ExceptionInfoVisitor
52 // Implementations for ExceptionInfoVisitor.
H A DClassCleaner.java47 ExceptionInfoVisitor,
235 // 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.java42 ExceptionInfoVisitor
253 // 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 DConstantPoolShrinker.java52 ExceptionInfoVisitor,
369 // Implementations for ExceptionInfoVisitor.
H A DCodeAttributeComposer.java45 ExceptionInfoVisitor,
586 // Implementations for ExceptionInfoVisitor.
H A DConstantPoolRemapper.java52 ExceptionInfoVisitor,
493 // Implementations for ExceptionInfoVisitor.
H A DCodeAttributeEditor.java49 ExceptionInfoVisitor,
913 // Implementations for ExceptionInfoVisitor.
/external/proguard/src/proguard/optimize/peephole/
H A DUnreachableExceptionRemover.java39 ExceptionInfoVisitor
41 private final ExceptionInfoVisitor extraExceptionInfoVisitor;
58 public UnreachableExceptionRemover(ExceptionInfoVisitor extraExceptionInfoVisitor)
81 // Implementations for ExceptionInfoVisitor.
H A DReachableCodeMarker.java42 ExceptionInfoVisitor
181 // Implementations for ExceptionInfoVisitor.
H A DBranchTargetFinder.java44 ExceptionInfoVisitor,
625 // 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
54 private ExceptionInfoVisitor subroutineExceptionInliner = this;
181 ExceptionInfoVisitor oldSubroutineExceptionInliner = subroutineExceptionInliner;
344 // Implementations for ExceptionInfoVisitor.
/external/proguard/src/proguard/optimize/
H A DTailRecursionSimplifier.java44 ExceptionInfoVisitor
222 // Implementations for ExceptionInfoVisitor.
234 * This ConstantVisitor and ExceptionInfoVisitor returns whether a method
240 ExceptionInfoVisitor
262 // Implementations for ExceptionInfoVisitor.
/external/proguard/src/proguard/optimize/evaluation/
H A DLivenessAnalyzer.java41 ExceptionInfoVisitor
384 // Implementations for ExceptionInfoVisitor.
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/FileWordReader.class FileWordReader.java package proguard ...
/external/proguard/src/proguard/shrink/
H A DUsageMarker.java52 ExceptionInfoVisitor,
820 // Implementations for ExceptionInfoVisitor.
/external/proguard/src/proguard/classfile/io/
H A DProgramClassWriter.java290 ExceptionInfoVisitor,
537 // Implementations for ExceptionInfoVisitor.

Completed in 361 milliseconds

12