Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEmptyStack = errors.New("Empty Stack")
Functions ¶
This section is empty.
Types ¶
type NameStackElement ¶
type NameStackType ¶
type NameStackType struct {
Stack []NameStackElement
Top int
}
func NewNameStackType ¶
func NewNameStackType() (rv *NameStackType)
func (*NameStackType) Dump1 ¶
func (ns *NameStackType) Dump1()
func (*NameStackType) IsEmpty ¶
func (ns *NameStackType) IsEmpty() bool
func (*NameStackType) Length ¶
func (ns *NameStackType) Length() int
func (*NameStackType) Peek ¶
func (ns *NameStackType) Peek() (NameStackElement, error)
func (*NameStackType) Pop ¶
func (ns *NameStackType) Pop()
Click to show internal directories.
Click to hide internal directories.