- Enclosing class:
- Decoder
protected static class Decoder.Pointer
extends Object
-
Constructor Summary
Constructors
-
Method Summary
protected void
protected boolean
protected boolean
-
Constructor Details
-
Pointer
protected Pointer(String text)
-
Method Details
-
match
protected boolean match(char c)
-
consume
protected void consume()
-
isEnd
protected boolean isEnd()
-
unmatch
protected String unmatch(char c)
-