Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseException ¶
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
Click to show internal directories.
Click to hide internal directories.