Package org.luwrain.studio.syntax
Class Source
java.lang.Object
org.luwrain.studio.syntax.Source
- All Implemented Interfaces:
Lines
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLine
(int index) int
String[]
getLines()
int
getLineStart
(int lineIndex) int
getLineWithPos
(int pos) getText()
int
length()
-
Constructor Details
-
Source
-
Source
-
Source
-
-
Method Details
-
getLineStart
public int getLineStart(int lineIndex) -
getLineWithPos
public int getLineWithPos(int pos) -
getLineCount
public int getLineCount()- Specified by:
getLineCount
in interfaceLines
-
getLine
-
getLines
-
getText
-
length
public int length()
-