Home
last modified time | relevance | path

Searched defs:TypeDescription (Results 1 – 1 of 1) sorted by relevance

/external/snakeyaml/src/main/java/org/yaml/snakeyaml/
DTypeDescription.java41 public class TypeDescription { class
63 public TypeDescription(Class<? extends Object> clazz, Tag tag) { in TypeDescription() method in TypeDescription
67 public TypeDescription(Class<? extends Object> clazz, Tag tag, Class<?> impl) { in TypeDescription() method in TypeDescription
74 public TypeDescription(Class<? extends Object> clazz, String tag) { in TypeDescription() method in TypeDescription
78 public TypeDescription(Class<? extends Object> clazz) { in TypeDescription() method in TypeDescription
82 public TypeDescription(Class<? extends Object> clazz, Class<?> impl) { in TypeDescription() method in TypeDescription