public class Position extends Object
Constructor and Description |
---|
Position(String filename,
int startLine,
int endLine,
int startOffset,
int endOffset) |
Modifier and Type | Method and Description |
---|---|
int |
getEndLine() |
int |
getEndOffset() |
String |
getFile() |
int |
getStartLine() |
int |
getStartOffset() |
String |
toString() |
public Position(String filename, int startLine, int endLine, int startOffset, int endOffset)
Copyright © 2001-2015 JRuby. All Rights Reserved.