public class org.finos.legend.engine.language.pure.dsl.authentication.grammar.'from'.AuthenticationGrammarParserExtension extends java.lang.Object implements org.finos.legend.engine.language.pure.dsl.authentication.grammar.'from'.IAuthenticationGrammarParserExtension
{
public void <init>()
{
org.finos.legend.engine.language.pure.dsl.authentication.grammar.'from'.AuthenticationGrammarParserExtension v;
v := @this: org.finos.legend.engine.language.pure.dsl.authentication.grammar.'from'.AuthenticationGrammarParserExtension;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public org.eclipse.collections.api.list.MutableList group()
{
org.finos.legend.engine.language.pure.dsl.authentication.grammar.'from'.AuthenticationGrammarParserExtension v;
java.lang.String[] v;
org.eclipse.collections.api.factory.list.MutableListFactory v;
org.eclipse.collections.api.list.MutableList v;
v := @this: org.finos.legend.engine.language.pure.dsl.authentication.grammar.'from'.AuthenticationGrammarParserExtension;
v = <org.eclipse.collections.impl.factory.Lists: org.eclipse.collections.api.factory.list.MutableListFactory mutable>;
v = newarray (java.lang.String)[2];
v[0] = "PackageableElement";
v[1] = "Authentication";
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.util.List getExtraAuthenticationParsers()
{
org.finos.legend.engine.language.pure.dsl.authentication.grammar.'from'.AuthenticationGrammarParserExtension v;
java.util.List v;
org.eclipse.collections.api.block.function.Function v;
v := @this: org.finos.legend.engine.language.pure.dsl.authentication.grammar.'from'.AuthenticationGrammarParserExtension;
v = staticinvoke <org.finos.legend.engine.language.pure.dsl.authentication.grammar.'from'.AuthenticationGrammarParserExtension$lambda_getExtraAuthenticationParsers_8ef67b9b_1__27: org.eclipse.collections.api.block.function.Function bootstrap$(org.finos.legend.engine.language.pure.dsl.authentication.grammar.'from'.AuthenticationGrammarParserExtension)>(v);
v = staticinvoke <java.util.Collections: java.util.List singletonList(java.lang.Object)>(v);
return v;
}
public java.util.List getExtraCredentialVaultSecretParsers()
{
org.finos.legend.engine.language.pure.dsl.authentication.grammar.'from'.AuthenticationGrammarParserExtension v;
java.util.List v;
org.eclipse.collections.api.block.function.Function v;
v := @this: org.finos.legend.engine.language.pure.dsl.authentication.grammar.'from'.AuthenticationGrammarParserExtension;
v = staticinvoke <org.finos.legend.engine.language.pure.dsl.authentication.grammar.'from'.AuthenticationGrammarParserExtension$lambda_getExtraCredentialVaultSecretParsers_3ca0f98a_1__28: org.eclipse.collections.api.block.function.Function bootstrap$(org.finos.legend.engine.language.pure.dsl.authentication.grammar.'from'.AuthenticationGrammarParserExtension)>(v);
v = staticinvoke <java.util.Collections: java.util.List singletonList(java.lang.Object)>(v);
return v;
}
private java.lang.Object parse(org.finos.legend.engine.language.pure.grammar.'from'.PureIslandGrammarSourceCode, org.eclipse.collections.api.block.function.Function)
{
org.antlr.v.runtime.CodePointCharStream v;
org.eclipse.collections.api.block.function.Function v;
org.finos.legend.engine.language.pure.grammar.'from'.ParseTreeWalkerSourceInformation v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.authentication.AuthenticationParserGrammar v;
org.finos.legend.engine.language.pure.dsl.authentication.grammar.'from'.AuthenticationGrammarParserExtension v;
org.finos.legend.engine.language.pure.grammar.'from'.ParserErrorListener v;
org.antlr.v.runtime.CommonTokenStream v;
org.finos.legend.engine.language.pure.grammar.'from'.PureIslandGrammarSourceCode v;
org.antlr.v.runtime.Vocabulary v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.authentication.AuthenticationLexerGrammar v;
java.lang.Object v;
java.lang.String v;
v := @this: org.finos.legend.engine.language.pure.dsl.authentication.grammar.'from'.AuthenticationGrammarParserExtension;
v := @parameter: org.finos.legend.engine.language.pure.grammar.'from'.PureIslandGrammarSourceCode;
v := @parameter: org.eclipse.collections.api.block.function.Function;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.PureIslandGrammarSourceCode: java.lang.String code>;
v = staticinvoke <org.antlr.v.runtime.CharStreams: org.antlr.v.runtime.CodePointCharStream fromString(java.lang.String)>(v);
v = new org.finos.legend.engine.language.pure.grammar.'from'.ParserErrorListener;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.PureIslandGrammarSourceCode: org.finos.legend.engine.language.pure.grammar.'from'.ParseTreeWalkerSourceInformation walkerSourceInformation>;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.authentication.AuthenticationLexerGrammar: org.antlr.v.runtime.Vocabulary VOCABULARY>;
specialinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.ParserErrorListener: void <init>(org.finos.legend.engine.language.pure.grammar.'from'.ParseTreeWalkerSourceInformation,org.antlr.v.runtime.Vocabulary)>(v, v);
v = new org.finos.legend.engine.language.pure.grammar.'from'.antlr.authentication.AuthenticationLexerGrammar;
specialinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.authentication.AuthenticationLexerGrammar: void <init>(org.antlr.v.runtime.CharStream)>(v);
v = new org.finos.legend.engine.language.pure.grammar.'from'.antlr.authentication.AuthenticationParserGrammar;
v = new org.antlr.v.runtime.CommonTokenStream;
specialinvoke v.<org.antlr.v.runtime.CommonTokenStream: void <init>(org.antlr.v.runtime.TokenSource)>(v);
specialinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.authentication.AuthenticationParserGrammar: void <init>(org.antlr.v.runtime.TokenStream)>(v);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.authentication.AuthenticationLexerGrammar: void addErrorListener(org.antlr.v.runtime.ANTLRErrorListener)>(v);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.authentication.AuthenticationParserGrammar: void addErrorListener(org.antlr.v.runtime.ANTLRErrorListener)>(v);
v = interfaceinvoke v.<org.eclipse.collections.api.block.function.Function: java.lang.Object apply(java.lang.Object)>(v);
return v;
}
}