Ejemplo n.º 1
0
 public void Validate(SyntaxTreeNode node)
 {
     RootNode = node;
     IsValid  = RootNode != null;
 }