Uses of Class
ca.cgjennings.apps.arkham.plugins.engine.SyntaxChecker.SyntaxError
-
Packages that use SyntaxChecker.SyntaxError Package Description ca.cgjennings.apps.arkham.plugins.engine -
-
Uses of SyntaxChecker.SyntaxError in ca.cgjennings.apps.arkham.plugins.engine
Methods in ca.cgjennings.apps.arkham.plugins.engine that return SyntaxChecker.SyntaxError Modifier and Type Method Description SyntaxChecker.SyntaxError[]
SyntaxChecker. getErrors()
Returns an array of the errors and warnings generated by the most-recently parsed script.Methods in ca.cgjennings.apps.arkham.plugins.engine with parameters of type SyntaxChecker.SyntaxError Modifier and Type Method Description boolean
SyntaxChecker.SyntaxError. equals(SyntaxChecker.SyntaxError rhs)
Returnstrue
if two errors are have identical locations, messages, and error types.
-