home *** CD-ROM | disk | FTP | other *** search
- TABLE OF CONTENTS
-
- switchwindow/parseclass
- switchwindow/parseclass switchwindow/parseclass
-
- NAME
- parseclass -- Command interpreter class
-
- FUNCTION
- Class: parseclass
- Superclass: icclass
-
- Parsing object
-
- METHODS
- OM_NEW -- Create a new object.
-
- OM_SET -- Set an object's attribute.
-
- OM_GET -- Obtain the value of an attribute.
-
- OM_UPDATE -- If PARSEA_STRING/PARSEA_ARGUMENTS are given, the string
- will be parsed, the resultarray will be filled and the hook is
- called.
-
- OM_DISPOSE -- Dispose object.
-
- ...
- TAGS
- PARSEA_TEMPLATE (STRPTR) -- Command template used by ReadArgs().
- Note that the string is NOT cached by the object and must be
- valid during object's lifetime !
-
- Defaults to "," which means no arguments.
-
- Applicability is (IG).
-
- ...
-
- PARSEA_DEFAULTARGS (STRPTR) -- default cmdstring when
- PARSEA_STRING/PARSEA_ARGUMENTS are missing.
- Note that the string is NOT cached by the object and must be
- valid during object's lifetime !
-
- Applicability is (ISG).
-
- ...
-
- PARSEA_STRING (STRPTR) -- argument string to process, will be passed
- to the hook (if given) and may be notified from it.
-
- Applicability is (UN).
-
- PARSEA_COMMANDNAME (STRPTR) -- name of command, will be passed to the
- hook (when PARSEA_STRING is given) and may be notified from it.
-
- Applicability is (UN).
-
- PARSEA_ARGUMENTS (STRPTR) -- argument string, will be passed to the
- hook and may be notified from it.
- This overrides any arguments given by PARSEA_STRING.
-
- Applicability is (UN).
-
- SEE ALSO
- dos.library/ReadArgs()
-
- NOTES
- ...
-
- BUGS
- PARSEA_STRING/PARSEA_COMMANDNAME/PARSEA_ARGUMENTS are currently not
- send to the hook.
- Will be fixed.
-
-