Esempio n. 1
0
 public virtual void OutAADeclarefirstlist(AADeclarefirstlist node)
 {
     DefaultOut(node);
 }
Esempio n. 2
0
 public virtual void InAADeclarefirstlist(AADeclarefirstlist node)
 {
     DefaultIn(node);
 }
Esempio n. 3
0
 public override void CaseAADeclarefirstlist(AADeclarefirstlist node)
 {
     InAADeclarefirstlist(node);
     if(node.GetDeclarefirst() != null)
     {
     node.GetDeclarefirst().Apply(this);
     }
     OutAADeclarefirstlist(node);
 }
Esempio n. 4
0
 public virtual void CaseAADeclarefirstlist(AADeclarefirstlist node)
 {
     DefaultCase(node);
 }
Esempio n. 5
0
 ArrayList New49()
 {
     ArrayList nodeList = new ArrayList();
     ArrayList nodeArrayList1 = (ArrayList) Pop();
     PDeclarefirst pdeclarefirstNode2 = (PDeclarefirst)nodeArrayList1[0];
     AADeclarefirstlist pdeclarefirstlistNode1 = new AADeclarefirstlist (
       pdeclarefirstNode2
     );
     nodeList.Add(pdeclarefirstlistNode1);
     return nodeList;
 }