Documentation ¶
Index ¶
- func NewArgument(a Attribute) (interface{}, error)
- func NewArguments(as ...Attribute) (interface{}, error)
- func NewBool(lit interface{}) (bool, error)
- func NewDoubleQuoteStringLit(lit interface{}) (string, error)
- func NewExpression(left Attribute, op Attribute, right Attribute) (interface{}, error)
- func NewExpressionField(a Attribute) (interface{}, error)
- func NewFloatLit(lit interface{}) (float64, error)
- func NewFunction(name Attribute, parameters Attribute) (interface{}, error)
- func NewIntLit(lit interface{}) (int, error)
- func NewMappingRef(lit interface{}) (interface{}, error)
- func NewSingleQuoteStringLit(lit interface{}) (string, error)
- type Attribute
- type NIL
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewArgument ¶
func NewArguments ¶
func NewDoubleQuoteStringLit ¶
func NewExpression ¶
func NewExpressionField ¶
func NewFloatLit ¶
func NewFunction ¶
func NewMappingRef ¶
func NewMappingRef(lit interface{}) (interface{}, error)
func NewSingleQuoteStringLit ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.