Package | Description |
---|---|
eu.bandm.tools.d2d2.model |
Umod main model class: This is the internal
model for the d2d text type definitions.
|
Modifier and Type | Field and Description |
---|---|
protected CheckedMap_RD<String,CheckedCoPair_LR<Expression,Integer>> |
Expression.firsts
Generated by umod; model author's documentation MISSING.
|
static Function<Expression,CheckedMap_RD<String,CheckedCoPair_LR<Expression,Integer>>> |
Expression.get_firsts
Deprecated.
Use new '::' method reference instead.
|
static Function<Expression,CheckedMap_RD<String,CheckedCoPair_LR<Expression,Integer>>> |
Expression.get_weakfirsts
Deprecated.
Use new '::' method reference instead.
|
protected CheckedMap_RD<String,CheckedCoPair_LR<Expression,Integer>> |
Expression.weakfirsts
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
CheckedMap_RD<String,CheckedCoPair_LR<Expression,Integer>> |
Expression.get_firsts()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<String,CheckedCoPair_LR<Expression,Integer>> |
Expression.get_weakfirsts()
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Expression.set_firsts(CheckedMap_RD<String,CheckedCoPair_LR<Expression,Integer>> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
Expression.set_weakfirsts(CheckedMap_RD<String,CheckedCoPair_LR<Expression,Integer>> val)
Generated by umod; model author's documentation MISSING.
|
see also the complete user documentation .