core: import edu.neu.ccs.demeter.*; add: class AA extends W { public constructor AA() {{ super(); }} public static AA parse(java.io.Reader in) throws ParseException {{ return new Parser(in)._AA(); }} public static AA parse(java.io.InputStream in) throws ParseException {{ return new Parser(in)._AA(); }} public static AA parse(String s) {{ try { return parse(new java.io.StringReader(s)); } catch (ParseException e) { throw new RuntimeException(e.toString()); } }} {{ void universal_trv0_bef(UniversalVisitor _v_) { super.universal_trv0_bef(_v_); ((UniversalVisitor) _v_).before(this); } }} {{ void universal_trv0_aft(UniversalVisitor _v_) { ((UniversalVisitor) _v_).after(this); super.universal_trv0_aft(_v_); } }} {{ void universal_trv0(UniversalVisitor _v_) { universal_trv0_bef(_v_); super.universal_trv0(_v_); universal_trv0_aft(_v_); } }} {{ void toAll_ShoeOrder_trv_bef(UniversalVisitor __v0) { super.toAll_ShoeOrder_trv_bef(__v0); ((UniversalVisitor) __v0).before(this); } }} {{ void toAll_ShoeOrder_trv_aft(UniversalVisitor __v0) { ((UniversalVisitor) __v0).after(this); super.toAll_ShoeOrder_trv_aft(__v0); } }} {{ void toAll_ShoeOrder_trv(UniversalVisitor __v0) { toAll_ShoeOrder_trv_bef(__v0); super.toAll_ShoeOrder_trv(__v0); toAll_ShoeOrder_trv_aft(__v0); } }} }