org.aspectj.lang.reflect
Interface SourceLocation


public interface SourceLocation

For defining code, the class defined and location in a source file.


Method Summary
 int getColumn()
           
 java.lang.String getFileName()
           
 int getLine()
           
 java.lang.Class getWithinType()
           
 

Method Detail

getWithinType

public java.lang.Class getWithinType()

getFileName

public java.lang.String getFileName()

getLine

public int getLine()

getColumn

public int getColumn()