if (gen.getPublicAccess()) {
modifiers = CSharpClass.PUBLIC;
} else {
modifiers = CSharpClass.INTERNAL;
}
this.cls = new CSharpClass(modifiers,
name,
"RecursiveDescentParser");
this.enm = new CSharpEnumeration(CSharpEnumeration.PRIVATE,
"SynteticPatterns");
this.initMethod = new CSharpMethod(CSharpMethod.PRIVATE,