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