package
Version:
v1.16.1
Opens a new window with list of versions in this module.
Published: Oct 27, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
A Stack represents a FILO container.
func NewStack() (p *Stack)
NewStack creates a Stack instance.
Get returns the value at specified index.
GetArgs returns all arguments of a function.
Init initializes this Stack object.
Len returns count of stack elements.
Pop pops a value from this stack.
Push pushes a value into this stack.
Ret pops n values from this stack, and then pushes results.
Set returns the value at specified index.
SetLen sets count of stack elements.
Source Files
¶
Directories
¶
|
|
|
|
|
|
|
|
|
|
go
|
|
format
Package format implements standard formatting of Go source.
|
Package format implements standard formatting of Go source. |
printer
Package printer implements printing of AST nodes.
|
Package printer implements printing of AST nodes. |
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.