Documentation
¶
Index ¶
- func Apply(v PairVisitorManager, leftNode, rightNode interface{}) Cont
- func ApplyWithContext(v PairVisitorManager, ctx PairContext, leftNode, rightNode interface{}) Cont
- func DefaultVisitChildren(newContext PairContext, vm PairVisitorManager, left, right interface{}) Cont
- func ZeroOf(v interface{}) interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Apply ¶
func Apply(v PairVisitorManager, leftNode, rightNode interface{}) Cont
Structurally recurses through `leftNode` and `rightNode` in tandem.
func ApplyWithContext ¶
func ApplyWithContext(v PairVisitorManager, ctx PairContext, leftNode, rightNode interface{}) Cont
func DefaultVisitChildren ¶
func DefaultVisitChildren(newContext PairContext, vm PairVisitorManager, left, right interface{}) Cont
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.