public abstract class FieldQualifier extends Object
| Constructor and Description |
|---|
FieldQualifier() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
apply(FieldDef field)
Update the model.
|
static FieldQualifier |
from(StreamTokenizer tokens)
Creates the appropriate type of
FieldQualifier
from the input stream. |
public abstract void apply(FieldDef field) throws org.melati.poem.prepro.IllegalityException
field - the FieldDef to updateIllegalityException - if there is a semantic contractictionpublic static FieldQualifier from(StreamTokenizer tokens) throws org.melati.poem.prepro.ParsingDSDException, IOException
FieldQualifier
from the input stream.tokens - the StreamTokenizer to get tokens fromFieldQualifier of the appropriate typeParsingDSDException - if an unexpected token is encounteredIOException - if something goes wrong with the file systemCopyright © 2000–2015 PanEris. All rights reserved.