org.aspectj.lang.reflect
�C���^�t�F�[�X SourceLocation


public interface SourceLocation

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


���\�b�h���T�v
 int getColumn()
          �������������������B can not be implemented for bytecode weaving, may be removed in 1.1gold.
 String getFileName()
           
 int getLine()
           
 Class getWithinType()
           
 

���\�b�h������

getWithinType

public Class getWithinType()

getFileName

public String getFileName()

getLine

public int getLine()

getColumn

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