Package | Description |
---|---|
eu.bandm.tools.umod.runtime |
Runtime classes for the model code generated by the
umod-Compiler , esp for data integrity
de/serialization, visualzation, visitors and rewriters. |
Modifier and Type | Method and Description |
---|---|
<U> Phrasebook.FieldMap<T> |
Phrasebook.FieldMap.add(String name,
Consumer<? super U,? super T> cons,
Function<O,? extends U> decode) |
<U> Phrasebook.FieldMap<T> |
Phrasebook.FieldMap.add(String name,
Consumer<? super U,? super T> cons,
Function<O,? extends U> decode) |
Modifier and Type | Method and Description |
---|---|
protected <T> T |
Phrasebook.decodeFields(List<? extends O> fields,
T init,
Phrasebook.FieldMap<T> map) |
protected <T> T |
Phrasebook.decodeFields(List<? extends O> fields,
T init,
Phrasebook.FieldMap<T> map) |
Constructor and Description |
---|
FieldMap(Phrasebook.FieldMap<? super T> parent) |
FieldMap(Phrasebook.FieldMap<? super T> parent) |
see also the complete user documentation .