Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSelector ¶
Types ¶
type Binary ¶
func (*Binary) HasIdentity ¶
HasIdentity returns true if x or y opperand is identity
func (*Binary) HasPlaceholder ¶
HasPlaceholder returns true if x or y operand is placeholder
func (*Binary) Parenthesis ¶
func (b *Binary) Parenthesis() *Parenthesis
Parenthesis returns parenthesis
type Literal ¶
func NewBoolLiteral ¶
func NewIntLiteral ¶
func NewNullLiteral ¶
func NewNumericLiteral ¶
func NewStringLiteral ¶
type Parenthesis ¶
func NewParenthesis ¶
func NewParenthesis(raw string) *Parenthesis
type Placeholder ¶
func NewPlaceholder ¶
func NewPlaceholder(name string) *Placeholder
Click to show internal directories.
Click to hide internal directories.