|
Public Member Functions |
| const char * | chkIgnore (Line *line, ScriptImage *img) |
| | Default compiler syntax to accept any syntax.
|
| const char * | chkUse (Line *line, ScriptImage *img) |
| | Performs DSO load phase for USE modules.
|
| const char * | chkHasModify (Line *line, ScriptImage *img) |
| | A check used by "inc" and "dec".
|
| const char * | chkProperty (Line *line, ScriptImage *img) |
| | Check if member is NULL or a property reference.
|
| const char * | chkFirstVar (Line *line, ScriptImage *img) |
| | A check for first var.
|
| const char * | chkType (Line *line, ScriptImage *img) |
| | A basic type check for simple type declarations.
|
| const char * | chkHasVars (Line *line, ScriptImage *img) |
| | Script compiler syntax check for certain variable using statements such as "clear".
|
| const char * | chkHasList (Line *line, ScriptImage *img) |
| | Script compiler syntax check for assignment statements such as "set", "for", etc.
|
| const char * | chkNoArgs (Line *line, ScriptImage *img) |
| | Script compiler syntax check for commands that require no arguments to be present.
|
| const char * | chkAllVars (Line *line, ScriptImage *img) |
| | Script compiler syntax check for commands that require all arguments to be symbols.
|
| const char * | chkHasArgs (Line *line, ScriptImage *img) |
| | Script compiler syntax check for commands that require one or more arguments to be present.
|
| const char * | chkOnlyArgs (Line *line, ScriptImage *img) |
| | Script compiler syntax check for commands that require one or more arguments but use no keywords.
|
| const char * | chkOnlyOneArg (Line *line, ScriptImage *img) |
| const char * | chkRefArgs (Line *line, ScriptImage *img) |
| const char * | chkSlog (Line *line, ScriptImage *img) |
| const char * | chkExpression (Line *line, ScriptImage *img) |
| const char * | chkConditional (Line *line, ScriptImage *img) |
| const char * | chkGoto (Line *line, ScriptImage *img) |
| const char * | chkLabel (Line *line, ScriptImage *img) |
| const char * | chkCall (Line *line, ScriptImage *img) |
| const char * | chkReturn (Line *line, ScriptImage *img) |
| const char * | chkRestart (Line *line, ScriptImage *img) |
| const char * | chkVar (Line *line, ScriptImage *img) |
| const char * | chkVarType (Line *line, ScriptImage *img) |
| const char * | chkDecimal (Line *line, ScriptImage *img) |
| const char * | chkNumber (Line *line, ScriptImage *img) |
| const char * | chkString (Line *line, ScriptImage *img) |
| const char * | chkChar (Line *line, ScriptImage *img) |
| const char * | chkExpr (Line *line, ScriptImage *img) |
| const char * | chkIndex (Line *line, ScriptImage *img) |
| const char * | chkError (Line *line, ScriptImage *img) |
| const char * | chkConst (Line *line, ScriptImage *img) |
| const char * | chkSequence (Line *line, ScriptImage *img) |
| const char * | chkSignal (Line *line, ScriptImage *img) |
| const char * | chkThrow (Line *line, ScriptImage *img) |
| const char * | chkSet (Line *line, ScriptImage *img) |
| const char * | chkRepeat (Line *line, ScriptImage *img) |
| const char * | chkArray (Line *line, ScriptImage *img) |
| const char * | chkFor (Line *line, ScriptImage *img) |
| const char * | chkForeach (Line *line, ScriptImage *img) |
| const char * | chkCat (Line *line, ScriptImage *img) |
| const char * | chkRemove (Line *line, ScriptImage *img) |
| const char * | chkOnlyCommand (Line *line, ScriptImage *img) |
| const char * | chkCounter (Line *line, ScriptImage *img) |
| const char * | chkTimer (Line *line, ScriptImage *img) |
| const char * | chkClear (Line *line, ScriptImage *img) |
| const char * | chkPack (Line *line, ScriptImage *img) |
| const char * | chkLock (Line *line, ScriptImage *img) |
| const char * | chkSession (Line *line, ScriptImage *img) |
| const char * | chkKeywords (Line *line, ScriptImage *img) |
| const char * | chkDefine (Line *line, ScriptImage *img) |