Home | History | Annotate | Download | only in shrink

Lines Matching full:visitor

27 import proguard.classfile.attribute.preverification.visitor.*;
28 import proguard.classfile.attribute.visitor.*;
30 import proguard.classfile.constant.visitor.ConstantVisitor;
32 import proguard.classfile.instruction.visitor.InstructionVisitor;
34 import proguard.classfile.visitor.*;
61 // A visitor info flag to indicate the ProgramMember object is being used,
64 // A visitor info flag to indicate the visitor accepter is being used.
846 * Marks the given visitor accepter as being used.
855 * Returns whether the given visitor accepter should still be marked as
865 * Returns whether the given visitor accepter has been marked as being used.
874 * Marks the given visitor accepter as possibly being used.
883 * Returns whether the given visitor accepter should still be marked as
894 * Returns whether the given visitor accepter has been marked as possibly
904 * Clears any usage marks from the given visitor accepter.