org.aspectbench.runtime.reflect
Class SourceLocationImpl

java.lang.Object
  extended byorg.aspectbench.runtime.reflect.SourceLocationImpl
All Implemented Interfaces:
SourceLocation

public class SourceLocationImpl
extends java.lang.Object
implements SourceLocation


Method Summary
 int getColumn()
           
 java.lang.String getFileName()
           
 int getLine()
           
 java.lang.Class getWithinType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getWithinType

public java.lang.Class getWithinType()
Specified by:
getWithinType in interface SourceLocation

getFileName

public java.lang.String getFileName()
Specified by:
getFileName in interface SourceLocation

getLine

public int getLine()
Specified by:
getLine in interface SourceLocation

getColumn

public int getColumn()
Specified by:
getColumn in interface SourceLocation

toString

public java.lang.String toString()