Package org.aspectj.lang
Class Aspects14
- java.lang.Object
-
- org.aspectj.lang.Aspects14
-
public class Aspects14 extends Object
-
-
Constructor Summary
Constructors Constructor Description Aspects14()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ObjectaspectOf(Class aspectClass)static ObjectaspectOf(Class aspectClass, Class perTypeWithin)static ObjectaspectOf(Class aspectClass, Object perObject)static booleanhasAspect(Class aspectClass)static booleanhasAspect(Class aspectClass, Class perTypeWithin)static booleanhasAspect(Class aspectClass, Object perObject)
-
-
-
Method Detail
-
aspectOf
public static Object aspectOf(Class aspectClass) throws NoAspectBoundException
- Throws:
NoAspectBoundException
-
aspectOf
public static Object aspectOf(Class aspectClass, Object perObject) throws NoAspectBoundException
- Throws:
NoAspectBoundException
-
aspectOf
public static Object aspectOf(Class aspectClass, Class perTypeWithin) throws NoAspectBoundException
- Throws:
NoAspectBoundException
-
hasAspect
public static boolean hasAspect(Class aspectClass) throws NoAspectBoundException
- Throws:
NoAspectBoundException
-
hasAspect
public static boolean hasAspect(Class aspectClass, Object perObject) throws NoAspectBoundException
- Throws:
NoAspectBoundException
-
hasAspect
public static boolean hasAspect(Class aspectClass, Class perTypeWithin) throws NoAspectBoundException
- Throws:
NoAspectBoundException
-
-