org.springframework.aop.aspectj
Class MethodInvocationProceedingJoinPoint.SourceLocationImpl

java.lang.Object
  extended by org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.SourceLocationImpl
Enclosing class:
MethodInvocationProceedingJoinPoint

private class MethodInvocationProceedingJoinPoint.SourceLocationImpl
extends java.lang.Object

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()

getFileName

public java.lang.String getFileName()

getLine

public int getLine()

getColumn

public int getColumn()