|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TokenBuffer | |
|---|---|
| fr.umlv.tatoo.runtime.buffer | |
| fr.umlv.tatoo.runtime.buffer.impl | |
| fr.umlv.tatoo.runtime.tools | |
| Uses of TokenBuffer in fr.umlv.tatoo.runtime.buffer |
|---|
| Subinterfaces of TokenBuffer in fr.umlv.tatoo.runtime.buffer | |
|---|---|
interface |
CharSequenceTokenBuffer
A TokenBuffer which tokens are CharSequences. |
| Uses of TokenBuffer in fr.umlv.tatoo.runtime.buffer.impl |
|---|
| Classes in fr.umlv.tatoo.runtime.buffer.impl that implement TokenBuffer | |
|---|---|
class |
ByteBufferWrapper
A ByteBufferWrapper wraps a ByteBuffer in order to allow
a lexer to process its content in order to have its tokens extracted. |
class |
CharBufferWrapper
A CharBufferWrapper wraps a CharBuffer in order to allow
a lexer to process its content in order to have its tokens extracted. |
class |
CharSequenceWrapper
A CharSequenceWrapper wraps a CharSequence in order to allow
a lexer to process its content in order to have its tokens extracted. |
class |
InputStreamWrapper
A ReadWrapper wraps a Reader in order to allow
a lexer to process it and a developper to extract tokens recognized. |
class |
ReadableByteChannelWrapper
A ReadableByteChannelWrapper wraps a ReadableByteChannel in order to allow
a lexer to process its content in order to have its tokens extracted. |
class |
ReadableWrapper
A ReadableWrapper wraps a Readable in order to allow
a lexer to process its content in order to have its tokens extracted. |
class |
ReaderWrapper
A ReaderWrapper wraps a Reader in order to allow
a lexer to process its content in order to have its tokens extracted. |
class |
UTF8Wrapper<T>
The class provides a buffer for using with a lexer build with UTF-8 encoding ( UTF8Encoding). |
| Uses of TokenBuffer in fr.umlv.tatoo.runtime.tools |
|---|
| Methods in fr.umlv.tatoo.runtime.tools that return types with arguments of type TokenBuffer | ||
|---|---|---|
static
|
DataViewer.getTokenBufferViewer()
Returns the view() projection. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||