functions

package
v0.0.0-...-bb72b6f Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2025 License: GPL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FunctionT

type FunctionT struct {
	Command    []rune
	Parameters [][]rune
	NamedPipes []string
	Cast       []rune
	Properties Property
	LineN      int
	ColumnN    int
	Raw        []rune
}

func (FunctionT) CommandName

func (fn FunctionT) CommandName() []rune

type Property

type Property int
const (
	P_NEW_CHAIN Property = 1 << iota
	P_METHOD
	P_FOLLOW_ON
	P_PIPE_OUT
	P_PIPE_ERR
	P_LOGIC_AND
	P_LOGIC_OR
)

func (Property) Decompose

func (prop Property) Decompose() string

func (Property) FollowOnFn

func (prop Property) FollowOnFn() bool

func (Property) LogicAnd

func (prop Property) LogicAnd() bool

func (Property) LogicOr

func (prop Property) LogicOr() bool

func (Property) Method

func (prop Property) Method() bool

func (Property) NewChain

func (prop Property) NewChain() bool

func (Property) PipeErr

func (prop Property) PipeErr() bool

func (Property) PipeOut

func (prop Property) PipeOut() bool

Jump to

Keyboard shortcuts

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