public class SourceCode
extends java.lang.Object
| Constructor and Description |
|---|
SourceCode(java.lang.String sourceCode) |
| Modifier and Type | Method and Description |
|---|---|
char |
getChar() |
int |
getPosition() |
boolean |
hasContent() |
boolean |
notEnd() |
void |
seek(int p) |
boolean |
startsWith(java.lang.String prefix) |
char |
takeChar() |
SourceCode |
trimLeft() |
public int getPosition()
public boolean startsWith(java.lang.String prefix)
public SourceCode trimLeft()
public char getChar()
public char takeChar()
public boolean hasContent()
public boolean notEnd()
public void seek(int p)