Class Ast.Program

  • Enclosing class:
    Ast

    public static class Ast.Program
    extends Ast.Node
    Parse tree node for a program.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<Ast.Stmt> stmtList  
      • Fields inherited from class org.apache.calcite.piglet.Ast.Node

        op, pos
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • stmtList

        public final java.util.List<Ast.Stmt> stmtList