Package org.aspectj.weaver
Interface ISourceContext
-
- All Known Subinterfaces:
IEclipseSourceContext
- All Known Implementing Classes:
SourceContextImpl
public interface ISourceContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetOffset()ISourceLocationmakeSourceLocation(int line, int offset)ISourceLocationmakeSourceLocation(IHasPosition position)voidtidy()
-
-
-
Method Detail
-
makeSourceLocation
ISourceLocation makeSourceLocation(IHasPosition position)
-
makeSourceLocation
ISourceLocation makeSourceLocation(int line, int offset)
-
getOffset
int getOffset()
-
tidy
void tidy()
-
-