Uses of Class
com.walkfares.odsl.exception.ScriptError
| Package | Description |
|---|---|
| com.walkfares.odsl | |
| com.walkfares.odsl.exception |
-
Uses of ScriptError in com.walkfares.odsl
Methods in com.walkfares.odsl that return types with arguments of type ScriptError Modifier and Type Method Description List<ScriptError>OpenDSLCompiler. compile(String script)Method parameters in com.walkfares.odsl with type arguments of type ScriptError Modifier and Type Method Description voidOpenDSLCompiler. checkErrors(org.antlr.v4.runtime.tree.ParseTree tree, List<ScriptError> errors) -
Uses of ScriptError in com.walkfares.odsl.exception
Methods in com.walkfares.odsl.exception that return ScriptError Modifier and Type Method Description ScriptErrorScriptError. setColumn(int column)ScriptErrorScriptError. setLine(String line)ScriptErrorScriptError. setLineNumber(int lineNumber)ScriptErrorScriptError. setMessage(String message)