Home
last modified time | relevance | path

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

/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
DConstructor.java494 String enumValueName = node.getValue(); in constructStandardJavaInstance() local
496 result = Enum.valueOf(type, enumValueName); in constructStandardJavaInstance()
498 throw new YAMLException("Unable to find enum value '" + enumValueName in constructStandardJavaInstance()