public static enum JavaParserJsonSerializer.JsonToken extends Enum<JavaParserJsonSerializer.JsonToken>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static JavaParserJsonSerializer.JsonToken |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaParserJsonSerializer.JsonToken[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavaParserJsonSerializer.JsonToken TEXT
public static final JavaParserJsonSerializer.JsonToken KIND
public static JavaParserJsonSerializer.JsonToken[] values()
for (JavaParserJsonSerializer.JsonToken c : JavaParserJsonSerializer.JsonToken.values()) System.out.println(c);
public static JavaParserJsonSerializer.JsonToken valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<JavaParserJsonSerializer.JsonToken>
Copyright © 2007–2024. All rights reserved.