[Java] Class GroovySyntaxError
- org.apache.groovy.parser.antlr4.GroovySyntaxError
public class GroovySyntaxError
extends AssertionError
Represents a syntax error of groovy program
Field Summary
Fields
Modifiers |
Name |
Description |
static int |
LEXER |
|
static int |
PARSER |
|
Constructor Summary
Methods Summary
Inherited Methods Summary
Inherited Methods
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()