Package | Description |
---|---|
com.massa.dsl.block | |
com.massa.dsl.grammar |
Modifier and Type | Method and Description |
---|---|
LexerUnicity |
AbstractLexerBlock.getUnicity() |
LexerUnicity |
LexerBlockWrapper.getUnicity() |
LexerUnicity |
LexerBlock.getUnicity() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLexerBlock.setUnicity(LexerUnicity unicity) |
Modifier and Type | Method and Description |
---|---|
static LexerUnicity |
LexerUnicity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LexerUnicity[] |
LexerUnicity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|