Uses of Class
org.eclipse.mofscript.parser.MofScriptParseError

Packages that use MofScriptParseError
org.eclipse.mofscript.parser   
 

Uses of MofScriptParseError in org.eclipse.mofscript.parser
 

Fields in org.eclipse.mofscript.parser declared as MofScriptParseError
static MofScriptParseError MofScriptParseError.DEFAULT_ERROR
           
 

Methods in org.eclipse.mofscript.parser that return MofScriptParseError
protected  MofScriptParseError MofScriptModelChecker.booleanFunctionOk(java.lang.String functionCalled, FunctionCall fc)
          Checks if boolean function is OK
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)
          Checks if a Hashtable function is OK
protected  MofScriptParseError MofScriptModelChecker.integerFunctionOk(java.lang.String functionCalled, FunctionCall fc)
          Checks if integer function is OK
protected  MofScriptParseError MofScriptModelChecker.listFunctionOk(java.lang.String functionCalled, FunctionCall fc)
          Checks if a list function is OK
protected  MofScriptParseError MofScriptModelChecker.realFunctionOk(java.lang.String functionCalled, FunctionCall fc)
          Checks if real function is OK
protected  MofScriptParseError MofScriptModelChecker.stringFunctionOk(java.lang.String functionCalled, FunctionCall fc)
          Checks if a string function is OK
protected  MofScriptParseError MofScriptModelChecker.systemFunctionOk(java.lang.String functionCalled, FunctionCall fc)
          Checks if a system function is OK
(package private)  MofScriptParseError MofScriptModelChecker.validateType(java.lang.String mm, java.lang.String type, int metamodel, MOFScriptObject checkObj)
          Checks that a stringified type is an existing metamodel type
(package private)  MofScriptParseError MofScriptModelChecker.validateTypePrefix(java.lang.String prefix, int metamodel, MOFScriptObject checkObj)
          Finds a prefix for a type and checks if it comes from the correct meta model
 

Methods in org.eclipse.mofscript.parser with parameters of type MofScriptParseError
 void MofScriptErrorManager.add(MofScriptParseError error)
          Adds an error