Ejemplo n.º 1
0
 /// <summary>
 /// Visit each ClassConstantDecl in ConstDeclList.
 /// </summary>
 /// <param name="x"></param>
 virtual public void VisitConstDeclList(ConstDeclList x)
 {
     foreach (ClassConstantDecl c in x.Constants)
     {
         VisitElement(c);
     }
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Visit each ClassConstantDecl in ConstDeclList.
 /// </summary>
 /// <param name="x"></param>
 virtual public void VisitConstDeclList(ConstDeclList x)
 {
     foreach (ClassConstantDecl c in x.Constants)
         VisitElement(c);
 }
Ejemplo n.º 3
0
		public override void VisitConstDeclList(ConstDeclList x)
		{
			//base.VisitConstDeclList(x);
		}