Schnittstelle TypePatternMatcher

Alle bekannten Implementierungsklassen:
TypePatternMatcherImpl

public interface TypePatternMatcher
A compiled AspectJ type pattern that can be used to match against types at runtime.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    matches(Class aClass)
    Does this type pattern matcher match the given type (Class).
  • Methodendetails

    • matches

      boolean matches(Class aClass)
      Does this type pattern matcher match the given type (Class).