public interface ISourcePosition extends PositionAware
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFile()
Which file does this source position live in?
|
int |
getLine()
Which is the first(start) line that this source position occurs on (zero-based)
|
java.lang.String getFile()
getFile in interface PositionAwareint getLine()
getLine in interface PositionAwareCopyright © 2001-2018 JRuby. All Rights Reserved.