Package | Description |
---|---|
com.github.javaparser |
Modifier and Type | Method | Description |
---|---|---|
JavaToken.Category |
JavaToken.getCategory() |
|
static JavaToken.Category |
TokenTypes.getCategory(int kind) |
Category of a token, a little more detailed than
The JLS.
|
static JavaToken.Category |
JavaToken.Category.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static JavaToken.Category[] |
JavaToken.Category.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2007–2019. All rights reserved.