Searched defs:BoolNode (Results 1 – 1 of 1) sorted by relevance
585 type BoolNode struct { struct586 NodeType587 Pos588 tr *Tree589 True bool // The value of the boolean constant.596 func (b *BoolNode) String() string {603 func (b *BoolNode) writeTo(sb *strings.Builder) {607 func (b *BoolNode) tree() *Tree {611 func (b *BoolNode) Copy() Node {