public virtual void OutABDeclarefirst(ABDeclarefirst node) { DefaultOut(node); }
public virtual void InABDeclarefirst(ABDeclarefirst node) { DefaultIn(node); }
public override void CaseABDeclarefirst(ABDeclarefirst node) { InABDeclarefirst(node); if(node.GetFunctiondeclaration() != null) { node.GetFunctiondeclaration().Apply(this); } OutABDeclarefirst(node); }
public virtual void CaseABDeclarefirst(ABDeclarefirst node) { DefaultCase(node); }
ArrayList New87() { ArrayList nodeList = new ArrayList(); ArrayList nodeArrayList1 = (ArrayList) Pop(); PFunctiondeclaration pfunctiondeclarationNode2 = (PFunctiondeclaration)nodeArrayList1[0]; ABDeclarefirst pdeclarefirstNode1 = new ABDeclarefirst ( pfunctiondeclarationNode2 ); nodeList.Add(pdeclarefirstNode1); return nodeList; }