Exemplo n.º 1
0
 public virtual void OutABDeclarefirstlist(ABDeclarefirstlist node)
 {
     DefaultOut(node);
 }
Exemplo n.º 2
0
 public virtual void InABDeclarefirstlist(ABDeclarefirstlist node)
 {
     DefaultIn(node);
 }
Exemplo n.º 3
0
 public override void CaseABDeclarefirstlist(ABDeclarefirstlist node)
 {
     InABDeclarefirstlist(node);
     if(node.GetDeclarefirst() != null)
     {
     node.GetDeclarefirst().Apply(this);
     }
     if(node.GetNewline() != null)
     {
     node.GetNewline().Apply(this);
     }
     if(node.GetDeclarefirstlist() != null)
     {
     node.GetDeclarefirstlist().Apply(this);
     }
     OutABDeclarefirstlist(node);
 }
Exemplo n.º 4
0
 public virtual void CaseABDeclarefirstlist(ABDeclarefirstlist node)
 {
     DefaultCase(node);
 }
Exemplo n.º 5
0
 ArrayList New50()
 {
     ArrayList nodeList = new ArrayList();
     ArrayList nodeArrayList3 = (ArrayList) Pop();
     ArrayList nodeArrayList2 = (ArrayList) Pop();
     ArrayList nodeArrayList1 = (ArrayList) Pop();
     PDeclarefirstlist pdeclarefirstlistNode2 = (PDeclarefirstlist)nodeArrayList1[0];
     TNewline tnewlineNode3 = (TNewline)nodeArrayList2[0];
     PDeclarefirst pdeclarefirstNode4 = (PDeclarefirst)nodeArrayList3[0];
     ABDeclarefirstlist pdeclarefirstlistNode1 = new ABDeclarefirstlist (
       pdeclarefirstlistNode2,
       tnewlineNode3,
       pdeclarefirstNode4
     );
     nodeList.Add(pdeclarefirstlistNode1);
     return nodeList;
 }