Package org.aspectj.weaver.model
Class AsmRelationshipUtils
- java.lang.Object
-
- org.aspectj.weaver.model.AsmRelationshipUtils
-
public class AsmRelationshipUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEC_LABELstatic StringDECLARE_ERRORstatic StringDECLARE_PARENTSstatic StringDECLARE_PRECEDENCEstatic StringDECLARE_SOFTstatic StringDECLARE_UNKNONWNstatic StringDECLARE_WARNINGstatic StringDOUBLE_DOTSstatic intMAX_MESSAGE_LENGTHstatic StringPOINTCUT_ABSTRACTstatic StringPOINTCUT_ANONYMOUS
-
Constructor Summary
Constructors Constructor Description AsmRelationshipUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgenDeclareMessage(String message)static StringgenPointcutDetails(Pointcut pcd)
-
-
-
Field Detail
-
DECLARE_PRECEDENCE
public static final String DECLARE_PRECEDENCE
- See Also:
- Constant Field Values
-
DECLARE_SOFT
public static final String DECLARE_SOFT
- See Also:
- Constant Field Values
-
DECLARE_PARENTS
public static final String DECLARE_PARENTS
- See Also:
- Constant Field Values
-
DECLARE_WARNING
public static final String DECLARE_WARNING
- See Also:
- Constant Field Values
-
DECLARE_ERROR
public static final String DECLARE_ERROR
- See Also:
- Constant Field Values
-
DECLARE_UNKNONWN
public static final String DECLARE_UNKNONWN
- See Also:
- Constant Field Values
-
POINTCUT_ABSTRACT
public static final String POINTCUT_ABSTRACT
- See Also:
- Constant Field Values
-
POINTCUT_ANONYMOUS
public static final String POINTCUT_ANONYMOUS
- See Also:
- Constant Field Values
-
DOUBLE_DOTS
public static final String DOUBLE_DOTS
- See Also:
- Constant Field Values
-
MAX_MESSAGE_LENGTH
public static final int MAX_MESSAGE_LENGTH
- See Also:
- Constant Field Values
-
DEC_LABEL
public static final String DEC_LABEL
- See Also:
- Constant Field Values
-
-