public virtual void OutAADeclarefirst(AADeclarefirst node) { DefaultOut(node); }
public virtual void InAADeclarefirst(AADeclarefirst node) { DefaultIn(node); }
public override void CaseAADeclarefirst(AADeclarefirst node) { InAADeclarefirst(node); if(node.GetDeclarefirstnormal() != null) { node.GetDeclarefirstnormal().Apply(this); } OutAADeclarefirst(node); }
public virtual void CaseAADeclarefirst(AADeclarefirst node) { DefaultCase(node); }
ArrayList New86() { ArrayList nodeList = new ArrayList(); ArrayList nodeArrayList1 = (ArrayList) Pop(); PDeclarefirstnormal pdeclarefirstnormalNode2 = (PDeclarefirstnormal)nodeArrayList1[0]; AADeclarefirst pdeclarefirstNode1 = new AADeclarefirst ( pdeclarefirstnormalNode2 ); nodeList.Add(pdeclarefirstNode1); return nodeList; }