org.aspectj.weaver
Interface ISourceContext

All Known Subinterfaces:
IEclipseSourceContext
All Known Implementing Classes:
SourceContextImpl

public interface ISourceContext


Method Summary
 int getOffset()
           
 ISourceLocation makeSourceLocation(IHasPosition position)
           
 ISourceLocation makeSourceLocation(int line, int offset)
           
 void tidy()
           
 

Method Detail

makeSourceLocation

ISourceLocation makeSourceLocation(IHasPosition position)

makeSourceLocation

ISourceLocation makeSourceLocation(int line,
                                   int offset)

getOffset

int getOffset()

tidy

void tidy()