MODULES Uize.Parse.Base
- Contents
- 1. Introduction
- 2. Instance Methods
- 3. Instance Properties
-
4. Static Methods
- 4.1. Uize.Parse.Base.declare
- 4.2. Uize.Parse.Base.dualContextMethods
- 4.3. Uize.Parse.Base.dualContextProperties
- 4.4. Uize.Parse.Base.instanceMethods
- 4.5. Uize.Parse.Base.instanceProperties
- 4.6. Uize.Parse.Base.mixins
- 4.7. Uize.Parse.Base.staticMethods
- 4.8. Uize.Parse.Base.staticProperties
- 4.9. Uize.Parse.Base.subclass
- 5. Static Properties
1. Introduction
The Uize.Parse.Base module implements an abstract base class for lightweight parser class modules.
DEVELOPERS: Chris van Rensburg
1.1. Examples
There are no dedicated showcase example pages for the Uize.Parse.Base module.
SEARCH FOR EXAMPLES
Use the link below to search for example pages on the UIZE Web site that reference the Uize.Parse.Base module...
SEARCH
1.2. Implementation Info
The Uize.Parse.Base module defines the Uize.Parse.Base object under the Uize.Parse namespace.
1.2.1. Features Introduced in This Module
The features listed in this section have been introduced in this module.
INSTANCE METHODS
INSTANCE PROPERTIES
index | isValid | length | source
STATIC METHODS
Uize.Parse.Base.declare | Uize.Parse.Base.dualContextMethods | Uize.Parse.Base.dualContextProperties | Uize.Parse.Base.instanceMethods | Uize.Parse.Base.instanceProperties | Uize.Parse.Base.mixins | Uize.Parse.Base.staticMethods | Uize.Parse.Base.staticProperties | Uize.Parse.Base.subclass
STATIC PROPERTIES
Uize.Parse.Base.moduleName | Uize.Parse.Base.pathToResources
1.2.2. Features Overridden in This Module
No features have been overridden in this module.
1.2.3. Features Inherited From Other Modules
This module has no inherited features.
1.2.4. Modules Directly Under This Namespace
There are no modules directly under this namespace.
1.2.5. Unit Tests
There is no dedicated unit tests module for the Uize.Parse.Base module.
2. Instance Methods
2.1. parse
IMPLEMENTATION INFO
| this feature was introduced in this module |
2.2. serialize
IMPLEMENTATION INFO
| this feature was introduced in this module |
3. Instance Properties
3.1. index
IMPLEMENTATION INFO
| this feature was introduced in this module |
3.2. isValid
IMPLEMENTATION INFO
| this feature was introduced in this module |
3.3. length
IMPLEMENTATION INFO
| this feature was introduced in this module |
3.4. source
IMPLEMENTATION INFO
| this feature was introduced in this module |
4. Static Methods
4.1. Uize.Parse.Base.declare
IMPLEMENTATION INFO
| this feature was introduced in this module |
4.2. Uize.Parse.Base.dualContextMethods
IMPLEMENTATION INFO
| this feature was introduced in this module |
4.3. Uize.Parse.Base.dualContextProperties
IMPLEMENTATION INFO
| this feature was introduced in this module |
4.4. Uize.Parse.Base.instanceMethods
IMPLEMENTATION INFO
| this feature was introduced in this module |
4.5. Uize.Parse.Base.instanceProperties
IMPLEMENTATION INFO
| this feature was introduced in this module |
4.6. Uize.Parse.Base.mixins
IMPLEMENTATION INFO
| this feature was introduced in this module |
4.7. Uize.Parse.Base.staticMethods
IMPLEMENTATION INFO
| this feature was introduced in this module |
4.8. Uize.Parse.Base.staticProperties
IMPLEMENTATION INFO
| this feature was introduced in this module |
4.9. Uize.Parse.Base.subclass
IMPLEMENTATION INFO
| this feature was introduced in this module |