Documentation ¶
Index ¶
- type Option
- type Parser
- type Properties
- type Value
- func (v Value) Bool() (value bool)
- func (v Value) Expr() ast.Expr
- func (v Value) ExprSlice() (value []ast.Expr)
- func (v Value) Float() (value float32)
- func (v Value) Int() (value int)
- func (v Value) Pos() token.Position
- func (v Value) String() (value string)
- func (v Value) StringSlice() (value []string)
- func (v Value) Type() types.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option struct { FnObj types.Object Name string Value Value Properties Properties Position token.Position }
func MustOption ¶
type Properties ¶
type Value ¶
type Value struct {
// contains filtered or unexported fields
}
func (Value) StringSlice ¶
Click to show internal directories.
Click to hide internal directories.