Class YamlCommentReader.ReadingExplicitStyle
java.lang.Object
org.simpleyaml.configuration.comments.YamlCommentReader.ReadingExplicitStyle
- Enclosing class:
- YamlCommentReader
-
Field Summary
Fields -
Method Summary
-
Field Details
-
KEY
public static final char KEY- See Also:
-
VALUE
public static final char VALUE- See Also:
-
-
Method Details
-
isKey
public boolean isKey() -
isValue
public boolean isValue() -
valueStep
public void valueStep() -
isFinished
public boolean isFinished() -
track
public org.simpleyaml.configuration.comments.KeyTree.Node track() -
finish
public void finish() -
getIndentation
public int getIndentation() -
getNode
public org.simpleyaml.configuration.comments.KeyTree.Node getNode() -
getKey
-
addKey
-
getKeyComment
-
getValueComment
-
addComment
-
getStep
-
toString
-