Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FullyQualified ¶
FullyQualified node
func NewFullyQualified ¶
func NewFullyQualified(Parts []node.Node) *FullyQualified
NewFullyQualified node constructor
func (*FullyQualified) Attributes ¶
func (n *FullyQualified) Attributes() map[string]interface{}
Attributes returns node attributes as map
func (*FullyQualified) GetParts ¶ added in v0.3.0
func (n *FullyQualified) GetParts() []node.Node
GetParts returns the name parts
func (*FullyQualified) Walk ¶
func (n *FullyQualified) Walk(v walker.Visitor)
Walk traverses nodes Walk is invoked recursively until v.EnterNode returns true
type Name ¶
Name node
func (*Name) Attributes ¶
Attributes returns node attributes as map
type NamePart ¶
type NamePart struct {
Value string
}
NamePart node
func (*NamePart) Attributes ¶
Attributes returns node attributes as map
Click to show internal directories.
Click to hide internal directories.