Searched defs:ContinueNode (Results 1 – 3 of 3) sorted by relevance
933 type ContinueNode struct { struct934 tr *Tree935 NodeType936 Pos937 Line int944 func (c *ContinueNode) Copy() Node { return c.tr.newContinue(c.Pos, c.Line) }945 func (c *ContinueNode) String() string { return "{{continue}}" }946 func (c *ContinueNode) tree() *Tree { return c.tr }947 func (c *ContinueNode) writeTo(sb *strings.Builder) { sb.WriteString("{{continue}}") }
META-INF/ META-INF/MANIFEST.MF META-INF/services/javax. ...