Package io.kjson.yaml.parser
Class Parser.MappingBlock
-
- All Implemented Interfaces:
public final class Parser.MappingBlock extends Parser.Block
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumParser.MappingBlock.State
-
Field Summary
Fields Modifier and Type Field Description private final Parser.Contextcontextprivate final Integerindent
-
Constructor Summary
Constructors Constructor Description Parser.MappingBlock(Parser.Context context, Integer indent, String key)Parser.MappingBlock(Parser.Context context, Integer indent, String key, Line line)Parser.MappingBlock(Parser.Context context, Integer indent)
-
Method Summary
Modifier and Type Method Description BooleaninFlow()UnitprocessLine(Line line)UnitprocessBlankLine(Line line)JSONObjectconclude(Line line)-
-
Constructor Detail
-
Parser.MappingBlock
Parser.MappingBlock(Parser.Context context, Integer indent, String key)
-
Parser.MappingBlock
Parser.MappingBlock(Parser.Context context, Integer indent, String key, Line line)
-
Parser.MappingBlock
Parser.MappingBlock(Parser.Context context, Integer indent)
-
-
Method Detail
-
processLine
Unit processLine(Line line)
-
processBlankLine
Unit processBlankLine(Line line)
-
-
-
-