Searched refs:ConstructDice (Results 1 – 2 of 2) sorted by relevance
80 this.yamlConstructors.put(new Tag(Tag.PREFIX + "Dice"), new ConstructDice()); in MyConstructor()83 private class ConstructDice extends AbstractConstruct { class in RepresentTest.MyConstructor
70 this.yamlConstructors.put(new Tag("!dice"), new ConstructDice()); in DiceConstructor()73 private class ConstructDice extends AbstractConstruct { class in DiceExampleTest.DiceConstructor