Uses of Class
sk.antons.json.literal.impl.JsonLiteralImpl.Type
-
Packages that use JsonLiteralImpl.Type Package Description sk.antons.json.literal.impl -
-
Uses of JsonLiteralImpl.Type in sk.antons.json.literal.impl
Methods in sk.antons.json.literal.impl that return JsonLiteralImpl.Type Modifier and Type Method Description JsonLiteralImpl.TypeJsonBoolLiteralImpl. type()JsonLiteralImpl.TypeJsonExpLiteralImpl. type()JsonLiteralImpl.TypeJsonFracLiteralImpl. type()JsonLiteralImpl.TypeJsonIntLiteralImpl. type()abstract JsonLiteralImpl.TypeJsonLiteralImpl. type()JsonLiteralImpl.TypeJsonNullLiteralImpl. type()JsonLiteralImpl.TypeJsonStringLiteralImpl. type()static JsonLiteralImpl.TypeJsonLiteralImpl.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static JsonLiteralImpl.Type[]JsonLiteralImpl.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-