public static enum JavaParserJsonSerializer.JsonNode extends Enum<JavaParserJsonSerializer.JsonNode>
| Enum Constant and Description |
|---|
CLASS |
COMMENT |
RANGE |
TOKEN_RANGE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static JavaParserJsonSerializer.JsonNode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaParserJsonSerializer.JsonNode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavaParserJsonSerializer.JsonNode RANGE
public static final JavaParserJsonSerializer.JsonNode TOKEN_RANGE
public static final JavaParserJsonSerializer.JsonNode COMMENT
public static final JavaParserJsonSerializer.JsonNode CLASS
public static JavaParserJsonSerializer.JsonNode[] values()
for (JavaParserJsonSerializer.JsonNode c : JavaParserJsonSerializer.JsonNode.values()) System.out.println(c);
public static JavaParserJsonSerializer.JsonNode 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.JsonNode>Copyright © 2007–2019. All rights reserved.