m = new CSharpMethod(CSharpMethod.PUBLIC + CSharpMethod.VIRTUAL,
"Child" + name,
"Production node, Node child",
"void");
m.addComment(new CSharpComment(CHILD_COMMENT));
m.addCode("node.AddChild(child);");
cls.addMethod(m);
}
/**
* Returns the class name for this analyzer.