Package org.aspectj.weaver.patterns
Class FastMatchInfo
- java.lang.Object
-
- org.aspectj.weaver.patterns.FastMatchInfo
-
- Direct Known Subclasses:
ReflectionFastMatchInfo
public class FastMatchInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description FastMatchInfo(ResolvedType type, Shadow.Kind kind, World world)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Shadow.KindgetKind()ResolvedTypegetType()StringtoString()
-
-
-
Field Detail
-
world
public World world
-
-
Constructor Detail
-
FastMatchInfo
public FastMatchInfo(ResolvedType type, Shadow.Kind kind, World world)
-
-
Method Detail
-
getKind
public Shadow.Kind getKind()
-
getType
public ResolvedType getType()
-
-