ast

package
v0.0.0-...-5d7aed0 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Element

type Element interface {
	Elem() ElementMeta
}

type ElementKind

type ElementKind int
const (
	UNKNOWN ElementKind = -1
)

type ElementKindFunction

type ElementKindFunction func() ElementKind

type ElementMeta

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

func InitElementMeta

func InitElementMeta(kind ElementKindFunction) ElementMeta

func (ElementMeta) Kind

func (e ElementMeta) Kind() ElementKind

type Expression

type Expression interface {
	Expr()
}

type Statement

type Statement interface {
	Stmt()
}

Jump to

Keyboard shortcuts

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