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