org.aspectj.weaver.reflect
Class ReflectionFastMatchInfo

java.lang.Object
  extended by org.aspectj.weaver.patterns.FastMatchInfo
      extended by org.aspectj.weaver.reflect.ReflectionFastMatchInfo

public class ReflectionFastMatchInfo
extends FastMatchInfo

An implementation of FastMatchInfo that can also expose a MatchingContext.

Since:
1.5.1

Field Summary
 
Fields inherited from class org.aspectj.weaver.patterns.FastMatchInfo
world
 
Constructor Summary
ReflectionFastMatchInfo(ResolvedType type, Shadow.Kind kind, MatchingContext context, World world)
           
 
Method Summary
 MatchingContext getMatchingContext()
           
 
Methods inherited from class org.aspectj.weaver.patterns.FastMatchInfo
getKind, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReflectionFastMatchInfo

public ReflectionFastMatchInfo(ResolvedType type,
                               Shadow.Kind kind,
                               MatchingContext context,
                               World world)
Method Detail

getMatchingContext

public MatchingContext getMatchingContext()
Returns:
Returns the matching context.