상속: GrammarAST, RuleElementAST, QuantifierAST
예제 #1
0
 public OptionalBlockAST(OptionalBlockAST node)
     : base(node)
 {
     _greedy = node._greedy;
 }
예제 #2
0
 public OptionalBlockAST(OptionalBlockAST node)
     : base(node)
 {
     _greedy = node._greedy;
 }