Package org.luwrain.studio.syntax
Class Source
java.lang.Object
org.luwrain.studio.syntax.Source
- All Implemented Interfaces:
Lines
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLine(int index) intString[]getLines()intgetLineStart(int lineIndex) intgetLineWithPos(int pos) getText()intlength()
-
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:
getLineCountin interfaceLines
-
getLine
-
getLines
-
getText
-
length
public int length()
-