Package io.kjson.yaml.parser
Class Parser.PlainScalar
-
- All Implemented Interfaces:
public class Parser.PlainScalar extends Parser.FlowScalar
-
-
Field Summary
Fields Modifier and Type Field Description private final Booleancompleteprivate final Parser.Contextcontextprivate final Stringtextprivate Booleanterminated
-
Constructor Summary
Constructors Constructor Description Parser.PlainScalar(String text, Parser.Context context)
-
Method Summary
Modifier and Type Method Description BooleangetComplete()final Parser.ContextgetContext()Parser.Childcontinuation(Line line)JSONValuegetYAMLNode()-
Methods inherited from class io.kjson.yaml.parser.Parser.FlowScalar
getText, inFlow -
Methods inherited from class io.kjson.yaml.parser.Parser.Child
getTerminated, setTerminated -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
Parser.PlainScalar
Parser.PlainScalar(String text, Parser.Context context)
-
-
Method Detail
-
getComplete
Boolean getComplete()
-
getContext
final Parser.Context getContext()
-
continuation
Parser.Child continuation(Line line)
-
getYAMLNode
JSONValue getYAMLNode()
-
-
-
-