/* Generated By:JJTree: Do not edit this line. DynamicSerDeHeaderList.java */ package org.apache.hadoop.hive.serde2.dynamic_type; public class DynamicSerDeHeaderList extends SimpleNode { public DynamicSerDeHeaderList(int id) { super(id); } public DynamicSerDeHeaderList(thrift_grammar p, int id) { super(p, id); } }