org.aspectj.lang.reflect
Interface SourceLocation

All Known Implementing Classes:
SourceLocationImpl

public interface SourceLocation

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


Method Summary
 int getColumn()
          Deprecated. can not be implemented for bytecode weaving, may be removed in 1.1gold.
 java.lang.String getFileName()
           
 int getLine()
           
 java.lang.Class getWithinType()
           
 

Method Detail

getWithinType

java.lang.Class getWithinType()

getFileName

java.lang.String getFileName()

getLine

int getLine()

getColumn

int getColumn()
Deprecated. can not be implemented for bytecode weaving, may be removed in 1.1gold.