Package | Description |
---|---|
com.massa.dsl.block | |
com.massa.dsl.grammar |
Modifier and Type | Method and Description |
---|---|
LexerInjectionStrategy |
AbstractInjectableLexerBlock.getInjectionStrategy() |
LexerInjectionStrategy |
InjectableLexerBlock.getInjectionStrategy() |
LexerInjectionStrategy |
InjectableLexerBlockWrapper.getInjectionStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractInjectableLexerBlock.setInjectionStrategy(LexerInjectionStrategy injectionStrategy) |
Modifier and Type | Method and Description |
---|---|
static LexerInjectionStrategy |
LexerInjectionStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LexerInjectionStrategy[] |
LexerInjectionStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|