Searched defs:CommandNode (Results 1 – 4 of 4) sorted by relevance
294 type CommandNode struct { struct295 NodeType296 Pos297 tr *Tree298 Args []Node // Arguments in lexical order: Identifier, field, or constant.305 func (c *CommandNode) append(arg Node) {309 func (c *CommandNode) String() string {315 func (c *CommandNode) writeTo(sb *strings.Builder) {330 func (c *CommandNode) tree() *Tree {334 func (c *CommandNode) Copy() Node {
401 func appendCmd(cmds []*parse.CommandNode, cmd *parse.CommandNode) []*parse.CommandNode {
31 class CommandNode extends AbstractCommandNode { class
META-INF/ META-INF/MANIFEST.MF build/ build/tools/ build/ ...