public class ASTCreateSchemaHelper extends Object
Constructor and Description |
---|
ASTCreateSchemaHelper() |
Modifier and Type | Method and Description |
---|---|
static List<ColumnDesc> |
getColTypeList(EsperEPL2GrammarParser.CreateColumnListContext ctx) |
protected static boolean |
validateIsPrimitiveArray(org.antlr.v4.runtime.Token p) |
static CreateSchemaDesc |
walkCreateSchema(EsperEPL2GrammarParser.CreateSchemaExprContext ctx) |
public static CreateSchemaDesc walkCreateSchema(EsperEPL2GrammarParser.CreateSchemaExprContext ctx) throws EPException
EPException
public static List<ColumnDesc> getColTypeList(EsperEPL2GrammarParser.CreateColumnListContext ctx)
protected static boolean validateIsPrimitiveArray(org.antlr.v4.runtime.Token p)