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 SourceInfo
public java.util.List<java.lang.String> lines()
lines
in interface SourceInfo
public java.lang.Integer lineNumber()
lineNumber
in interface SourceInfo
public boolean isSourceAvailable()
isSourceAvailable
in interface SourceInfo
Copyright © 2014–2017 ActFramework. All rights reserved.