Package io.kjson.yaml.parser
Object Parser.Companion
-
- All Implemented Interfaces:
public class Parser.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final Loggerlogprivate final Set<String>floatNamedConstantspublic final static Parser.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final Parser.PlainScalarprocessPlainScalar(Line $self, String initial, Parser.Context context)final Parser.FlowNodeprocessFlowNode(Line $self, String initial, Parser.Context context)final Parser.SingleQuotedScalarprocessSingleQuotedScalar(Line $self, String initial)final Parser.DoubleQuotedScalarprocessDoubleQuotedScalar(Line $self, String initial)final UnitprocessNodeProperties(Line $self, Parser.Context context)final StringgetAnchorName(Line $self)final LoggergetLog()final Set<String>getFloatNamedConstants()-
-
Method Detail
-
processPlainScalar
final Parser.PlainScalar processPlainScalar(Line $self, String initial, Parser.Context context)
-
processFlowNode
final Parser.FlowNode processFlowNode(Line $self, String initial, Parser.Context context)
-
processSingleQuotedScalar
final Parser.SingleQuotedScalar processSingleQuotedScalar(Line $self, String initial)
-
processDoubleQuotedScalar
final Parser.DoubleQuotedScalar processDoubleQuotedScalar(Line $self, String initial)
-
processNodeProperties
final Unit processNodeProperties(Line $self, Parser.Context context)
-
getAnchorName
final String getAnchorName(Line $self)
-
getLog
final Logger getLog()
-
getFloatNamedConstants
final Set<String> getFloatNamedConstants()
-
-
-
-