Exemplo n.º 1
0
 public virtual void OutAADeclarefirst(AADeclarefirst node)
 {
     DefaultOut(node);
 }
Exemplo n.º 2
0
 public virtual void InAADeclarefirst(AADeclarefirst node)
 {
     DefaultIn(node);
 }
Exemplo n.º 3
0
 public override void CaseAADeclarefirst(AADeclarefirst node)
 {
     InAADeclarefirst(node);
     if(node.GetDeclarefirstnormal() != null)
     {
     node.GetDeclarefirstnormal().Apply(this);
     }
     OutAADeclarefirst(node);
 }
Exemplo n.º 4
0
 public virtual void CaseAADeclarefirst(AADeclarefirst node)
 {
     DefaultCase(node);
 }
Exemplo n.º 5
0
 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;
 }