|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Position | |
|---|---|
| flattree | |
| flattree.flat | |
| flattree.flat.read | |
| flattree.flat.write | |
| Uses of Position in flattree |
|---|
| Classes in flattree that implement Position | |
|---|---|
class |
TreeException
Exception thrown by FlatTree. |
| Methods in flattree that return Position | |
|---|---|
Position |
TreeReader.getPosition()
|
Position |
TreeWriter.getPosition()
|
| Constructors in flattree with parameters of type Position | |
|---|---|
TreeException(String message,
Position position)
|
|
TreeException(Throwable cause,
Position position)
|
|
| Uses of Position in flattree.flat |
|---|
| Subinterfaces of Position in flattree.flat | |
|---|---|
interface |
EscapableLine
A line supporting temporare escape from its delimitation. |
interface |
Line
A line. |
interface |
ReadLine
A line to read from. |
interface |
WriteLine
A line to write to. |
| Uses of Position in flattree.flat.read |
|---|
| Classes in flattree.flat.read that implement Position | |
|---|---|
class |
DelimitedReadLine
A line delimited by one or more characters. |
class |
EmptyReadLine
An empty line. |
class |
FixedLengthReadLine
A line bounded by a fixed length. |
class |
LazyReadLine
A line which doesn't LazyReadLine.drain() any characters. |
class |
StringReadLine
A line wrapping a String. |
| Uses of Position in flattree.flat.write |
|---|
| Classes in flattree.flat.write that implement Position | |
|---|---|
class |
DelimitedWriteLine
A line delimited by one or more characters. |
class |
FixedLengthWriteLine
A line bounded by a fixed length. |
class |
StringWriteLine
A line wrapping a String. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||