Searched defs:ActionNode (Results 1 – 3 of 3) sorted by relevance
261 type ActionNode struct { struct262 NodeType263 Pos264 tr *Tree265 Line int // The line number in the input. Deprecated: Kept for compatibility.266 Pipe *PipeNode // The pipeline in the action.273 func (a *ActionNode) String() string {279 func (a *ActionNode) writeTo(sb *strings.Builder) {285 func (a *ActionNode) tree() *Tree {289 func (a *ActionNode) Copy() Node {
665 /* package */ static final class ActionNode implements Runnable { class in ActionSchedule682 public ActionNode(Action action, long delayMs) { in ActionNode() method in ActionSchedule.ActionNode692 public ActionNode(Action action, long delayMs, long repeatIntervalMs) { in ActionNode() method in ActionSchedule.ActionNode
667 /* package */ static final class ActionNode implements Runnable { class in ActionSchedule684 public ActionNode(Action action, long delayMs) { in ActionNode() method in ActionSchedule.ActionNode694 public ActionNode(Action action, long delayMs, long repeatIntervalMs) { in ActionNode() method in ActionSchedule.ActionNode