class FormulaFactory(object):
Method | __init__ |
Initialize the map of instances. |
Method | clearskipped |
Clear any skipped types. |
Method | create |
Create a new formula bit of the given type. |
Method | detecttype |
Detect a bit of a given type. |
Method | instance |
Get an instance of the given type. |
Method | parseany |
Parse any formula bit at the current location. |
Method | parseformula |
Parse a string of text that contains a whole formula. |
Method | parsetype |
Parse the given type and return it. |
Method | skipany |
Skip any skipped types. |
Class Variable | defining |
Undocumented |
Class Variable | skippedtypes |
Undocumented |
Class Variable | types |
Undocumented |
Instance Variable | instances |
Undocumented |