Class YamlCommentReader.ReadingExplicitStyle

java.lang.Object
org.simpleyaml.configuration.comments.YamlCommentReader.ReadingExplicitStyle
Enclosing class:
YamlCommentReader

public final class YamlCommentReader.ReadingExplicitStyle extends Object
  • Field Details

  • Method Details

    • isKey

      public boolean isKey()
    • isValue

      public boolean isValue()
    • valueStep

      public void valueStep()
    • isFinished

      public boolean isFinished()
    • track

      public KeyTree.Node track()
    • finish

      public void finish()
    • getIndentation

      public int getIndentation()
    • getNode

      public KeyTree.Node getNode()
    • getKey

      public String getKey()
    • addKey

      public void addKey(String key, boolean isListKey)
    • getKeyComment

      public String getKeyComment()
    • getValueComment

      public String getValueComment()
    • addComment

      public void addComment(String comment)
    • getStep

      public String getStep()
    • toString

      public String toString()
      Overrides:
      toString in class Object