Methods in org.sintef.mofscript.parser that return MofScriptParseError |
protected MofScriptParseError |
MofScriptModelChecker.booleanFunctionOk(java.lang.String functionCalled,
FunctionCall fc)
|
protected MofScriptParseError |
MofScriptModelChecker.checkParameterUsage(java.lang.String fName,
FunctionCall fc,
int requiredParamCount)
Checks the parameters usage
Used where for locked number of parameters |
protected MofScriptParseError |
MofScriptModelChecker.checkParameterUsage(java.lang.String fName,
FunctionCall fc,
int lowerCount,
int upperCount)
Checks the numbers of parameters |
protected MofScriptParseError |
MofScriptModelChecker.checkRuleContext(MOFScriptParameter parameter)
Checks the context of a rule |
protected MofScriptParseError |
MofScriptModelChecker.checkVariableUsage(VariableDeclaration var,
java.lang.String functionCalled,
FunctionCall fc)
Check if the usage of a variable (e.g. a Hashtable var) is legal |
protected MofScriptParseError |
MofScriptModelChecker.hashtableFunctionOk(java.lang.String functionCalled,
FunctionCall fc)
|
protected MofScriptParseError |
MofScriptModelChecker.integerFunctionOk(java.lang.String functionCalled,
FunctionCall fc)
|
protected MofScriptParseError |
MofScriptModelChecker.listFunctionOk(java.lang.String functionCalled,
FunctionCall fc)
|
protected MofScriptParseError |
MofScriptModelChecker.realFunctionOk(java.lang.String functionCalled,
FunctionCall fc)
|
protected MofScriptParseError |
MofScriptModelChecker.stringFunctionOk(java.lang.String functionCalled,
FunctionCall fc)
|
protected MofScriptParseError |
MofScriptModelChecker.systemFunctionOk(java.lang.String functionCalled,
FunctionCall fc)
|