Package org.apache.groovy.parser.antlr4
Class GroovySyntaxError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- java.lang.AssertionError
-
- org.apache.groovy.parser.antlr4.GroovySyntaxError
-
- All Implemented Interfaces:
java.io.Serializable
public class GroovySyntaxError extends java.lang.AssertionError
Represents a syntax error of groovy program- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GroovySyntaxError(java.lang.String message, int source, int line, int column)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getColumn()
int
getLine()
int
getSource()
-
-
-
Field Detail
-
LEXER
public static final int LEXER
- See Also:
- Constant Field Values
-
PARSER
public static final int PARSER
- See Also:
- Constant Field Values
-
-