org.aspectj.compiler.base.ast
Class SyntheticSourceLocation
java.lang.Object
org.aspectj.compiler.base.ast.SourceLocation
org.aspectj.compiler.base.ast.SyntheticSourceLocation
- Direct Known Subclasses:
- SourceSourceLocation
- public class SyntheticSourceLocation
- extends SourceLocation
Field Summary |
protected org.aspectj.compiler.base.CompilerObject |
reference
|
Methods inherited from class org.aspectj.compiler.base.ast.SourceLocation |
addComment, clearComment, fromSource, getBeginColumn, getBeginLine, getComment, getEndColumn, getEndLine, getEndPosition, getFormalComment, getSourceDirectoryName, getSourceFile, getSourceFileName, getStartPosition, hasSource, setFormalComment, showError |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
reference
protected org.aspectj.compiler.base.CompilerObject reference
SyntheticSourceLocation
public SyntheticSourceLocation(org.aspectj.compiler.base.CompilerObject reference)
toString
public java.lang.String toString()
getCompiler
public org.aspectj.compiler.base.JavaCompiler getCompiler()
- Specified by:
getCompiler
in class SourceLocation
isSynthetic
public boolean isSynthetic()
- Overrides:
isSynthetic
in class SourceLocation
getCompilationUnit
public CompilationUnit getCompilationUnit()
- Overrides:
getCompilationUnit
in class SourceLocation
getSourceObject
public ASTObject getSourceObject()
- Overrides:
getSourceObject
in class SourceLocation