Package org.aspectj.weaver.reflect
Class ReflectionFastMatchInfo
- java.lang.Object
-
- org.aspectj.weaver.patterns.FastMatchInfo
-
- org.aspectj.weaver.reflect.ReflectionFastMatchInfo
-
public class ReflectionFastMatchInfo extends FastMatchInfo
-
-
Field Summary
-
Fields inherited from class org.aspectj.weaver.patterns.FastMatchInfo
world
-
-
Constructor Summary
Constructors Constructor Description ReflectionFastMatchInfo(ResolvedType type, Shadow.Kind kind, MatchingContext context, World world)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatchingContextgetMatchingContext()-
Methods inherited from class org.aspectj.weaver.patterns.FastMatchInfo
getKind, getType, toString
-
-
-
-
Constructor Detail
-
ReflectionFastMatchInfo
public ReflectionFastMatchInfo(ResolvedType type, Shadow.Kind kind, MatchingContext context, World world)
-
-
Method Detail
-
getMatchingContext
public MatchingContext getMatchingContext()
-
-