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 |
match(String str) |
boolean |
matchReverse(String str) |
char |
scanLastNWS() |
void |
skipWS() |
String |
substring(int lastBracePo,
int index) |
String |
toString() |
public Inp(String s)
public char ch(int off)
public void advance(int amount)
public char ch()
public void inc()
public boolean match(String str)
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()
Copyright © 2017. All rights reserved.