org.aspectj.compiler.base.ast
Class DummySourceLocation

java.lang.Object
  extended byorg.aspectj.compiler.base.ast.SourceLocation
      extended byorg.aspectj.compiler.base.ast.DummySourceLocation

public class DummySourceLocation
extends SourceLocation


Field Summary
protected  org.aspectj.compiler.base.JavaCompiler compiler
           
 
Constructor Summary
DummySourceLocation(org.aspectj.compiler.base.JavaCompiler compiler)
           
 
Method Summary
 org.aspectj.compiler.base.JavaCompiler getCompiler()
           
 
Methods inherited from class org.aspectj.compiler.base.ast.SourceLocation
addComment, clearComment, fromSource, getBeginColumn, getBeginLine, getComment, getCompilationUnit, getEndColumn, getEndLine, getEndPosition, getFormalComment, getSourceDirectoryName, getSourceFile, getSourceFileName, getSourceObject, getStartPosition, hasSource, isSynthetic, setFormalComment, showError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

compiler

protected org.aspectj.compiler.base.JavaCompiler compiler
Constructor Detail

DummySourceLocation

public DummySourceLocation(org.aspectj.compiler.base.JavaCompiler compiler)
Method Detail

getCompiler

public org.aspectj.compiler.base.JavaCompiler getCompiler()
Specified by:
getCompiler in class SourceLocation