类 SourceLocation
- java.lang.Object
-
- com.antgroup.antchain.myjava.metaprogramming.SourceLocation
-
public class SourceLocation extends Object
-
-
构造器概要
构造器 构造器 说明 SourceLocation(ReflectMethod method)SourceLocation(ReflectMethod method, String fileName, int lineNumber)
-
-
-
构造器详细资料
-
SourceLocation
public SourceLocation(ReflectMethod method, String fileName, int lineNumber)
-
SourceLocation
public SourceLocation(ReflectMethod method)
-
-
方法详细资料
-
getMethod
public ReflectMethod getMethod()
-
getFileName
public String getFileName()
-
getLineNumber
public int getLineNumber()
-
-