[Java] Class GroovySyntaxError
- org.apache.groovy.parser.antlr4.GroovySyntaxError
public class GroovySyntaxError extends AssertionError
Represents a syntax error of groovy program
Field Summary
Modifiers | Name | Description |
---|---|---|
static int | LEXER | |
static int | PARSER |
Constructor Summary
Constructor and description |
---|
GroovySyntaxError
(String message, int source, int line, int column) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public int |
getColumn() | |
public int |
getLine() | |
public int |
getSource() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class AssertionError | printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getSuppressed, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Field Detail
public static final int LEXER
public static final int PARSER
Constructor Detail
public GroovySyntaxError(String message, int source, int line, int column)
Method Detail
public int getColumn()
public int getLine()
public int getSource()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/apache/groovy/parser/antlr4/GroovySyntaxError.html