*/
protected void _createNode(IOutlineNode parentNode, classDecl node) {
super._createNode(parentNode, node);
List<IOutlineNode> children = parentNode.getChildren();
IOutlineNode just = children.get(children.size()-1);
createEStructuralFeatureNode(just, this.program, S3DPackage.Literals.PROGRAM__MDECL, this.provider.get(), "methods", false);
}