public class ClassModifierMatcher extends AbstractModifierMatcher
| Constructor and Description |
|---|
ClassModifierMatcher(int modifierMask) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(javassist.CtBehavior ctBehavior)
Matches a method, a constructor, or a static constructor (class initializer)
|
boolean |
matches(javassist.CtClass ctClass)
Matches a class
|
boolean |
matches(javassist.CtField ctField)
Matches a field
|
public boolean matches(javassist.CtClass ctClass)
IMatchermatches in interface IMatchermatches in class AbstractModifierMatcherctClass - classtrue if it matches, false otherwisepublic boolean matches(javassist.CtBehavior ctBehavior)
IMatchermatches in interface IMatchermatches in class AbstractModifierMatcherctBehavior - a method, a constructor, or a static constructor (class initializer)true if it matches, false otherwisepublic boolean matches(javassist.CtField ctField)
IMatchermatches in interface IMatchermatches in class AbstractModifierMatcherctField - a fieldtrue if it matches, false otherwiseCopyright © 2010–2019 GZoltar. All rights reserved.