Package org.aspectj.weaver
Class SourceContextImpl
java.lang.Object
org.aspectj.weaver.SourceContextImpl
- All Implemented Interfaces:
ISourceContext
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureFromAttribute(String name, int[] linebreaks) intmakeSourceLocation(int line, int offset) makeSourceLocation(IHasPosition position) voidsetSourceFileName(String name) voidtidy()
-
Field Details
-
UNKNOWN_SOURCE_CONTEXT
-
-
Constructor Details
-
SourceContextImpl
-
-
Method Details
-
configureFromAttribute
-
setSourceFileName
-
tidy
public void tidy()- Specified by:
tidyin interfaceISourceContext
-
getOffset
public int getOffset()- Specified by:
getOffsetin interfaceISourceContext
-
makeSourceLocation
- Specified by:
makeSourceLocationin interfaceISourceContext
-
makeSourceLocation
- Specified by:
makeSourceLocationin interfaceISourceContext
-