public class Inp extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
advance(int amount) |
char |
at(int lastBracePo) |
char |
ch() |
char |
ch(int off) |
void |
inc() |
int |
index() |
boolean |
isFirstCharAfterLineBreak() |
boolean |
isNodeFile() |
boolean |
match(String str) |
boolean |
matchReverse(String str) |
char |
peekNextNonWS(int off) |
char |
scanLastNWS() |
String |
scanLastNWSDouble() |
void |
skipWS() |
String |
substring(int lastBracePo,
int index) |
String |
toString() |
public boolean isNodeFile()
public char ch(int off)
public void advance(int amount)
public char ch()
public void inc()
public boolean match(String str)
public char peekNextNonWS(int off)
public boolean matchReverse(String str)
public int index()
public String substring(int lastBracePo, int index)
public char at(int lastBracePo)
public void skipWS()
public char scanLastNWS()
public String scanLastNWSDouble()
public boolean isFirstCharAfterLineBreak()
Copyright © 2019. All rights reserved.