Package org.aspectj.bridge
Class WeaveMessage
- java.lang.Object
-
- org.aspectj.bridge.Message
-
- org.aspectj.bridge.WeaveMessage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWeaveMessage.WeaveMessageKind-
Nested classes/interfaces inherited from interface org.aspectj.bridge.IMessage
IMessage.Kind
-
-
Field Summary
Fields Modifier and Type Field Description static WeaveMessage.WeaveMessageKindWEAVEMESSAGE_ADVISESstatic WeaveMessage.WeaveMessageKindWEAVEMESSAGE_ANNOTATESstatic WeaveMessage.WeaveMessageKindWEAVEMESSAGE_DECLAREPARENTSEXTENDSstatic WeaveMessage.WeaveMessageKindWEAVEMESSAGE_DECLAREPARENTSIMPLEMENTSstatic WeaveMessage.WeaveMessageKindWEAVEMESSAGE_ITDstatic WeaveMessage.WeaveMessageKindWEAVEMESSAGE_MIXINstatic WeaveMessage.WeaveMessageKindWEAVEMESSAGE_REMOVES_ANNOTATIONstatic WeaveMessage.WeaveMessageKindWEAVEMESSAGE_SOFTENS
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WeaveMessageconstructWeavingMessage(WeaveMessage.WeaveMessageKind kind, String[] inserts)static WeaveMessageconstructWeavingMessage(WeaveMessage.WeaveMessageKind kind, String[] inserts, String affectedtypename, String aspectname)StringgetAffectedtypename()StringgetAspectname()-
Methods inherited from class org.aspectj.bridge.Message
getDeclared, getDetails, getExtraSourceLocations, getID, getKind, getMessage, getSourceEnd, getSourceLocation, getSourceStart, getThrown, isAbort, isDebug, isError, isFailed, isInfo, isTaskTag, isUsage, isWarning, toString
-
-
-
-
Field Detail
-
WEAVEMESSAGE_DECLAREPARENTSIMPLEMENTS
public static WeaveMessage.WeaveMessageKind WEAVEMESSAGE_DECLAREPARENTSIMPLEMENTS
-
WEAVEMESSAGE_ITD
public static WeaveMessage.WeaveMessageKind WEAVEMESSAGE_ITD
-
WEAVEMESSAGE_ADVISES
public static WeaveMessage.WeaveMessageKind WEAVEMESSAGE_ADVISES
-
WEAVEMESSAGE_DECLAREPARENTSEXTENDS
public static WeaveMessage.WeaveMessageKind WEAVEMESSAGE_DECLAREPARENTSEXTENDS
-
WEAVEMESSAGE_SOFTENS
public static WeaveMessage.WeaveMessageKind WEAVEMESSAGE_SOFTENS
-
WEAVEMESSAGE_ANNOTATES
public static WeaveMessage.WeaveMessageKind WEAVEMESSAGE_ANNOTATES
-
WEAVEMESSAGE_MIXIN
public static WeaveMessage.WeaveMessageKind WEAVEMESSAGE_MIXIN
-
WEAVEMESSAGE_REMOVES_ANNOTATION
public static WeaveMessage.WeaveMessageKind WEAVEMESSAGE_REMOVES_ANNOTATION
-
-
Method Detail
-
constructWeavingMessage
public static WeaveMessage constructWeavingMessage(WeaveMessage.WeaveMessageKind kind, String[] inserts)
-
constructWeavingMessage
public static WeaveMessage constructWeavingMessage(WeaveMessage.WeaveMessageKind kind, String[] inserts, String affectedtypename, String aspectname)
-
getAspectname
public String getAspectname()
-
getAffectedtypename
public String getAffectedtypename()
-
-