| Package | Description |
|---|---|
| io.ous.jtoml.impl |
| Modifier and Type | Method and Description |
|---|---|
static SymbolToken |
SymbolToken.getSymbolToken(char c)
returns the SymbolToken for the symbol c if exists, otherwise null
|
static SymbolToken |
SymbolToken.valueOf(char c)
returns the SymbolToken for the symbol c if exists, otherwise throws an IllegalArgumentException
|
static SymbolToken |
SymbolToken.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SymbolToken[] |
SymbolToken.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.