|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.stevenrbrandt.ubiq2.v4.pattwo.Loader
com.stevenrbrandt.ubiq2.v4.pattwo.ReaderStream
public class ReaderStream
Match a regex against a stream, reading in the minimum number of characters necessary.
| Constructor Summary | |
|---|---|
ReaderStream(java.lang.StringBuffer sb,
java.io.Reader r)
|
|
| Method Summary | |
|---|---|
boolean |
load()
This method will be called whenever more characters are needed from the stream. |
| Methods inherited from class com.stevenrbrandt.ubiq2.v4.pattwo.Loader |
|---|
charAt, charAtIs, lengthIs, lessThanLength, longerChanges, reset, subSequence |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReaderStream(java.lang.StringBuffer sb,
java.io.Reader r)
| Method Detail |
|---|
public boolean load()
load in interface CharStreamload in class Loader
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||