Home
last modified time | relevance | path

Searched refs:implicitValues (Results 1 – 1 of 1) sorted by relevance

/external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/
DParserImpl.java434 ImplicitTuple implicitValues; in parseNode() local
436 implicitValues = new ImplicitTuple(true, false); in parseNode()
438 implicitValues = new ImplicitTuple(false, true); in parseNode()
440 implicitValues = new ImplicitTuple(false, false); in parseNode()
442 event = new ScalarEvent(anchor, tag, implicitValues, token.getValue(), in parseNode()