public class YamlTokeniser extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<net.openhft.chronicle.wire.YamlTokeniser.YTContext> |
contexts |
| Constructor and Description |
|---|
YamlTokeniser(net.openhft.chronicle.bytes.BytesIn<?> in) |
| Modifier and Type | Method and Description |
|---|---|
long |
blockEnd() |
char |
blockQuote() |
long |
blockStart() |
YamlToken |
context() |
int |
contextSize() |
YamlToken |
current() |
boolean |
isText(String s) |
YamlKeys |
keys() |
long |
lineStart() |
void |
lineStart(long lineStart) |
YamlToken |
next() |
@NotNull YamlToken |
next(int minIndent) |
double |
parseDouble() |
long |
parseLong() |
void |
push(YamlToken token) |
void |
rereadFrom(long offset) |
net.openhft.chronicle.wire.YamlTokeniser.YTContext |
secondTopContext() |
String |
text() |
void |
text(StringBuilder sb) |
net.openhft.chronicle.wire.YamlTokeniser.YTContext |
topContext() |
String |
toString() |
protected final List<net.openhft.chronicle.wire.YamlTokeniser.YTContext> contexts
public int contextSize()
public YamlToken context()
public net.openhft.chronicle.wire.YamlTokeniser.YTContext topContext()
public net.openhft.chronicle.wire.YamlTokeniser.YTContext secondTopContext()
public YamlToken current()
public YamlToken next()
@NotNull public @NotNull YamlToken next(int minIndent)
public long lineStart()
public void lineStart(long lineStart)
public long blockStart()
public long blockEnd()
public char blockQuote()
public String text()
public void text(StringBuilder sb)
public double parseDouble()
public long parseLong()
public void push(YamlToken token)
public boolean isText(String s)
public YamlKeys keys()
public void rereadFrom(long offset)
Copyright © 2023. All rights reserved.