Documentation
¶
Index ¶
- type Error
- func (c *Error) ReportAmbiguity(antlr.Parser, *antlr.DFA, int, int, bool, *antlr.BitSet, *antlr.ATNConfigSet)
- func (c *Error) ReportAttemptingFullContext(antlr.Parser, *antlr.DFA, int, int, *antlr.BitSet, *antlr.ATNConfigSet)
- func (c *Error) ReportContextSensitivity(antlr.Parser, *antlr.DFA, int, int, int, *antlr.ATNConfigSet)
- func (c *Error) SyntaxError(_ antlr.Recognizer, _ interface{}, line, column int, msg string, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
antlr.ErrorListener
Line int
Column int
Err error
}
Error implements ErrorListener interface
func (*Error) ReportAmbiguity ¶
func (*Error) ReportAttemptingFullContext ¶
func (*Error) ReportContextSensitivity ¶
func (*Error) SyntaxError ¶
func (c *Error) SyntaxError(_ antlr.Recognizer, _ interface{}, line, column int, msg string, _ antlr.RecognitionException)
SyntaxError indicates error in syntax
Click to show internal directories.
Click to hide internal directories.