public class ExceptClassConstantFilter extends java.lang.Object implements ConstantVisitor
ConstantVisitor delegates its visits to class constants
to another given ConstantVisitor, except for one given class.| Constructor and Description |
|---|
ExceptClassConstantFilter(java.lang.String exceptClassName,
ConstantVisitor constantVisitor)
Creates a new ExceptClassConstantFilter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
visitClassConstant(Clazz clazz,
ClassConstant classConstant) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvisitAnyConstant, visitAnyMethodrefConstant, visitAnyRefConstant, visitDoubleConstant, visitDynamicConstant, visitFieldrefConstant, visitFloatConstant, visitIntegerConstant, visitInterfaceMethodrefConstant, visitInvokeDynamicConstant, visitLongConstant, visitMethodHandleConstant, visitMethodrefConstant, visitMethodTypeConstant, visitModuleConstant, visitNameAndTypeConstant, visitPackageConstant, visitPrimitiveArrayConstant, visitStringConstant, visitUtf8Constantpublic 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.public void visitClassConstant(Clazz clazz, ClassConstant classConstant)
visitClassConstant in interface ConstantVisitor