Versions in this module Expand all Collapse all v0 v0.0.1 Oct 16, 2022 Changes in this version + type Node struct + func NewNode(blockIDNode, paramNameNode *conflow.IDNode) *Node + func (n *Node) ID() conflow.ID + func (n *Node) ParamName() conflow.ID + func (n *Node) ParentID() conflow.ID + func (n *Node) Pos() parsley.Pos + func (n *Node) ReaderPos() parsley.Pos + func (n *Node) Schema() interface{} + func (n *Node) SetReaderPos(f func(parsley.Pos) parsley.Pos) + func (n *Node) StaticCheck(ctx interface{}) parsley.Error + func (n *Node) String() string + func (n *Node) Token() string + func (n *Node) Value(ctx interface{}) (interface{}, parsley.Error)