Class StandardPointcutExpressionImpl.Handler
- java.lang.Object
-
- org.aspectj.weaver.internal.tools.StandardPointcutExpressionImpl.Handler
-
- All Implemented Interfaces:
Member
- Enclosing class:
- StandardPointcutExpressionImpl
public static class StandardPointcutExpressionImpl.Handler extends Object implements Member
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassgetDeclaringClass()ClassgetHandledExceptionType()intgetModifiers()StringgetName()booleanisSynthetic()
-
-
-
Method Detail
-
getModifiers
public int getModifiers()
- Specified by:
getModifiersin interfaceMember
-
getDeclaringClass
public Class getDeclaringClass()
- Specified by:
getDeclaringClassin interfaceMember
-
getHandledExceptionType
public Class getHandledExceptionType()
-
isSynthetic
public boolean isSynthetic()
- Specified by:
isSyntheticin interfaceMember
-
-