ast

package
v0.74.1 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Binary

type Binary struct {
	X  Node
	Op string
	Y  Node
}

func (*Binary) Stringify

func (b *Binary) Stringify() string

type Group

type Group struct {
	X Node
}

func (*Group) Stringify

func (g *Group) Stringify() string

type Literal

type Literal struct {
	Value string
	Type  string
	Quote string
}

func (*Literal) Stringify

func (b *Literal) Stringify() string

type Node

type Node interface {
	Stringify() string
}

type Qualify

type Qualify struct {
	X Node
}

func (*Qualify) Stringify

func (b *Qualify) Stringify() string

type Selector

type Selector struct {
	X string
}

func (*Selector) Stringify

func (b *Selector) Stringify() string

type Unary

type Unary struct {
	X  Node
	Op string
}

func (*Unary) Stringify

func (b *Unary) Stringify() string

Jump to

Keyboard shortcuts

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