Package | Description |
---|---|
org.biolegato.database |
Modifier and Type | Method and Description |
---|---|
ParseException |
ValuesFile.generateParseException()
Generate ParseException.
|
ParseException |
DBPCD.generateParseException()
Generate ParseException.
|
Modifier and Type | Method and Description |
---|---|
void |
DBPCD.assertIndent(int scope)
Asserts indentation level (calls token_source.testIndent)
|
boolean |
DBPCD.Bool()
Parses a boolean token into a java boolean
|
double |
DBPCD.Decimal()
Parses a decimal number from a PCD file into a Java double
|
java.lang.String |
DBPCD.Ident()
Parses an identifier token from a PCD file into a Java String
|
void |
DBPCD.nl()
Matches new line characters including preceding whitespace
|
int |
DBPCD.Number()
Parses a non-decimal number from a PCD file into a Java integer
|
void |
ValuesFile.parse(java.util.Map<java.lang.String,org.biopcd.widgets.Widget> widgets) |
java.lang.String |
ValuesFile.parseColumn() |
DBField |
DBPCD.parseField(java.lang.String table,
KeyableField key,
java.io.File parent,
boolean norecurse)
Parses a single PCD database field.
|
KeyableField |
DBPCD.parseKeyableField()
Parses a single Keyable (i.e.
|
void |
ValuesFile.parseRow(java.util.Map<java.lang.String,org.biopcd.widgets.Widget> results) |
DBSchema |
DBPCD.parseSchema(java.io.File parent,
boolean norecurse)
Parses a PCD database schema.
|
boolean |
DBPCD.testIndent(int scope)
Tests indentation (NOTE: this calls the token manager)
|
java.lang.String |
DBPCD.Text()
Parses a text token from a PCD file into a Java String
|
Copyright © 2008-2014 University of Manitoba.