Home
last modified time | relevance | path

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

/external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
DNode.java38 private boolean twoStepsConstruction; field in Node
50 this.twoStepsConstruction = false; in Node()
107 public void setTwoStepsConstruction(boolean twoStepsConstruction) { in setTwoStepsConstruction() argument
108 this.twoStepsConstruction = twoStepsConstruction; in setTwoStepsConstruction()
129 return twoStepsConstruction; in isTwoStepsConstruction()