Class FastMatchInfo

java.lang.Object
org.aspectj.weaver.patterns.FastMatchInfo
Direct Known Subclasses:
ReflectionFastMatchInfo

public class FastMatchInfo extends Object
Represents a type that pointcuts may match. Fast match for a pointcut should quickly say NO if it can.
  • Field Details

    • world

      public World world
  • Constructor Details

  • Method Details

    • getKind

      public Shadow.Kind getKind()
      kind can be null to indicate that all kinds should be considered. This is usually done as a first pass
      Returns:
    • getType

      public ResolvedType getType()
    • toString

      public String toString()
      Overrides:
      toString in class Object