Package org.aspectj.weaver
Class AjAttribute.EffectiveSignatureAttribute
- java.lang.Object
-
- org.aspectj.weaver.AjAttribute
-
- org.aspectj.weaver.AjAttribute.EffectiveSignatureAttribute
-
- Enclosing class:
- AjAttribute
public static class AjAttribute.EffectiveSignatureAttribute extends AjAttribute
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.aspectj.weaver.AjAttribute
AjAttribute.AdviceAttribute, AjAttribute.AjSynthetic, AjAttribute.Aspect, AjAttribute.DeclareAttribute, AjAttribute.EffectiveSignatureAttribute, AjAttribute.MethodDeclarationLineNumberAttribute, AjAttribute.PointcutDeclarationAttribute, AjAttribute.PrivilegedAttribute, AjAttribute.SourceContextAttribute, AjAttribute.TypeMunger, AjAttribute.WeaverState, AjAttribute.WeaverVersionInfo
-
-
Field Summary
Fields Modifier and Type Field Description static StringAttributeName-
Fields inherited from class org.aspectj.weaver.AjAttribute
AttributePrefix
-
-
Constructor Summary
Constructors Constructor Description EffectiveSignatureAttribute(ResolvedMember effectiveSignature, Shadow.Kind shadowKind, boolean weaveBody)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ResolvedMembergetEffectiveSignature()StringgetNameString()Shadow.KindgetShadowKind()booleanisWeaveBody()static AjAttribute.EffectiveSignatureAttributeread(VersionedDataInputStream s, ISourceContext context)StringtoString()voidwrite(CompressingDataOutputStream s)-
Methods inherited from class org.aspectj.weaver.AjAttribute
getAllBytes, getBytes, getNameChars, read
-
-
-
-
Field Detail
-
AttributeName
public static final String AttributeName
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EffectiveSignatureAttribute
public EffectiveSignatureAttribute(ResolvedMember effectiveSignature, Shadow.Kind shadowKind, boolean weaveBody)
-
-
Method Detail
-
getNameString
public String getNameString()
- Specified by:
getNameStringin classAjAttribute
-
write
public void write(CompressingDataOutputStream s) throws IOException
- Specified by:
writein classAjAttribute- Throws:
IOException
-
read
public static AjAttribute.EffectiveSignatureAttribute read(VersionedDataInputStream s, ISourceContext context) throws IOException
- Throws:
IOException
-
getEffectiveSignature
public ResolvedMember getEffectiveSignature()
-
getShadowKind
public Shadow.Kind getShadowKind()
-
isWeaveBody
public boolean isWeaveBody()
-
-