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 PositionAware
int getLine()
getLine
in interface PositionAware
Copyright © 2001-2018 JRuby. All Rights Reserved.