transform

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: May 5, 2022 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Bare = iota
	BoundVars
	FreeVarsAndBoundVars
)
View Source
const (
	H8 = iota
	H24
	H32
	H40
	HStr
)
View Source
const (
	UnitLimit = 256
)

Variables

This section is empty.

Functions

func Call

func Call(proc *process.Process, arg interface{}) (bool, error)

func Prepare

func Prepare(_ *process.Process, arg interface{}) error

func String

func String(arg interface{}, buf *bytes.Buffer)

Types

type Argument

type Argument struct {
	Typ        int
	IsMerge    bool
	FreeVars   []string // free variables
	Ctr        *Container
	Restrict   *restrict.Argument
	Projection *projection.Argument
	BoundVars  []transformer.Transformer // bound variables
}

type Container

type Container struct {
	Is []int
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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