Package org.aspectj.lang.reflect
Interface SourceLocation
-
public interface SourceLocationFor defining code, the class defined and location in a source file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description intgetColumn()Deprecated.can not be implemented for bytecode weaving, may be removed in 1.1gold.java.lang.StringgetFileName()intgetLine()java.lang.ClassgetWithinType()
-