errors

package
v0.5.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrorListener

type ErrorListener struct {
	*antlr.DefaultErrorListener // Embed default which ensures we fit the interface
	Errors                      []error
}

func (*ErrorListener) SyntaxError

func (c *ErrorListener) SyntaxError(recognizer antlr.Recognizer, offendingSymbol interface{}, line, column int, msg string, e antlr.RecognitionException)

type ExpressionSyntaxError

type ExpressionSyntaxError struct {
	// contains filtered or unexported fields
}

func (ExpressionSyntaxError) Column

func (c ExpressionSyntaxError) Column() int

func (ExpressionSyntaxError) Error

func (c ExpressionSyntaxError) Error() string

func (ExpressionSyntaxError) Line

func (c ExpressionSyntaxError) Line() int

func (ExpressionSyntaxError) Msg

func (c ExpressionSyntaxError) Msg() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL