Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Element ¶
type Element interface {
Elem() ElementMeta
}
type ElementKindFunction ¶
type ElementKindFunction func() ElementKind
type ElementMeta ¶
type ElementMeta struct {
// contains filtered or unexported fields
}
func InitElementMeta ¶
func InitElementMeta(kind ElementKindFunction) ElementMeta
func (ElementMeta) Kind ¶
func (e ElementMeta) Kind() ElementKind
type Expression ¶
type Expression interface {
Expr()
}
Click to show internal directories.
Click to hide internal directories.