public class org.finos.legend.engine.language.sql.grammar.integration.SQLGrammarParserExtension extends java.lang.Object implements org.finos.legend.engine.language.pure.grammar.'from'.extension.PureGrammarParserExtension
{
public void <init>()
{
org.finos.legend.engine.language.sql.grammar.integration.SQLGrammarParserExtension v;
v := @this: org.finos.legend.engine.language.sql.grammar.integration.SQLGrammarParserExtension;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public org.eclipse.collections.api.list.MutableList group()
{
java.lang.String[] v;
org.eclipse.collections.api.factory.list.MutableListFactory v;
org.eclipse.collections.api.list.MutableList v;
org.finos.legend.engine.language.sql.grammar.integration.SQLGrammarParserExtension v;
v := @this: org.finos.legend.engine.language.sql.grammar.integration.SQLGrammarParserExtension;
v = <org.eclipse.collections.impl.factory.Lists: org.eclipse.collections.api.factory.list.MutableListFactory mutable>;
v = newarray (java.lang.String)[2];
v[0] = "Query";
v[1] = "SQL";
v = interfaceinvoke v.<org.eclipse.collections.api.factory.list.MutableListFactory: org.eclipse.collections.api.list.MutableList 'with'(java.lang.Object[])>(v);
return v;
}
public java.lang.Iterable getExtraEmbeddedPureParsers()
{
org.finos.legend.engine.language.sql.grammar.integration.SQLEmbeddedPureParser v;
org.finos.legend.engine.language.sql.grammar.integration.SQLEmbeddedPureParser[] v;
org.eclipse.collections.api.factory.list.MutableListFactory v;
org.eclipse.collections.api.list.MutableList v;
org.finos.legend.engine.language.sql.grammar.integration.SQLGrammarParserExtension v;
v := @this: org.finos.legend.engine.language.sql.grammar.integration.SQLGrammarParserExtension;
v = <org.eclipse.collections.api.factory.Lists: org.eclipse.collections.api.factory.list.MutableListFactory mutable>;
v = newarray (org.finos.legend.engine.language.sql.grammar.integration.SQLEmbeddedPureParser)[1];
v = new org.finos.legend.engine.language.sql.grammar.integration.SQLEmbeddedPureParser;
specialinvoke v.<org.finos.legend.engine.language.sql.grammar.integration.SQLEmbeddedPureParser: void <init>()>();
v[0] = v;
v = interfaceinvoke v.<org.eclipse.collections.api.factory.list.MutableListFactory: org.eclipse.collections.api.list.MutableList 'with'(java.lang.Object[])>(v);
return v;
}
}