Package org.aspectj.weaver
Class AjAttribute.SourceContextAttribute
- java.lang.Object
-
- org.aspectj.weaver.AjAttribute
-
- org.aspectj.weaver.AjAttribute.SourceContextAttribute
-
- Enclosing class:
- AjAttribute
public static class AjAttribute.SourceContextAttribute 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 SourceContextAttribute(String sourceFileName, int[] lineBreaks)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]getLineBreaks()StringgetNameString()StringgetSourceFileName()static AjAttribute.SourceContextAttributeread(VersionedDataInputStream s)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
-
SourceContextAttribute
public SourceContextAttribute(String sourceFileName, int[] lineBreaks)
-
-
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.SourceContextAttribute read(VersionedDataInputStream s) throws IOException
- Throws:
IOException
-
getLineBreaks
public int[] getLineBreaks()
-
getSourceFileName
public String getSourceFileName()
-
-