|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.classfile.util.SimplifiedVisitor
proguard.classfile.constant.visitor.ExceptClassConstantFilter
public class ExceptClassConstantFilter
This ConstantVisitor delegates its visits to class constants
to another given ConstantVisitor, except for one given class.
| Constructor Summary | |
|---|---|
ExceptClassConstantFilter(java.lang.String exceptClassName,
ConstantVisitor constantVisitor)
Creates a new ClassNameFilter. |
|
| Method Summary | |
|---|---|
void |
visitClassConstant(Clazz clazz,
ClassConstant classConstant)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface proguard.classfile.constant.visitor.ConstantVisitor |
|---|
visitDoubleConstant, visitFieldrefConstant, visitFloatConstant, visitIntegerConstant, visitInterfaceMethodrefConstant, visitLongConstant, visitMethodrefConstant, visitNameAndTypeConstant, visitStringConstant, visitUtf8Constant |
| Constructor Detail |
|---|
public ExceptClassConstantFilter(java.lang.String exceptClassName,
ConstantVisitor constantVisitor)
exceptClassName - the name of the class that will not be visited.constantVisitor - the ConstantVisitor to which visits
will be delegated.| Method Detail |
|---|
public void visitClassConstant(Clazz clazz,
ClassConstant classConstant)
visitClassConstant in interface ConstantVisitorvisitClassConstant in class SimplifiedVisitor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||