Package io.kjson.yaml.parser
Class Parser.SingleQuotedScalar
-
- All Implemented Interfaces:
public final class Parser.SingleQuotedScalar extends Parser.FlowScalar
-
-
Constructor Summary
Constructors Constructor Description Parser.SingleQuotedScalar(String text, Boolean terminated)
-
Method Summary
Modifier and Type Method Description Parser.SingleQuotedScalarcontinuation(Line line)-
Methods inherited from class io.kjson.yaml.parser.Parser.FlowScalar
getText, getYAMLNode, inFlow -
Methods inherited from class io.kjson.yaml.parser.Parser.Child
getComplete, getTerminated, setTerminated -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
continuation
Parser.SingleQuotedScalar continuation(Line line)
-
-
-
-