| Package | Description |
|---|---|
| org.sonarsource.slang.api | |
| org.sonarsource.slang.impl |
| Modifier and Type | Method and Description |
|---|---|
Token.Type |
Token.type() |
static Token.Type |
Token.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Token.Type[] |
Token.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Token.Type |
TokenImpl.type() |
| Constructor and Description |
|---|
TokenImpl(TextRange textRange,
String text,
Token.Type type) |
Copyright © 2009–2018 SonarSource. All rights reserved.