Interface | Description |
---|---|
Constant |
Functions that let the BASIC program to access some special constant values
should be annotated using this interface as classification parameter.
|
Math |
Functions that let the BASIC program to perform mathematical calculation have to be
annotated with this classification.
|
Regexp |
Functions that let the BASIC program to perform regular expression manipulation have to be
annotated with this classification.
|
String |
Functions that let the BASIC program to perform string manipulation have to be
annotated with this classification.
|
System |
Functions that let the BASIC program to access System resources have to be
annotated with this classification.
|
Utility |
Functions that let the BASIC program to perform utility actions have to be
annotated with this classification.
|
Class | Description |
---|---|
File |
Functions that let the BASIC program to access file handling function should
use this class as a classification parameter.
|
Copyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.