コード例 #1
0
ファイル: ASTCHISON.cs プロジェクト: Oshhcar/GramaticasCQL
 public void Ejecutar(Entorno e, LinkedList <Salida> log, LinkedList <Error> errores)
 {
     if (Bloque != null)
     {
         Bloque.Obj = OBJ.PRINCIPAL;
         Bloque.GetValor(e, log, errores);
     }
 }