org.springframework.aop.aspectj
Class MethodInvocationProceedingJoinPoint.SourceLocationImpl

java.lang.Object
  extended by org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.SourceLocationImpl
All Implemented Interfaces:
org.aspectj.lang.reflect.SourceLocation
Enclosing class:
MethodInvocationProceedingJoinPoint

private class MethodInvocationProceedingJoinPoint.SourceLocationImpl
extends java.lang.Object
implements org.aspectj.lang.reflect.SourceLocation

Lazily initialized SourceLocation.


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

Constructor Detail

MethodInvocationProceedingJoinPoint.SourceLocationImpl

private MethodInvocationProceedingJoinPoint.SourceLocationImpl()
Method Detail

getWithinType

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

getFileName

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

getLine

public int getLine()
Specified by:
getLine in interface org.aspectj.lang.reflect.SourceLocation

getColumn

public int getColumn()
Specified by:
getColumn in interface org.aspectj.lang.reflect.SourceLocation