类 Span.Line
java.lang.Object
org.ssssssss.script.parsing.Span.Line
- 封闭类:
- Span
A line within a Source
-
构造器详细资料
-
Line
public Line(String source, int start, int end, int lineNumber, int endLineNumber, int startCol, int endCol)
-
-
方法详细资料
-
getStartCol
public int getStartCol() -
getEndCol
public int getEndCol() -
getSource
-
getStart
public int getStart() -
getEnd
public int getEnd() -
getEndLineNumber
public int getEndLineNumber() -
getLineNumber
public int getLineNumber() -
getText
-