Home
last modified time | relevance | path

Searched defs:elseNode (Results 1 – 1 of 1) sorted by relevance

/prebuilts/go/linux-x86/src/text/template/parse/
Dnode.go812 type elseNode struct { struct
813 NodeType
814 Pos
815 tr *Tree
816 Line int // The line number in the input. Deprecated: Kept for compatibility.
823 func (e *elseNode) Type() NodeType {
827 func (e *elseNode) String() string {
831 func (e *elseNode) writeTo(sb *strings.Builder) {
835 func (e *elseNode) tree() *Tree {
839 func (e *elseNode) Copy() Node {