public class SourceInfoImpl extends java.lang.Object implements SourceInfo
SourceInfo.Base| Constructor and Description |
|---|
SourceInfoImpl(Source source,
int line) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
fileName() |
boolean |
isSourceAvailable() |
java.lang.Integer |
lineNumber() |
java.util.List<java.lang.String> |
lines() |
public SourceInfoImpl(Source source, int line)
public java.lang.String fileName()
fileName in interface SourceInfopublic java.util.List<java.lang.String> lines()
lines in interface SourceInfopublic java.lang.Integer lineNumber()
lineNumber in interface SourceInfopublic boolean isSourceAvailable()
isSourceAvailable in interface SourceInfoCopyright © 2014–2017 ActFramework. All rights reserved.