org.aspectj.compiler.base.ast
Class SyntheticSourceLocation

java.lang.Object
  extended byorg.aspectj.compiler.base.ast.SourceLocation
      extended byorg.aspectj.compiler.base.ast.SyntheticSourceLocation
Direct Known Subclasses:
SourceSourceLocation

public class SyntheticSourceLocation
extends SourceLocation


Field Summary
protected  org.aspectj.compiler.base.CompilerObject reference
           
 
Constructor Summary
SyntheticSourceLocation(org.aspectj.compiler.base.CompilerObject reference)
           
 
Method Summary
 CompilationUnit getCompilationUnit()
           
 org.aspectj.compiler.base.JavaCompiler getCompiler()
           
 ASTObject getSourceObject()
           
 boolean isSynthetic()
           
 java.lang.String toString()
           
 
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
 

Field Detail

reference

protected org.aspectj.compiler.base.CompilerObject reference
Constructor Detail

SyntheticSourceLocation

public SyntheticSourceLocation(org.aspectj.compiler.base.CompilerObject reference)
Method Detail

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