exception

package
v0.0.0-...-003fa7e Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseException

type BaseException struct {
	MessageFmt string
	Args       []interface{}
	Err        error
	Line       int
	StartPos   int
	EndPos     int
}

type VarDeclarationException

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

func NewVarDeclarationException

func NewVarDeclarationException(token antlr.Token, stream antlr.IntStream) *VarDeclarationException

func (VarDeclarationException) GetInputStream

func (v VarDeclarationException) GetInputStream() antlr.IntStream

func (VarDeclarationException) GetMessage

func (v VarDeclarationException) GetMessage() string

func (VarDeclarationException) GetOffendingToken

func (v VarDeclarationException) GetOffendingToken() antlr.Token

Jump to

Keyboard shortcuts

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