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:
- Serializable
Represents a syntax error of groovy program
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Field Details- 
LEXERpublic static final int LEXER- See Also:
 
- 
PARSERpublic static final int PARSER- See Also:
 
 
- 
- 
Constructor Details- 
GroovySyntaxError
 
- 
- 
Method Details- 
getSourcepublic int getSource()
- 
getLinepublic int getLine()
- 
getColumnpublic int getColumn()
 
-