Example #1
0
 public FunctionBranch(LSLAst node, string type)
     : base(node, null)
 {
     Type = type;
 }
Example #2
0
 public FunctionBranch(LSLAst node, string type)
     : base(node, null)
 {
     Type = type;
 }
Example #3
0
 public Branch(LSLAst node, Branch parent)
     : base(parent)
 {
     Node = node;
 }
Example #4
0
 public Branch(LSLAst node, Branch parent)
     : base(parent)
 {
     Node = node;
 }