Home | Trees | Indices | Help |
|
---|
|
object --+ | _DFAState
Base class for a suspended DFA interpretation.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
__contentModel = None
|
|||
__state = None
|
|||
_DFAState__contentModel = None
|
|||
_DFAState__state = None
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Execute a step within the content model. This determines whether the current state in the content model allows a transition on the given value. If a transition can be performed, the instance element use corresponding to the value is used to record the value. The input value should be an instance of basis._TypeBinding_mixin, or a value that can be uniquely converted into such a instance using the transitions from the current state as clues.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jan 28 08:39:48 2010 | http://epydoc.sourceforge.net |