Documentation
¶
Index ¶
- type NodeStack
- func (s *NodeStack) BuildIndexList() []string
- func (s *NodeStack) Clone() *NodeStack
- func (s *NodeStack) IsEmpty() bool
- func (s *NodeStack) Peek() ast.Node
- func (s *NodeStack) Pop() (*NodeStack, ast.Node)
- func (s *NodeStack) Push(n ast.Node) *NodeStack
- func (s *NodeStack) ReorderDesugaredObjects() *NodeStack
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeStack ¶
func NewNodeStack ¶
func (*NodeStack) BuildIndexList ¶
func (*NodeStack) ReorderDesugaredObjects ¶
Click to show internal directories.
Click to hide internal directories.