public final class YamlCommentReader.ReadingExplicitStyle extends Object
Modifier and Type | Method and Description |
---|---|
void |
addComment(String comment) |
void |
addKey(String key,
boolean isListKey) |
void |
finish() |
int |
getIndentation() |
String |
getKey() |
String |
getKeyComment() |
KeyTree.Node |
getNode() |
String |
getStep() |
String |
getValueComment() |
boolean |
isFinished() |
boolean |
isKey() |
boolean |
isValue() |
String |
toString() |
KeyTree.Node |
track() |
void |
valueStep() |
public static final char KEY
public static final char VALUE
public boolean isKey()
public boolean isValue()
public void valueStep()
public boolean isFinished()
public KeyTree.Node track()
public void finish()
public int getIndentation()
public KeyTree.Node getNode()
public String getKey()
public void addKey(String key, boolean isListKey)
public String getKeyComment()
public String getValueComment()
public void addComment(String comment)
public String getStep()
Copyright © 2023. All rights reserved.