Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stack ¶
type Stack struct {
// contains filtered or unexported fields
}
Stack is a stack for any parser objects.
func (*Stack) PeekObject ¶
func (s *Stack) PeekObject() interface{}
PeekObject returns a top parser object
func (*Stack) PopObject ¶
func (s *Stack) PopObject() interface{}
PopObject removes and returns a top parser object
func (*Stack) PushObject ¶
func (s *Stack) PushObject(obj interface{})
PushObject adds a parser object to the stack.
Click to show internal directories.
Click to hide internal directories.