Documentation ¶
Index ¶
- Variables
- func WriteString(e Expr) string
- type Builder
- type Expr
- func (e Expr) All() iter.Seq2[int, Expr]
- func (e Expr) Bind(parts ...*Expr) bool
- func (e Expr) Empty() bool
- func (e Expr) Head() Expr
- func (e Expr) Kind() Kind
- func (e Expr) Position() int
- func (e Expr) Scope() string
- func (e Expr) Tail() Expr
- func (e Expr) Text() string
- func (e Expr) UnsafeScope() string
- func (e Expr) UnsafeText() string
- type Kind
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func WriteString ¶
Types ¶
type Expr ¶
type Expr struct {
// contains filtered or unexported fields
}
func (Expr) UnsafeScope ¶
func (Expr) UnsafeText ¶
Click to show internal directories.
Click to hide internal directories.