public FunctionBranch(LSLAst node, string type) : base(node, null) { Type = type; }
public Branch(LSLAst node, Branch parent) : base(parent) { Node = node; }