public virtual void CaseADeclarefirstnormal(ADeclarefirstnormal node) { DefaultCase(node); }
public virtual void OutADeclarefirstnormal(ADeclarefirstnormal node) { DefaultOut(node); }
public override void CaseADeclarefirstnormal(ADeclarefirstnormal node) { InADeclarefirstnormal(node); if(node.GetExpression() != null) { node.GetExpression().Apply(this); } if(node.GetOperatorAssign() != null) { node.GetOperatorAssign().Apply(this); } if(node.GetIdentifier() != null) { node.GetIdentifier().Apply(this); } if(node.GetKeywordDeclfirst() != null) { node.GetKeywordDeclfirst().Apply(this); } OutADeclarefirstnormal(node); }
public virtual void InADeclarefirstnormal(ADeclarefirstnormal node) { DefaultIn(node); }
ArrayList New88() { ArrayList nodeList = new ArrayList(); ArrayList nodeArrayList4 = (ArrayList) Pop(); ArrayList nodeArrayList3 = (ArrayList) Pop(); ArrayList nodeArrayList2 = (ArrayList) Pop(); ArrayList nodeArrayList1 = (ArrayList) Pop(); TKeywordDeclfirst tkeyworddeclfirstNode2 = (TKeywordDeclfirst)nodeArrayList1[0]; TIdentifier tidentifierNode3 = (TIdentifier)nodeArrayList2[0]; TOperatorAssign toperatorassignNode4 = (TOperatorAssign)nodeArrayList3[0]; PExpression pexpressionNode5 = (PExpression)nodeArrayList4[0]; ADeclarefirstnormal pdeclarefirstnormalNode1 = new ADeclarefirstnormal ( tkeyworddeclfirstNode2, tidentifierNode3, toperatorassignNode4, pexpressionNode5 ); nodeList.Add(pdeclarefirstnormalNode1); return nodeList; }