Package com.scriptbasic.classification


package com.scriptbasic.classification
  • Class
    Description
    Functions that let the BASIC program to access some special constant values should be annotated using this interface as classification parameter.
    Functions that let the BASIC program to perform date manipulation have to be annotated with this classification.
    Functions that let the BASIC program to access file handling function should use this class as a classification parameter.
    Functions that let the BASIC program to perform mathematical calculation have to be annotated with this classification.
    Functions that let the BASIC program to perform regular expression manipulation have to be annotated with this classification.
    Functions that let the BASIC program to perform string manipulation have to be annotated with this classification.
    Functions that let the BASIC program to access System resources have to be annotated with this classification.
    Functions that let the BASIC program to perform utility actions have to be annotated with this classification.