类 MethodInvocationProceedingJoinPoint.SourceLocationImpl
java.lang.Object
infra.aop.aspectj.MethodInvocationProceedingJoinPoint.SourceLocationImpl
- 所有已实现的接口:
SourceLocation
private class MethodInvocationProceedingJoinPoint.SourceLocationImpl
extends Object
implements SourceLocation
Lazily initialized SourceLocation.
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
SourceLocationImpl
private SourceLocationImpl()
-
-
方法详细资料
-
getWithinType
- 指定者:
getWithinType在接口中SourceLocation
-
getFileName
- 指定者:
getFileName在接口中SourceLocation
-
getLine
public int getLine()- 指定者:
getLine在接口中SourceLocation
-
getColumn
public int getColumn()- 指定者:
getColumn在接口中SourceLocation
-