Package | Description |
---|---|
com.github.javaparser |
Modifier and Type | Method and Description |
---|---|
static JavaToken.Kind |
JavaToken.Kind.valueOf(int kind) |
static JavaToken.Kind |
JavaToken.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaToken.Kind[] |
JavaToken.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2007–2024. All rights reserved.