Documentation ¶
Index ¶
- func PosError(n Node, format string, v ...any) error
- type Array
- type Assignment
- type Bool
- type EndTag
- type Expr
- type ExprTag
- type FieldAccess
- type Float
- type FuncCall
- type Ident
- type Index
- type Integer
- type Map
- type MethodCall
- type Nil
- type Node
- type Operator
- type Position
- type String
- type Tag
- type Ternary
- type Text
- type Value
- type VariableOr
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Assignment ¶
func (Assignment) Pos ¶
func (a Assignment) Pos() Position
type FieldAccess ¶
func (FieldAccess) Pos ¶
func (fa FieldAccess) Pos() Position
type MethodCall ¶
func (MethodCall) Pos ¶
func (mc MethodCall) Pos() Position
type VariableOr ¶
func (VariableOr) Pos ¶
func (vo VariableOr) Pos() Position
Click to show internal directories.
Click to hide internal directories.