ast

package
v0.0.0-...-4d130c1 Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2015 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BinaryOp

type BinaryOp struct {
	Left  Filter
	Op    token.Token
	Right Filter
}

type EmptyFilter

type EmptyFilter struct {
}

type Filter

type Filter interface{}

type IgnoreErrorHandler

type IgnoreErrorHandler struct {
	Filter Filter
}

type IndexFilter

type IndexFilter struct {
	Index string
}

type KeyFilter

type KeyFilter struct {
	Key string
}

type RangeFilter

type RangeFilter struct {
	Low  string
	High string
}

Jump to

Keyboard shortcuts

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