HomeSort by relevance Sort by last modified time
    Searched full:visits (Results 1 - 25 of 215) sorted by null

1 2 3 4 5 6 7 8 9

  /external/proguard/src/proguard/classfile/visitor/
LibraryMemberFilter.java 27 * This <code>MemberVisitor</code> delegates its visits to another given
41 * visits will be delegated.
53 // Don't delegate visits to program members.
59 // Don't delegate visits to program members.
ProgramMemberFilter.java 27 * This <code>MemberVisitor</code> delegates its visits to another given
41 * visits will be delegated.
65 // Don't delegate visits to library members.
71 // Don't delegate visits to library members.
LibraryClassFilter.java 27 * This <code>ClassVisitor</code> delegates its visits to another given
39 * @param classVisitor the <code>ClassVisitor</code> to which visits
52 // Don't delegate visits to program classes.
ProgramClassFilter.java 27 * This <code>ClassVisitor</code> delegates its visits to another given
39 * @param classVisitor the <code>ClassVisitor</code> to which visits
58 // Don't delegate visits to library classes.
ClassNameFilter.java 29 * This <code>ClassVisitor</code> delegates its visits to another given
45 * @param classVisitor the <code>ClassVisitor</code> to which visits
60 * @param classVisitor the <code>ClassVisitor</code> to which visits
76 * visits will be delegated.
ClassPresenceFilter.java 26 * This <code>ClassVisitor</code> delegates its visits to one of two
43 * @param presentClassVisitor the <code>ClassVisitor</code> to which visits
45 * @param missingClassVisitor the <code>ClassVisitor</code> to which visits
MemberDescriptorFilter.java 28 * This <code>MemberVisitor</code> delegates its visits to another given
44 * @param memberVisitor the <code>MemberVisitor</code> to which visits
59 * visits will be delegated.
MemberNameFilter.java 28 * This <code>MemberVisitor</code> delegates its visits to another given
44 * @param memberVisitor the <code>MemberVisitor</code> to which visits
59 * visits will be delegated.
BottomClassFilter.java 27 * This <code>ClassVisitor</code> delegates its visits to another given
40 * @param classVisitor the <code>ClassVisitor</code> to which visits
ClassAccessFilter.java 27 * This <code>ClassVisitor</code> delegates its visits to another given
49 * which visits will be delegated.
ClassForNameClassVisitor.java 32 * it visits.
47 * @param classVisitor the <code>ClassVisitor</code> to which visits will
ClassVersionFilter.java 26 * This <code>ClassVisitor</code> delegates its visits to program classes to
43 * @param classVisitor the <code>ClassVisitor</code> to which visits
ExceptClassFilter.java 26 * This <code>ClassVisitor</code> delegates its visits to another given
40 * @param classVisitor the <code>ClassVisitor</code> to which visits will
ExceptClassesFilter.java 26 * This <code>ClassVisitor</code> delegates its visits to another given
40 * @param classVisitor the <code>ClassVisitor</code> to which visits will
ExceptionExcludedOffsetFilter.java 28 * This <code>ExceptionInfoVisitor</code> delegates its visits to another given
44 * @param exceptionInfoVisitor the ExceptionInfoVisitor to which visits
ExceptionHandlerFilter.java 28 * This <code>ExceptionInfoVisitor</code> delegates its visits to another given
46 * @param exceptionInfoVisitor the ExceptionInfoVisitor to which visits
ExceptionOffsetFilter.java 28 * This <code>ExceptionInfoVisitor</code> delegates its visits to another given
44 * @param exceptionInfoVisitor the ExceptionInfoVisitor to which visits
ExceptionRangeFilter.java 28 * This <code>ExceptionInfoVisitor</code> delegates its visits to another given
46 * @param exceptionInfoVisitor the ExceptionInfoVisitor to which visits
ImplementedClassConstantFilter.java 29 * This <code>ConstantVisitor</code> delegates its visits to class constants
47 * @param constantVisitor the <code>ConstantVisitor</code> to which visits
  /external/proguard/src/proguard/classfile/util/
SimplifiedVisitor.java 43 * Visits any type of class member of the given class.
66 * Visits any type of class member of the given class.
75 * Visits any type of class member of the given program class.
96 * Visits any type of class member of the given library class.
161 * Visits any type of RefConstant of the given class.
176 * Visits any type of method RefConstant of the given class.
256 * Visits the given DeprecatedAttribute of any type of class member.
283 * Visits the given SyntheticAttribute of any type of class member.
310 * Visits the given SignatureAttribute of any type of class member.
379 * Visits any type of AnnotationsAttribute of a class
    [all...]
  /external/proguard/src/proguard/classfile/attribute/visitor/
AllAttributeVisitor.java 31 * program class members, or code attributes, respectively, that it visits.
47 * @param attributeVisitor the AttributeVisitor to which visits will be
61 * @param attributeVisitor the AttributeVisitor to which visits will be
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/share/info/
dir 10 "mEmacs<Return>" visits the Emacs manual, etc.
  /external/proguard/src/proguard/classfile/attribute/annotation/visitor/
AnnotatedClassVisitor.java 30 * This AnnotationVisitor delegates all visits to a given ClassVisitor.
31 * The latter visits the class of each visited annotation, although
AnnotationToMemberVisitor.java 30 * This AnnotationVisitor delegates all visits to a given MemberVisitor.
31 * The latter visits the class member of each visited class member annotation
  /external/proguard/src/proguard/classfile/constant/visitor/
ExceptClassConstantFilter.java 33 * This <code>ConstantVisitor</code> delegates its visits to class constants
49 * @param constantVisitor the <code>ConstantVisitor</code> to which visits

Completed in 487 milliseconds

1 2 3 4 5 6 7 8 9