org.aspectj.weaver
Class AjAttribute.MethodDeclarationLineNumberAttribute

java.lang.Object
  extended by org.aspectj.weaver.AjAttribute
      extended by org.aspectj.weaver.AjAttribute.MethodDeclarationLineNumberAttribute
Enclosing class:
AjAttribute

public static class AjAttribute.MethodDeclarationLineNumberAttribute
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
static java.lang.String AttributeName
           
 
Fields inherited from class org.aspectj.weaver.AjAttribute
AttributePrefix
 
Constructor Summary
AjAttribute.MethodDeclarationLineNumberAttribute(int line, int offset)
           
 
Method Summary
 int getLineNumber()
           
 java.lang.String getNameString()
           
 int getOffset()
           
static AjAttribute.MethodDeclarationLineNumberAttribute read(VersionedDataInputStream s)
           
 java.lang.String toString()
           
 void write(CompressingDataOutputStream s)
           
 
Methods inherited from class org.aspectj.weaver.AjAttribute
getAllBytes, getBytes, getNameChars, read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AttributeName

public static final java.lang.String AttributeName
See Also:
Constant Field Values
Constructor Detail

AjAttribute.MethodDeclarationLineNumberAttribute

public AjAttribute.MethodDeclarationLineNumberAttribute(int line,
                                                        int offset)
Method Detail

getNameString

public java.lang.String getNameString()
Specified by:
getNameString in class AjAttribute

getLineNumber

public int getLineNumber()

getOffset

public int getOffset()

write

public void write(CompressingDataOutputStream s)
           throws java.io.IOException
Specified by:
write in class AjAttribute
Throws:
java.io.IOException

read

public static AjAttribute.MethodDeclarationLineNumberAttribute read(VersionedDataInputStream s)
                                                             throws java.io.IOException
Throws:
java.io.IOException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object