Package io.kjson.yaml.parser
Class Parser.FlowNode
-
- All Implemented Interfaces:
public final class Parser.FlowNode extends Parser.PlainScalar
-
-
Field Summary
Fields Modifier and Type Field Description private final Booleancompleteprivate final Parser.Contextcontextprivate final Stringtextprivate Booleanterminated
-
Constructor Summary
Constructors Constructor Description Parser.FlowNode(String text, Parser.Context context)
-
Method Summary
Modifier and Type Method Description Parser.Childcontinuation(Line line)-
Methods inherited from class io.kjson.yaml.parser.Parser.PlainScalar
getComplete, getContext, getYAMLNode -
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.FlowNode
Parser.FlowNode(String text, Parser.Context context)
-
-
Method Detail
-
continuation
Parser.Child continuation(Line line)
-
-
-
-