wdlparser

package
v0.0.0-...-9d6699e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	WdlV1_1LexerLINE_COMMENT          = 1
	WdlV1_1LexerVERSION               = 2
	WdlV1_1LexerIMPORT                = 3
	WdlV1_1LexerWORKFLOW              = 4
	WdlV1_1LexerTASK                  = 5
	WdlV1_1LexerSTRUCT                = 6
	WdlV1_1LexerSCATTER               = 7
	WdlV1_1LexerCALL                  = 8
	WdlV1_1LexerIF                    = 9
	WdlV1_1LexerTHEN                  = 10
	WdlV1_1LexerELSE                  = 11
	WdlV1_1LexerALIAS                 = 12
	WdlV1_1LexerAS                    = 13
	WdlV1_1LexerIn                    = 14
	WdlV1_1LexerINPUT                 = 15
	WdlV1_1LexerOUTPUT                = 16
	WdlV1_1LexerPARAMETERMETA         = 17
	WdlV1_1LexerMETA                  = 18
	WdlV1_1LexerRUNTIME               = 19
	WdlV1_1LexerBOOLEAN               = 20
	WdlV1_1LexerINT                   = 21
	WdlV1_1LexerFLOAT                 = 22
	WdlV1_1LexerSTRING                = 23
	WdlV1_1LexerFILE                  = 24
	WdlV1_1LexerARRAY                 = 25
	WdlV1_1LexerMAP                   = 26
	WdlV1_1LexerOBJECT                = 27
	WdlV1_1LexerOBJECTLITERAL         = 28
	WdlV1_1LexerSEPEQUAL              = 29
	WdlV1_1LexerDEFAULTEQUAL          = 30
	WdlV1_1LexerPAIR                  = 31
	WdlV1_1LexerAFTER                 = 32
	WdlV1_1LexerCOMMAND               = 33
	WdlV1_1LexerNONELITERAL           = 34
	WdlV1_1LexerIntLiteral            = 35
	WdlV1_1LexerFloatLiteral          = 36
	WdlV1_1LexerBoolLiteral           = 37
	WdlV1_1LexerLPAREN                = 38
	WdlV1_1LexerRPAREN                = 39
	WdlV1_1LexerLBRACE                = 40
	WdlV1_1LexerRBRACE                = 41
	WdlV1_1LexerLBRACK                = 42
	WdlV1_1LexerRBRACK                = 43
	WdlV1_1LexerESC                   = 44
	WdlV1_1LexerCOLON                 = 45
	WdlV1_1LexerLT                    = 46
	WdlV1_1LexerGT                    = 47
	WdlV1_1LexerGTE                   = 48
	WdlV1_1LexerLTE                   = 49
	WdlV1_1LexerEQUALITY              = 50
	WdlV1_1LexerNOTEQUAL              = 51
	WdlV1_1LexerEQUAL                 = 52
	WdlV1_1LexerAND                   = 53
	WdlV1_1LexerOR                    = 54
	WdlV1_1LexerOPTIONAL              = 55
	WdlV1_1LexerSTAR                  = 56
	WdlV1_1LexerPLUS                  = 57
	WdlV1_1LexerMINUS                 = 58
	WdlV1_1LexerDOLLAR                = 59
	WdlV1_1LexerCOMMA                 = 60
	WdlV1_1LexerSEMI                  = 61
	WdlV1_1LexerDOT                   = 62
	WdlV1_1LexerNOT                   = 63
	WdlV1_1LexerTILDE                 = 64
	WdlV1_1LexerDIVIDE                = 65
	WdlV1_1LexerMOD                   = 66
	WdlV1_1LexerSQUOTE                = 67
	WdlV1_1LexerDQUOTE                = 68
	WdlV1_1LexerWHITESPACE            = 69
	WdlV1_1LexerIdentifier            = 70
	WdlV1_1LexerStringPart            = 71
	WdlV1_1LexerBeginWhitespace       = 72
	WdlV1_1LexerBeginHereDoc          = 73
	WdlV1_1LexerBeginLBrace           = 74
	WdlV1_1LexerHereDocUnicodeEscape  = 75
	WdlV1_1LexerCommandUnicodeEscape  = 76
	WdlV1_1LexerStringCommandStart    = 77
	WdlV1_1LexerEndCommand            = 78
	WdlV1_1LexerCommandStringPart     = 79
	WdlV1_1LexerVersionWhitespace     = 80
	WdlV1_1LexerReleaseVersion        = 81
	WdlV1_1LexerBeginMeta             = 82
	WdlV1_1LexerMetaWhitespace        = 83
	WdlV1_1LexerMetaBodyComment       = 84
	WdlV1_1LexerMetaIdentifier        = 85
	WdlV1_1LexerMetaColon             = 86
	WdlV1_1LexerEndMeta               = 87
	WdlV1_1LexerMetaBodyWhitespace    = 88
	WdlV1_1LexerMetaValueComment      = 89
	WdlV1_1LexerMetaBool              = 90
	WdlV1_1LexerMetaInt               = 91
	WdlV1_1LexerMetaFloat             = 92
	WdlV1_1LexerMetaNull              = 93
	WdlV1_1LexerMetaSquote            = 94
	WdlV1_1LexerMetaDquote            = 95
	WdlV1_1LexerMetaEmptyObject       = 96
	WdlV1_1LexerMetaEmptyArray        = 97
	WdlV1_1LexerMetaLbrack            = 98
	WdlV1_1LexerMetaLbrace            = 99
	WdlV1_1LexerMetaValueWhitespace   = 100
	WdlV1_1LexerMetaStringPart        = 101
	WdlV1_1LexerMetaArrayComment      = 102
	WdlV1_1LexerMetaArrayCommaRbrack  = 103
	WdlV1_1LexerMetaArrayComma        = 104
	WdlV1_1LexerMetaRbrack            = 105
	WdlV1_1LexerMetaArrayWhitespace   = 106
	WdlV1_1LexerMetaObjectIdentifier  = 107
	WdlV1_1LexerMetaObjectColon       = 108
	WdlV1_1LexerMetaObjectCommaRbrace = 109
	WdlV1_1LexerMetaObjectComma       = 110
	WdlV1_1LexerMetaRbrace            = 111
	WdlV1_1LexerMetaObjectWhitespace  = 112
	WdlV1_1LexerHereDocEscapedEnd     = 113
)

WdlV1_1Lexer tokens.

View Source
const (
	WdlV1_1LexerSquoteInterpolatedString = iota + 1
	WdlV1_1LexerDquoteInterpolatedString
	WdlV1_1LexerCommand
	WdlV1_1LexerHereDocCommand
	WdlV1_1LexerCurlyCommand
	WdlV1_1LexerVersion
	WdlV1_1LexerMeta
	WdlV1_1LexerMetaBody
	WdlV1_1LexerMetaValue
	WdlV1_1LexerMetaSquoteString
	WdlV1_1LexerMetaDquoteString
	WdlV1_1LexerMetaArray
	WdlV1_1LexerMetaObject
)

WdlV1_1Lexer modes.

View Source
const (
	WdlV1_1ParserEOF                   = antlr.TokenEOF
	WdlV1_1ParserLINE_COMMENT          = 1
	WdlV1_1ParserVERSION               = 2
	WdlV1_1ParserIMPORT                = 3
	WdlV1_1ParserWORKFLOW              = 4
	WdlV1_1ParserTASK                  = 5
	WdlV1_1ParserSTRUCT                = 6
	WdlV1_1ParserSCATTER               = 7
	WdlV1_1ParserCALL                  = 8
	WdlV1_1ParserIF                    = 9
	WdlV1_1ParserTHEN                  = 10
	WdlV1_1ParserELSE                  = 11
	WdlV1_1ParserALIAS                 = 12
	WdlV1_1ParserAS                    = 13
	WdlV1_1ParserIn                    = 14
	WdlV1_1ParserINPUT                 = 15
	WdlV1_1ParserOUTPUT                = 16
	WdlV1_1ParserPARAMETERMETA         = 17
	WdlV1_1ParserMETA                  = 18
	WdlV1_1ParserRUNTIME               = 19
	WdlV1_1ParserBOOLEAN               = 20
	WdlV1_1ParserINT                   = 21
	WdlV1_1ParserFLOAT                 = 22
	WdlV1_1ParserSTRING                = 23
	WdlV1_1ParserFILE                  = 24
	WdlV1_1ParserARRAY                 = 25
	WdlV1_1ParserMAP                   = 26
	WdlV1_1ParserOBJECT                = 27
	WdlV1_1ParserOBJECTLITERAL         = 28
	WdlV1_1ParserSEPEQUAL              = 29
	WdlV1_1ParserDEFAULTEQUAL          = 30
	WdlV1_1ParserPAIR                  = 31
	WdlV1_1ParserAFTER                 = 32
	WdlV1_1ParserCOMMAND               = 33
	WdlV1_1ParserNONELITERAL           = 34
	WdlV1_1ParserIntLiteral            = 35
	WdlV1_1ParserFloatLiteral          = 36
	WdlV1_1ParserBoolLiteral           = 37
	WdlV1_1ParserLPAREN                = 38
	WdlV1_1ParserRPAREN                = 39
	WdlV1_1ParserLBRACE                = 40
	WdlV1_1ParserRBRACE                = 41
	WdlV1_1ParserLBRACK                = 42
	WdlV1_1ParserRBRACK                = 43
	WdlV1_1ParserESC                   = 44
	WdlV1_1ParserCOLON                 = 45
	WdlV1_1ParserLT                    = 46
	WdlV1_1ParserGT                    = 47
	WdlV1_1ParserGTE                   = 48
	WdlV1_1ParserLTE                   = 49
	WdlV1_1ParserEQUALITY              = 50
	WdlV1_1ParserNOTEQUAL              = 51
	WdlV1_1ParserEQUAL                 = 52
	WdlV1_1ParserAND                   = 53
	WdlV1_1ParserOR                    = 54
	WdlV1_1ParserOPTIONAL              = 55
	WdlV1_1ParserSTAR                  = 56
	WdlV1_1ParserPLUS                  = 57
	WdlV1_1ParserMINUS                 = 58
	WdlV1_1ParserDOLLAR                = 59
	WdlV1_1ParserCOMMA                 = 60
	WdlV1_1ParserSEMI                  = 61
	WdlV1_1ParserDOT                   = 62
	WdlV1_1ParserNOT                   = 63
	WdlV1_1ParserTILDE                 = 64
	WdlV1_1ParserDIVIDE                = 65
	WdlV1_1ParserMOD                   = 66
	WdlV1_1ParserSQUOTE                = 67
	WdlV1_1ParserDQUOTE                = 68
	WdlV1_1ParserWHITESPACE            = 69
	WdlV1_1ParserIdentifier            = 70
	WdlV1_1ParserStringPart            = 71
	WdlV1_1ParserBeginWhitespace       = 72
	WdlV1_1ParserBeginHereDoc          = 73
	WdlV1_1ParserBeginLBrace           = 74
	WdlV1_1ParserHereDocUnicodeEscape  = 75
	WdlV1_1ParserCommandUnicodeEscape  = 76
	WdlV1_1ParserStringCommandStart    = 77
	WdlV1_1ParserEndCommand            = 78
	WdlV1_1ParserCommandStringPart     = 79
	WdlV1_1ParserVersionWhitespace     = 80
	WdlV1_1ParserReleaseVersion        = 81
	WdlV1_1ParserBeginMeta             = 82
	WdlV1_1ParserMetaWhitespace        = 83
	WdlV1_1ParserMetaBodyComment       = 84
	WdlV1_1ParserMetaIdentifier        = 85
	WdlV1_1ParserMetaColon             = 86
	WdlV1_1ParserEndMeta               = 87
	WdlV1_1ParserMetaBodyWhitespace    = 88
	WdlV1_1ParserMetaValueComment      = 89
	WdlV1_1ParserMetaBool              = 90
	WdlV1_1ParserMetaInt               = 91
	WdlV1_1ParserMetaFloat             = 92
	WdlV1_1ParserMetaNull              = 93
	WdlV1_1ParserMetaSquote            = 94
	WdlV1_1ParserMetaDquote            = 95
	WdlV1_1ParserMetaEmptyObject       = 96
	WdlV1_1ParserMetaEmptyArray        = 97
	WdlV1_1ParserMetaLbrack            = 98
	WdlV1_1ParserMetaLbrace            = 99
	WdlV1_1ParserMetaValueWhitespace   = 100
	WdlV1_1ParserMetaStringPart        = 101
	WdlV1_1ParserMetaArrayComment      = 102
	WdlV1_1ParserMetaArrayCommaRbrack  = 103
	WdlV1_1ParserMetaArrayComma        = 104
	WdlV1_1ParserMetaRbrack            = 105
	WdlV1_1ParserMetaArrayWhitespace   = 106
	WdlV1_1ParserMetaObjectIdentifier  = 107
	WdlV1_1ParserMetaObjectColon       = 108
	WdlV1_1ParserMetaObjectCommaRbrace = 109
	WdlV1_1ParserMetaObjectComma       = 110
	WdlV1_1ParserMetaRbrace            = 111
	WdlV1_1ParserMetaObjectWhitespace  = 112
	WdlV1_1ParserHereDocEscapedEnd     = 113
)

WdlV1_1Parser tokens.

View Source
const (
	WdlV1_1ParserRULE_map_type                      = 0
	WdlV1_1ParserRULE_array_type                    = 1
	WdlV1_1ParserRULE_pair_type                     = 2
	WdlV1_1ParserRULE_type_base                     = 3
	WdlV1_1ParserRULE_wdl_type                      = 4
	WdlV1_1ParserRULE_unbound_decls                 = 5
	WdlV1_1ParserRULE_bound_decls                   = 6
	WdlV1_1ParserRULE_any_decls                     = 7
	WdlV1_1ParserRULE_number                        = 8
	WdlV1_1ParserRULE_expression_placeholder_option = 9
	WdlV1_1ParserRULE_string_part                   = 10
	WdlV1_1ParserRULE_string_expr_part              = 11
	WdlV1_1ParserRULE_string_expr_with_string_part  = 12
	WdlV1_1ParserRULE_wdl_string                    = 13
	WdlV1_1ParserRULE_primitive_literal             = 14
	WdlV1_1ParserRULE_expr                          = 15
	WdlV1_1ParserRULE_expr_infix                    = 16
	WdlV1_1ParserRULE_expr_infix0                   = 17
	WdlV1_1ParserRULE_expr_infix1                   = 18
	WdlV1_1ParserRULE_expr_infix2                   = 19
	WdlV1_1ParserRULE_expr_infix3                   = 20
	WdlV1_1ParserRULE_expr_infix4                   = 21
	WdlV1_1ParserRULE_expr_infix5                   = 22
	WdlV1_1ParserRULE_member                        = 23
	WdlV1_1ParserRULE_expr_core                     = 24
	WdlV1_1ParserRULE_version                       = 25
	WdlV1_1ParserRULE_import_alias                  = 26
	WdlV1_1ParserRULE_import_as                     = 27
	WdlV1_1ParserRULE_import_doc                    = 28
	WdlV1_1ParserRULE_wdl_struct                    = 29
	WdlV1_1ParserRULE_meta_value                    = 30
	WdlV1_1ParserRULE_meta_string_part              = 31
	WdlV1_1ParserRULE_meta_string                   = 32
	WdlV1_1ParserRULE_meta_array                    = 33
	WdlV1_1ParserRULE_meta_object                   = 34
	WdlV1_1ParserRULE_meta_object_kv                = 35
	WdlV1_1ParserRULE_meta_kv                       = 36
	WdlV1_1ParserRULE_parameter_meta                = 37
	WdlV1_1ParserRULE_meta                          = 38
	WdlV1_1ParserRULE_task_runtime_kv               = 39
	WdlV1_1ParserRULE_task_runtime                  = 40
	WdlV1_1ParserRULE_task_input                    = 41
	WdlV1_1ParserRULE_task_output                   = 42
	WdlV1_1ParserRULE_task_command_string_part      = 43
	WdlV1_1ParserRULE_task_command_expr_part        = 44
	WdlV1_1ParserRULE_task_command_expr_with_string = 45
	WdlV1_1ParserRULE_task_command                  = 46
	WdlV1_1ParserRULE_task_element                  = 47
	WdlV1_1ParserRULE_task                          = 48
	WdlV1_1ParserRULE_inner_workflow_element        = 49
	WdlV1_1ParserRULE_call_alias                    = 50
	WdlV1_1ParserRULE_call_input                    = 51
	WdlV1_1ParserRULE_call_inputs                   = 52
	WdlV1_1ParserRULE_call_body                     = 53
	WdlV1_1ParserRULE_call_after                    = 54
	WdlV1_1ParserRULE_call_name                     = 55
	WdlV1_1ParserRULE_call                          = 56
	WdlV1_1ParserRULE_scatter                       = 57
	WdlV1_1ParserRULE_conditional                   = 58
	WdlV1_1ParserRULE_workflow_input                = 59
	WdlV1_1ParserRULE_workflow_output               = 60
	WdlV1_1ParserRULE_workflow_element              = 61
	WdlV1_1ParserRULE_workflow                      = 62
	WdlV1_1ParserRULE_document_element              = 63
	WdlV1_1ParserRULE_document                      = 64
)

WdlV1_1Parser rules.

View Source
const WdlV1_1LexerCOMMENTS = 2

WdlV1_1LexerCOMMENTS is the WdlV1_1Lexer channel.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddContext

type AddContext struct {
	*Expr_infix3Context
}

func NewAddContext

func NewAddContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AddContext

func (*AddContext) EnterRule

func (s *AddContext) EnterRule(listener antlr.ParseTreeListener)

func (*AddContext) ExitRule

func (s *AddContext) ExitRule(listener antlr.ParseTreeListener)

func (*AddContext) Expr_infix3

func (s *AddContext) Expr_infix3() IExpr_infix3Context

func (*AddContext) Expr_infix4

func (s *AddContext) Expr_infix4() IExpr_infix4Context

func (*AddContext) GetRuleContext

func (s *AddContext) GetRuleContext() antlr.RuleContext

func (*AddContext) PLUS

func (s *AddContext) PLUS() antlr.TerminalNode

type Any_declsContext

type Any_declsContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewAny_declsContext

func NewAny_declsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Any_declsContext

func NewEmptyAny_declsContext

func NewEmptyAny_declsContext() *Any_declsContext

func (*Any_declsContext) Bound_decls

func (s *Any_declsContext) Bound_decls() IBound_declsContext

func (*Any_declsContext) EnterRule

func (s *Any_declsContext) EnterRule(listener antlr.ParseTreeListener)

func (*Any_declsContext) ExitRule

func (s *Any_declsContext) ExitRule(listener antlr.ParseTreeListener)

func (*Any_declsContext) GetParser

func (s *Any_declsContext) GetParser() antlr.Parser

func (*Any_declsContext) GetRuleContext

func (s *Any_declsContext) GetRuleContext() antlr.RuleContext

func (*Any_declsContext) IsAny_declsContext

func (*Any_declsContext) IsAny_declsContext()

func (*Any_declsContext) ToStringTree

func (s *Any_declsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*Any_declsContext) Unbound_decls

func (s *Any_declsContext) Unbound_decls() IUnbound_declsContext

type ApplyContext

type ApplyContext struct {
	*Expr_coreContext
}

func NewApplyContext

func NewApplyContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *ApplyContext

func (*ApplyContext) AllCOMMA

func (s *ApplyContext) AllCOMMA() []antlr.TerminalNode

func (*ApplyContext) AllExpr

func (s *ApplyContext) AllExpr() []IExprContext

func (*ApplyContext) COMMA

func (s *ApplyContext) COMMA(i int) antlr.TerminalNode

func (*ApplyContext) EnterRule

func (s *ApplyContext) EnterRule(listener antlr.ParseTreeListener)

func (*ApplyContext) ExitRule

func (s *ApplyContext) ExitRule(listener antlr.ParseTreeListener)

func (*ApplyContext) Expr

func (s *ApplyContext) Expr(i int) IExprContext

func (*ApplyContext) GetRuleContext

func (s *ApplyContext) GetRuleContext() antlr.RuleContext

func (*ApplyContext) Identifier

func (s *ApplyContext) Identifier() antlr.TerminalNode

func (*ApplyContext) LPAREN

func (s *ApplyContext) LPAREN() antlr.TerminalNode

func (*ApplyContext) RPAREN

func (s *ApplyContext) RPAREN() antlr.TerminalNode

type Array_literalContext

type Array_literalContext struct {
	*Expr_coreContext
}

func NewArray_literalContext

func NewArray_literalContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *Array_literalContext

func (*Array_literalContext) AllCOMMA

func (s *Array_literalContext) AllCOMMA() []antlr.TerminalNode

func (*Array_literalContext) AllExpr

func (s *Array_literalContext) AllExpr() []IExprContext

func (*Array_literalContext) COMMA

func (*Array_literalContext) EnterRule

func (s *Array_literalContext) EnterRule(listener antlr.ParseTreeListener)

func (*Array_literalContext) ExitRule

func (s *Array_literalContext) ExitRule(listener antlr.ParseTreeListener)

func (*Array_literalContext) Expr

func (*Array_literalContext) GetRuleContext

func (s *Array_literalContext) GetRuleContext() antlr.RuleContext

func (*Array_literalContext) LBRACK

func (*Array_literalContext) RBRACK

type Array_typeContext

type Array_typeContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewArray_typeContext

func NewArray_typeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Array_typeContext

func NewEmptyArray_typeContext

func NewEmptyArray_typeContext() *Array_typeContext

func (*Array_typeContext) ARRAY

func (*Array_typeContext) EnterRule

func (s *Array_typeContext) EnterRule(listener antlr.ParseTreeListener)

func (*Array_typeContext) ExitRule

func (s *Array_typeContext) ExitRule(listener antlr.ParseTreeListener)

func (*Array_typeContext) GetParser

func (s *Array_typeContext) GetParser() antlr.Parser

func (*Array_typeContext) GetRuleContext

func (s *Array_typeContext) GetRuleContext() antlr.RuleContext

func (*Array_typeContext) IsArray_typeContext

func (*Array_typeContext) IsArray_typeContext()

func (*Array_typeContext) LBRACK

func (s *Array_typeContext) LBRACK() antlr.TerminalNode

func (*Array_typeContext) PLUS

func (*Array_typeContext) RBRACK

func (s *Array_typeContext) RBRACK() antlr.TerminalNode

func (*Array_typeContext) ToStringTree

func (s *Array_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*Array_typeContext) Wdl_type

func (s *Array_typeContext) Wdl_type() IWdl_typeContext

type AtContext

type AtContext struct {
	*Expr_coreContext
}

func NewAtContext

func NewAtContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AtContext

func (*AtContext) EnterRule

func (s *AtContext) EnterRule(listener antlr.ParseTreeListener)

func (*AtContext) ExitRule

func (s *AtContext) ExitRule(listener antlr.ParseTreeListener)

func (*AtContext) Expr

func (s *AtContext) Expr() IExprContext

func (*AtContext) Expr_core

func (s *AtContext) Expr_core() IExpr_coreContext

func (*AtContext) GetRuleContext

func (s *AtContext) GetRuleContext() antlr.RuleContext

func (*AtContext) LBRACK

func (s *AtContext) LBRACK() antlr.TerminalNode

func (*AtContext) RBRACK

func (s *AtContext) RBRACK() antlr.TerminalNode

type BaseWdlV1_1ParserListener

type BaseWdlV1_1ParserListener struct{}

BaseWdlV1_1ParserListener is a complete listener for a parse tree produced by WdlV1_1Parser.

func (*BaseWdlV1_1ParserListener) EnterAdd

func (s *BaseWdlV1_1ParserListener) EnterAdd(ctx *AddContext)

EnterAdd is called when production add is entered.

func (*BaseWdlV1_1ParserListener) EnterAny_decls

func (s *BaseWdlV1_1ParserListener) EnterAny_decls(ctx *Any_declsContext)

EnterAny_decls is called when production any_decls is entered.

func (*BaseWdlV1_1ParserListener) EnterApply

func (s *BaseWdlV1_1ParserListener) EnterApply(ctx *ApplyContext)

EnterApply is called when production apply is entered.

func (*BaseWdlV1_1ParserListener) EnterArray_literal

func (s *BaseWdlV1_1ParserListener) EnterArray_literal(ctx *Array_literalContext)

EnterArray_literal is called when production array_literal is entered.

func (*BaseWdlV1_1ParserListener) EnterArray_type

func (s *BaseWdlV1_1ParserListener) EnterArray_type(ctx *Array_typeContext)

EnterArray_type is called when production array_type is entered.

func (*BaseWdlV1_1ParserListener) EnterAt

func (s *BaseWdlV1_1ParserListener) EnterAt(ctx *AtContext)

EnterAt is called when production at is entered.

func (*BaseWdlV1_1ParserListener) EnterBound_decls

func (s *BaseWdlV1_1ParserListener) EnterBound_decls(ctx *Bound_declsContext)

EnterBound_decls is called when production bound_decls is entered.

func (*BaseWdlV1_1ParserListener) EnterCall

func (s *BaseWdlV1_1ParserListener) EnterCall(ctx *CallContext)

EnterCall is called when production call is entered.

func (*BaseWdlV1_1ParserListener) EnterCall_after

func (s *BaseWdlV1_1ParserListener) EnterCall_after(ctx *Call_afterContext)

EnterCall_after is called when production call_after is entered.

func (*BaseWdlV1_1ParserListener) EnterCall_alias

func (s *BaseWdlV1_1ParserListener) EnterCall_alias(ctx *Call_aliasContext)

EnterCall_alias is called when production call_alias is entered.

func (*BaseWdlV1_1ParserListener) EnterCall_body

func (s *BaseWdlV1_1ParserListener) EnterCall_body(ctx *Call_bodyContext)

EnterCall_body is called when production call_body is entered.

func (*BaseWdlV1_1ParserListener) EnterCall_input

func (s *BaseWdlV1_1ParserListener) EnterCall_input(ctx *Call_inputContext)

EnterCall_input is called when production call_input is entered.

func (*BaseWdlV1_1ParserListener) EnterCall_inputs

func (s *BaseWdlV1_1ParserListener) EnterCall_inputs(ctx *Call_inputsContext)

EnterCall_inputs is called when production call_inputs is entered.

func (*BaseWdlV1_1ParserListener) EnterCall_name

func (s *BaseWdlV1_1ParserListener) EnterCall_name(ctx *Call_nameContext)

EnterCall_name is called when production call_name is entered.

func (*BaseWdlV1_1ParserListener) EnterConditional

func (s *BaseWdlV1_1ParserListener) EnterConditional(ctx *ConditionalContext)

EnterConditional is called when production conditional is entered.

func (*BaseWdlV1_1ParserListener) EnterDivide

func (s *BaseWdlV1_1ParserListener) EnterDivide(ctx *DivideContext)

EnterDivide is called when production divide is entered.

func (*BaseWdlV1_1ParserListener) EnterDocument

func (s *BaseWdlV1_1ParserListener) EnterDocument(ctx *DocumentContext)

EnterDocument is called when production document is entered.

func (*BaseWdlV1_1ParserListener) EnterDocument_element

func (s *BaseWdlV1_1ParserListener) EnterDocument_element(ctx *Document_elementContext)

EnterDocument_element is called when production document_element is entered.

func (*BaseWdlV1_1ParserListener) EnterEqeq

func (s *BaseWdlV1_1ParserListener) EnterEqeq(ctx *EqeqContext)

EnterEqeq is called when production eqeq is entered.

func (*BaseWdlV1_1ParserListener) EnterEveryRule

func (s *BaseWdlV1_1ParserListener) EnterEveryRule(ctx antlr.ParserRuleContext)

EnterEveryRule is called when any rule is entered.

func (*BaseWdlV1_1ParserListener) EnterExpr

func (s *BaseWdlV1_1ParserListener) EnterExpr(ctx *ExprContext)

EnterExpr is called when production expr is entered.

func (*BaseWdlV1_1ParserListener) EnterExpr_infix5

func (s *BaseWdlV1_1ParserListener) EnterExpr_infix5(ctx *Expr_infix5Context)

EnterExpr_infix5 is called when production expr_infix5 is entered.

func (*BaseWdlV1_1ParserListener) EnterExpression_group

func (s *BaseWdlV1_1ParserListener) EnterExpression_group(ctx *Expression_groupContext)

EnterExpression_group is called when production expression_group is entered.

func (*BaseWdlV1_1ParserListener) EnterExpression_placeholder_option

func (s *BaseWdlV1_1ParserListener) EnterExpression_placeholder_option(ctx *Expression_placeholder_optionContext)

EnterExpression_placeholder_option is called when production expression_placeholder_option is entered.

func (*BaseWdlV1_1ParserListener) EnterGet_name

func (s *BaseWdlV1_1ParserListener) EnterGet_name(ctx *Get_nameContext)

EnterGet_name is called when production get_name is entered.

func (*BaseWdlV1_1ParserListener) EnterGt

func (s *BaseWdlV1_1ParserListener) EnterGt(ctx *GtContext)

EnterGt is called when production gt is entered.

func (*BaseWdlV1_1ParserListener) EnterGte

func (s *BaseWdlV1_1ParserListener) EnterGte(ctx *GteContext)

EnterGte is called when production gte is entered.

func (*BaseWdlV1_1ParserListener) EnterIfthenelse

func (s *BaseWdlV1_1ParserListener) EnterIfthenelse(ctx *IfthenelseContext)

EnterIfthenelse is called when production ifthenelse is entered.

func (*BaseWdlV1_1ParserListener) EnterImport_alias

func (s *BaseWdlV1_1ParserListener) EnterImport_alias(ctx *Import_aliasContext)

EnterImport_alias is called when production import_alias is entered.

func (*BaseWdlV1_1ParserListener) EnterImport_as

func (s *BaseWdlV1_1ParserListener) EnterImport_as(ctx *Import_asContext)

EnterImport_as is called when production import_as is entered.

func (*BaseWdlV1_1ParserListener) EnterImport_doc

func (s *BaseWdlV1_1ParserListener) EnterImport_doc(ctx *Import_docContext)

EnterImport_doc is called when production import_doc is entered.

func (*BaseWdlV1_1ParserListener) EnterInfix0

func (s *BaseWdlV1_1ParserListener) EnterInfix0(ctx *Infix0Context)

EnterInfix0 is called when production infix0 is entered.

func (*BaseWdlV1_1ParserListener) EnterInfix1

func (s *BaseWdlV1_1ParserListener) EnterInfix1(ctx *Infix1Context)

EnterInfix1 is called when production infix1 is entered.

func (*BaseWdlV1_1ParserListener) EnterInfix2

func (s *BaseWdlV1_1ParserListener) EnterInfix2(ctx *Infix2Context)

EnterInfix2 is called when production infix2 is entered.

func (*BaseWdlV1_1ParserListener) EnterInfix3

func (s *BaseWdlV1_1ParserListener) EnterInfix3(ctx *Infix3Context)

EnterInfix3 is called when production infix3 is entered.

func (*BaseWdlV1_1ParserListener) EnterInfix4

func (s *BaseWdlV1_1ParserListener) EnterInfix4(ctx *Infix4Context)

EnterInfix4 is called when production infix4 is entered.

func (*BaseWdlV1_1ParserListener) EnterInfix5

func (s *BaseWdlV1_1ParserListener) EnterInfix5(ctx *Infix5Context)

EnterInfix5 is called when production infix5 is entered.

func (*BaseWdlV1_1ParserListener) EnterInner_element

func (s *BaseWdlV1_1ParserListener) EnterInner_element(ctx *Inner_elementContext)

EnterInner_element is called when production inner_element is entered.

func (*BaseWdlV1_1ParserListener) EnterInner_workflow_element

func (s *BaseWdlV1_1ParserListener) EnterInner_workflow_element(ctx *Inner_workflow_elementContext)

EnterInner_workflow_element is called when production inner_workflow_element is entered.

func (*BaseWdlV1_1ParserListener) EnterInput

func (s *BaseWdlV1_1ParserListener) EnterInput(ctx *InputContext)

EnterInput is called when production input is entered.

func (*BaseWdlV1_1ParserListener) EnterLand

func (s *BaseWdlV1_1ParserListener) EnterLand(ctx *LandContext)

EnterLand is called when production land is entered.

func (*BaseWdlV1_1ParserListener) EnterLeft_name

func (s *BaseWdlV1_1ParserListener) EnterLeft_name(ctx *Left_nameContext)

EnterLeft_name is called when production left_name is entered.

func (*BaseWdlV1_1ParserListener) EnterLor

func (s *BaseWdlV1_1ParserListener) EnterLor(ctx *LorContext)

EnterLor is called when production lor is entered.

func (*BaseWdlV1_1ParserListener) EnterLt

func (s *BaseWdlV1_1ParserListener) EnterLt(ctx *LtContext)

EnterLt is called when production lt is entered.

func (*BaseWdlV1_1ParserListener) EnterLte

func (s *BaseWdlV1_1ParserListener) EnterLte(ctx *LteContext)

EnterLte is called when production lte is entered.

func (*BaseWdlV1_1ParserListener) EnterMap_literal

func (s *BaseWdlV1_1ParserListener) EnterMap_literal(ctx *Map_literalContext)

EnterMap_literal is called when production map_literal is entered.

func (*BaseWdlV1_1ParserListener) EnterMap_type

func (s *BaseWdlV1_1ParserListener) EnterMap_type(ctx *Map_typeContext)

EnterMap_type is called when production map_type is entered.

func (*BaseWdlV1_1ParserListener) EnterMember

func (s *BaseWdlV1_1ParserListener) EnterMember(ctx *MemberContext)

EnterMember is called when production member is entered.

func (*BaseWdlV1_1ParserListener) EnterMeta

func (s *BaseWdlV1_1ParserListener) EnterMeta(ctx *MetaContext)

EnterMeta is called when production meta is entered.

func (*BaseWdlV1_1ParserListener) EnterMeta_array

func (s *BaseWdlV1_1ParserListener) EnterMeta_array(ctx *Meta_arrayContext)

EnterMeta_array is called when production meta_array is entered.

func (*BaseWdlV1_1ParserListener) EnterMeta_element

func (s *BaseWdlV1_1ParserListener) EnterMeta_element(ctx *Meta_elementContext)

EnterMeta_element is called when production meta_element is entered.

func (*BaseWdlV1_1ParserListener) EnterMeta_kv

func (s *BaseWdlV1_1ParserListener) EnterMeta_kv(ctx *Meta_kvContext)

EnterMeta_kv is called when production meta_kv is entered.

func (*BaseWdlV1_1ParserListener) EnterMeta_object

func (s *BaseWdlV1_1ParserListener) EnterMeta_object(ctx *Meta_objectContext)

EnterMeta_object is called when production meta_object is entered.

func (*BaseWdlV1_1ParserListener) EnterMeta_object_kv

func (s *BaseWdlV1_1ParserListener) EnterMeta_object_kv(ctx *Meta_object_kvContext)

EnterMeta_object_kv is called when production meta_object_kv is entered.

func (*BaseWdlV1_1ParserListener) EnterMeta_string

func (s *BaseWdlV1_1ParserListener) EnterMeta_string(ctx *Meta_stringContext)

EnterMeta_string is called when production meta_string is entered.

func (*BaseWdlV1_1ParserListener) EnterMeta_string_part

func (s *BaseWdlV1_1ParserListener) EnterMeta_string_part(ctx *Meta_string_partContext)

EnterMeta_string_part is called when production meta_string_part is entered.

func (*BaseWdlV1_1ParserListener) EnterMeta_value

func (s *BaseWdlV1_1ParserListener) EnterMeta_value(ctx *Meta_valueContext)

EnterMeta_value is called when production meta_value is entered.

func (*BaseWdlV1_1ParserListener) EnterMod

func (s *BaseWdlV1_1ParserListener) EnterMod(ctx *ModContext)

EnterMod is called when production mod is entered.

func (*BaseWdlV1_1ParserListener) EnterMul

func (s *BaseWdlV1_1ParserListener) EnterMul(ctx *MulContext)

EnterMul is called when production mul is entered.

func (*BaseWdlV1_1ParserListener) EnterNegate

func (s *BaseWdlV1_1ParserListener) EnterNegate(ctx *NegateContext)

EnterNegate is called when production negate is entered.

func (*BaseWdlV1_1ParserListener) EnterNeq

func (s *BaseWdlV1_1ParserListener) EnterNeq(ctx *NeqContext)

EnterNeq is called when production neq is entered.

func (*BaseWdlV1_1ParserListener) EnterNumber

func (s *BaseWdlV1_1ParserListener) EnterNumber(ctx *NumberContext)

EnterNumber is called when production number is entered.

func (*BaseWdlV1_1ParserListener) EnterObject_literal

func (s *BaseWdlV1_1ParserListener) EnterObject_literal(ctx *Object_literalContext)

EnterObject_literal is called when production object_literal is entered.

func (*BaseWdlV1_1ParserListener) EnterOutput

func (s *BaseWdlV1_1ParserListener) EnterOutput(ctx *OutputContext)

EnterOutput is called when production output is entered.

func (*BaseWdlV1_1ParserListener) EnterPair_literal

func (s *BaseWdlV1_1ParserListener) EnterPair_literal(ctx *Pair_literalContext)

EnterPair_literal is called when production pair_literal is entered.

func (*BaseWdlV1_1ParserListener) EnterPair_type

func (s *BaseWdlV1_1ParserListener) EnterPair_type(ctx *Pair_typeContext)

EnterPair_type is called when production pair_type is entered.

func (*BaseWdlV1_1ParserListener) EnterParameter_meta

func (s *BaseWdlV1_1ParserListener) EnterParameter_meta(ctx *Parameter_metaContext)

EnterParameter_meta is called when production parameter_meta is entered.

func (*BaseWdlV1_1ParserListener) EnterParameter_meta_element

func (s *BaseWdlV1_1ParserListener) EnterParameter_meta_element(ctx *Parameter_meta_elementContext)

EnterParameter_meta_element is called when production parameter_meta_element is entered.

func (*BaseWdlV1_1ParserListener) EnterPrimitive_literal

func (s *BaseWdlV1_1ParserListener) EnterPrimitive_literal(ctx *Primitive_literalContext)

EnterPrimitive_literal is called when production primitive_literal is entered.

func (*BaseWdlV1_1ParserListener) EnterPrimitives

func (s *BaseWdlV1_1ParserListener) EnterPrimitives(ctx *PrimitivesContext)

EnterPrimitives is called when production primitives is entered.

func (*BaseWdlV1_1ParserListener) EnterScatter

func (s *BaseWdlV1_1ParserListener) EnterScatter(ctx *ScatterContext)

EnterScatter is called when production scatter is entered.

func (*BaseWdlV1_1ParserListener) EnterString_expr_part

func (s *BaseWdlV1_1ParserListener) EnterString_expr_part(ctx *String_expr_partContext)

EnterString_expr_part is called when production string_expr_part is entered.

func (*BaseWdlV1_1ParserListener) EnterString_expr_with_string_part

func (s *BaseWdlV1_1ParserListener) EnterString_expr_with_string_part(ctx *String_expr_with_string_partContext)

EnterString_expr_with_string_part is called when production string_expr_with_string_part is entered.

func (*BaseWdlV1_1ParserListener) EnterString_part

func (s *BaseWdlV1_1ParserListener) EnterString_part(ctx *String_partContext)

EnterString_part is called when production string_part is entered.

func (*BaseWdlV1_1ParserListener) EnterStruct_literal

func (s *BaseWdlV1_1ParserListener) EnterStruct_literal(ctx *Struct_literalContext)

EnterStruct_literal is called when production struct_literal is entered.

func (*BaseWdlV1_1ParserListener) EnterSub

func (s *BaseWdlV1_1ParserListener) EnterSub(ctx *SubContext)

EnterSub is called when production sub is entered.

func (*BaseWdlV1_1ParserListener) EnterTask

func (s *BaseWdlV1_1ParserListener) EnterTask(ctx *TaskContext)

EnterTask is called when production task is entered.

func (*BaseWdlV1_1ParserListener) EnterTask_command

func (s *BaseWdlV1_1ParserListener) EnterTask_command(ctx *Task_commandContext)

EnterTask_command is called when production task_command is entered.

func (*BaseWdlV1_1ParserListener) EnterTask_command_expr_part

func (s *BaseWdlV1_1ParserListener) EnterTask_command_expr_part(ctx *Task_command_expr_partContext)

EnterTask_command_expr_part is called when production task_command_expr_part is entered.

func (*BaseWdlV1_1ParserListener) EnterTask_command_expr_with_string

func (s *BaseWdlV1_1ParserListener) EnterTask_command_expr_with_string(ctx *Task_command_expr_with_stringContext)

EnterTask_command_expr_with_string is called when production task_command_expr_with_string is entered.

func (*BaseWdlV1_1ParserListener) EnterTask_command_string_part

func (s *BaseWdlV1_1ParserListener) EnterTask_command_string_part(ctx *Task_command_string_partContext)

EnterTask_command_string_part is called when production task_command_string_part is entered.

func (*BaseWdlV1_1ParserListener) EnterTask_element

func (s *BaseWdlV1_1ParserListener) EnterTask_element(ctx *Task_elementContext)

EnterTask_element is called when production task_element is entered.

func (*BaseWdlV1_1ParserListener) EnterTask_input

func (s *BaseWdlV1_1ParserListener) EnterTask_input(ctx *Task_inputContext)

EnterTask_input is called when production task_input is entered.

func (*BaseWdlV1_1ParserListener) EnterTask_output

func (s *BaseWdlV1_1ParserListener) EnterTask_output(ctx *Task_outputContext)

EnterTask_output is called when production task_output is entered.

func (*BaseWdlV1_1ParserListener) EnterTask_runtime

func (s *BaseWdlV1_1ParserListener) EnterTask_runtime(ctx *Task_runtimeContext)

EnterTask_runtime is called when production task_runtime is entered.

func (*BaseWdlV1_1ParserListener) EnterTask_runtime_kv

func (s *BaseWdlV1_1ParserListener) EnterTask_runtime_kv(ctx *Task_runtime_kvContext)

EnterTask_runtime_kv is called when production task_runtime_kv is entered.

func (*BaseWdlV1_1ParserListener) EnterType_base

func (s *BaseWdlV1_1ParserListener) EnterType_base(ctx *Type_baseContext)

EnterType_base is called when production type_base is entered.

func (*BaseWdlV1_1ParserListener) EnterUnarysigned

func (s *BaseWdlV1_1ParserListener) EnterUnarysigned(ctx *UnarysignedContext)

EnterUnarysigned is called when production unarysigned is entered.

func (*BaseWdlV1_1ParserListener) EnterUnbound_decls

func (s *BaseWdlV1_1ParserListener) EnterUnbound_decls(ctx *Unbound_declsContext)

EnterUnbound_decls is called when production unbound_decls is entered.

func (*BaseWdlV1_1ParserListener) EnterVersion

func (s *BaseWdlV1_1ParserListener) EnterVersion(ctx *VersionContext)

EnterVersion is called when production version is entered.

func (*BaseWdlV1_1ParserListener) EnterWdl_string

func (s *BaseWdlV1_1ParserListener) EnterWdl_string(ctx *Wdl_stringContext)

EnterWdl_string is called when production wdl_string is entered.

func (*BaseWdlV1_1ParserListener) EnterWdl_struct

func (s *BaseWdlV1_1ParserListener) EnterWdl_struct(ctx *Wdl_structContext)

EnterWdl_struct is called when production wdl_struct is entered.

func (*BaseWdlV1_1ParserListener) EnterWdl_type

func (s *BaseWdlV1_1ParserListener) EnterWdl_type(ctx *Wdl_typeContext)

EnterWdl_type is called when production wdl_type is entered.

func (*BaseWdlV1_1ParserListener) EnterWorkflow

func (s *BaseWdlV1_1ParserListener) EnterWorkflow(ctx *WorkflowContext)

EnterWorkflow is called when production workflow is entered.

func (*BaseWdlV1_1ParserListener) EnterWorkflow_input

func (s *BaseWdlV1_1ParserListener) EnterWorkflow_input(ctx *Workflow_inputContext)

EnterWorkflow_input is called when production workflow_input is entered.

func (*BaseWdlV1_1ParserListener) EnterWorkflow_output

func (s *BaseWdlV1_1ParserListener) EnterWorkflow_output(ctx *Workflow_outputContext)

EnterWorkflow_output is called when production workflow_output is entered.

func (*BaseWdlV1_1ParserListener) ExitAdd

func (s *BaseWdlV1_1ParserListener) ExitAdd(ctx *AddContext)

ExitAdd is called when production add is exited.

func (*BaseWdlV1_1ParserListener) ExitAny_decls

func (s *BaseWdlV1_1ParserListener) ExitAny_decls(ctx *Any_declsContext)

ExitAny_decls is called when production any_decls is exited.

func (*BaseWdlV1_1ParserListener) ExitApply

func (s *BaseWdlV1_1ParserListener) ExitApply(ctx *ApplyContext)

ExitApply is called when production apply is exited.

func (*BaseWdlV1_1ParserListener) ExitArray_literal

func (s *BaseWdlV1_1ParserListener) ExitArray_literal(ctx *Array_literalContext)

ExitArray_literal is called when production array_literal is exited.

func (*BaseWdlV1_1ParserListener) ExitArray_type

func (s *BaseWdlV1_1ParserListener) ExitArray_type(ctx *Array_typeContext)

ExitArray_type is called when production array_type is exited.

func (*BaseWdlV1_1ParserListener) ExitAt

func (s *BaseWdlV1_1ParserListener) ExitAt(ctx *AtContext)

ExitAt is called when production at is exited.

func (*BaseWdlV1_1ParserListener) ExitBound_decls

func (s *BaseWdlV1_1ParserListener) ExitBound_decls(ctx *Bound_declsContext)

ExitBound_decls is called when production bound_decls is exited.

func (*BaseWdlV1_1ParserListener) ExitCall

func (s *BaseWdlV1_1ParserListener) ExitCall(ctx *CallContext)

ExitCall is called when production call is exited.

func (*BaseWdlV1_1ParserListener) ExitCall_after

func (s *BaseWdlV1_1ParserListener) ExitCall_after(ctx *Call_afterContext)

ExitCall_after is called when production call_after is exited.

func (*BaseWdlV1_1ParserListener) ExitCall_alias

func (s *BaseWdlV1_1ParserListener) ExitCall_alias(ctx *Call_aliasContext)

ExitCall_alias is called when production call_alias is exited.

func (*BaseWdlV1_1ParserListener) ExitCall_body

func (s *BaseWdlV1_1ParserListener) ExitCall_body(ctx *Call_bodyContext)

ExitCall_body is called when production call_body is exited.

func (*BaseWdlV1_1ParserListener) ExitCall_input

func (s *BaseWdlV1_1ParserListener) ExitCall_input(ctx *Call_inputContext)

ExitCall_input is called when production call_input is exited.

func (*BaseWdlV1_1ParserListener) ExitCall_inputs

func (s *BaseWdlV1_1ParserListener) ExitCall_inputs(ctx *Call_inputsContext)

ExitCall_inputs is called when production call_inputs is exited.

func (*BaseWdlV1_1ParserListener) ExitCall_name

func (s *BaseWdlV1_1ParserListener) ExitCall_name(ctx *Call_nameContext)

ExitCall_name is called when production call_name is exited.

func (*BaseWdlV1_1ParserListener) ExitConditional

func (s *BaseWdlV1_1ParserListener) ExitConditional(ctx *ConditionalContext)

ExitConditional is called when production conditional is exited.

func (*BaseWdlV1_1ParserListener) ExitDivide

func (s *BaseWdlV1_1ParserListener) ExitDivide(ctx *DivideContext)

ExitDivide is called when production divide is exited.

func (*BaseWdlV1_1ParserListener) ExitDocument

func (s *BaseWdlV1_1ParserListener) ExitDocument(ctx *DocumentContext)

ExitDocument is called when production document is exited.

func (*BaseWdlV1_1ParserListener) ExitDocument_element

func (s *BaseWdlV1_1ParserListener) ExitDocument_element(ctx *Document_elementContext)

ExitDocument_element is called when production document_element is exited.

func (*BaseWdlV1_1ParserListener) ExitEqeq

func (s *BaseWdlV1_1ParserListener) ExitEqeq(ctx *EqeqContext)

ExitEqeq is called when production eqeq is exited.

func (*BaseWdlV1_1ParserListener) ExitEveryRule

func (s *BaseWdlV1_1ParserListener) ExitEveryRule(ctx antlr.ParserRuleContext)

ExitEveryRule is called when any rule is exited.

func (*BaseWdlV1_1ParserListener) ExitExpr

func (s *BaseWdlV1_1ParserListener) ExitExpr(ctx *ExprContext)

ExitExpr is called when production expr is exited.

func (*BaseWdlV1_1ParserListener) ExitExpr_infix5

func (s *BaseWdlV1_1ParserListener) ExitExpr_infix5(ctx *Expr_infix5Context)

ExitExpr_infix5 is called when production expr_infix5 is exited.

func (*BaseWdlV1_1ParserListener) ExitExpression_group

func (s *BaseWdlV1_1ParserListener) ExitExpression_group(ctx *Expression_groupContext)

ExitExpression_group is called when production expression_group is exited.

func (*BaseWdlV1_1ParserListener) ExitExpression_placeholder_option

func (s *BaseWdlV1_1ParserListener) ExitExpression_placeholder_option(ctx *Expression_placeholder_optionContext)

ExitExpression_placeholder_option is called when production expression_placeholder_option is exited.

func (*BaseWdlV1_1ParserListener) ExitGet_name

func (s *BaseWdlV1_1ParserListener) ExitGet_name(ctx *Get_nameContext)

ExitGet_name is called when production get_name is exited.

func (*BaseWdlV1_1ParserListener) ExitGt

func (s *BaseWdlV1_1ParserListener) ExitGt(ctx *GtContext)

ExitGt is called when production gt is exited.

func (*BaseWdlV1_1ParserListener) ExitGte

func (s *BaseWdlV1_1ParserListener) ExitGte(ctx *GteContext)

ExitGte is called when production gte is exited.

func (*BaseWdlV1_1ParserListener) ExitIfthenelse

func (s *BaseWdlV1_1ParserListener) ExitIfthenelse(ctx *IfthenelseContext)

ExitIfthenelse is called when production ifthenelse is exited.

func (*BaseWdlV1_1ParserListener) ExitImport_alias

func (s *BaseWdlV1_1ParserListener) ExitImport_alias(ctx *Import_aliasContext)

ExitImport_alias is called when production import_alias is exited.

func (*BaseWdlV1_1ParserListener) ExitImport_as

func (s *BaseWdlV1_1ParserListener) ExitImport_as(ctx *Import_asContext)

ExitImport_as is called when production import_as is exited.

func (*BaseWdlV1_1ParserListener) ExitImport_doc

func (s *BaseWdlV1_1ParserListener) ExitImport_doc(ctx *Import_docContext)

ExitImport_doc is called when production import_doc is exited.

func (*BaseWdlV1_1ParserListener) ExitInfix0

func (s *BaseWdlV1_1ParserListener) ExitInfix0(ctx *Infix0Context)

ExitInfix0 is called when production infix0 is exited.

func (*BaseWdlV1_1ParserListener) ExitInfix1

func (s *BaseWdlV1_1ParserListener) ExitInfix1(ctx *Infix1Context)

ExitInfix1 is called when production infix1 is exited.

func (*BaseWdlV1_1ParserListener) ExitInfix2

func (s *BaseWdlV1_1ParserListener) ExitInfix2(ctx *Infix2Context)

ExitInfix2 is called when production infix2 is exited.

func (*BaseWdlV1_1ParserListener) ExitInfix3

func (s *BaseWdlV1_1ParserListener) ExitInfix3(ctx *Infix3Context)

ExitInfix3 is called when production infix3 is exited.

func (*BaseWdlV1_1ParserListener) ExitInfix4

func (s *BaseWdlV1_1ParserListener) ExitInfix4(ctx *Infix4Context)

ExitInfix4 is called when production infix4 is exited.

func (*BaseWdlV1_1ParserListener) ExitInfix5

func (s *BaseWdlV1_1ParserListener) ExitInfix5(ctx *Infix5Context)

ExitInfix5 is called when production infix5 is exited.

func (*BaseWdlV1_1ParserListener) ExitInner_element

func (s *BaseWdlV1_1ParserListener) ExitInner_element(ctx *Inner_elementContext)

ExitInner_element is called when production inner_element is exited.

func (*BaseWdlV1_1ParserListener) ExitInner_workflow_element

func (s *BaseWdlV1_1ParserListener) ExitInner_workflow_element(ctx *Inner_workflow_elementContext)

ExitInner_workflow_element is called when production inner_workflow_element is exited.

func (*BaseWdlV1_1ParserListener) ExitInput

func (s *BaseWdlV1_1ParserListener) ExitInput(ctx *InputContext)

ExitInput is called when production input is exited.

func (*BaseWdlV1_1ParserListener) ExitLand

func (s *BaseWdlV1_1ParserListener) ExitLand(ctx *LandContext)

ExitLand is called when production land is exited.

func (*BaseWdlV1_1ParserListener) ExitLeft_name

func (s *BaseWdlV1_1ParserListener) ExitLeft_name(ctx *Left_nameContext)

ExitLeft_name is called when production left_name is exited.

func (*BaseWdlV1_1ParserListener) ExitLor

func (s *BaseWdlV1_1ParserListener) ExitLor(ctx *LorContext)

ExitLor is called when production lor is exited.

func (*BaseWdlV1_1ParserListener) ExitLt

func (s *BaseWdlV1_1ParserListener) ExitLt(ctx *LtContext)

ExitLt is called when production lt is exited.

func (*BaseWdlV1_1ParserListener) ExitLte

func (s *BaseWdlV1_1ParserListener) ExitLte(ctx *LteContext)

ExitLte is called when production lte is exited.

func (*BaseWdlV1_1ParserListener) ExitMap_literal

func (s *BaseWdlV1_1ParserListener) ExitMap_literal(ctx *Map_literalContext)

ExitMap_literal is called when production map_literal is exited.

func (*BaseWdlV1_1ParserListener) ExitMap_type

func (s *BaseWdlV1_1ParserListener) ExitMap_type(ctx *Map_typeContext)

ExitMap_type is called when production map_type is exited.

func (*BaseWdlV1_1ParserListener) ExitMember

func (s *BaseWdlV1_1ParserListener) ExitMember(ctx *MemberContext)

ExitMember is called when production member is exited.

func (*BaseWdlV1_1ParserListener) ExitMeta

func (s *BaseWdlV1_1ParserListener) ExitMeta(ctx *MetaContext)

ExitMeta is called when production meta is exited.

func (*BaseWdlV1_1ParserListener) ExitMeta_array

func (s *BaseWdlV1_1ParserListener) ExitMeta_array(ctx *Meta_arrayContext)

ExitMeta_array is called when production meta_array is exited.

func (*BaseWdlV1_1ParserListener) ExitMeta_element

func (s *BaseWdlV1_1ParserListener) ExitMeta_element(ctx *Meta_elementContext)

ExitMeta_element is called when production meta_element is exited.

func (*BaseWdlV1_1ParserListener) ExitMeta_kv

func (s *BaseWdlV1_1ParserListener) ExitMeta_kv(ctx *Meta_kvContext)

ExitMeta_kv is called when production meta_kv is exited.

func (*BaseWdlV1_1ParserListener) ExitMeta_object

func (s *BaseWdlV1_1ParserListener) ExitMeta_object(ctx *Meta_objectContext)

ExitMeta_object is called when production meta_object is exited.

func (*BaseWdlV1_1ParserListener) ExitMeta_object_kv

func (s *BaseWdlV1_1ParserListener) ExitMeta_object_kv(ctx *Meta_object_kvContext)

ExitMeta_object_kv is called when production meta_object_kv is exited.

func (*BaseWdlV1_1ParserListener) ExitMeta_string

func (s *BaseWdlV1_1ParserListener) ExitMeta_string(ctx *Meta_stringContext)

ExitMeta_string is called when production meta_string is exited.

func (*BaseWdlV1_1ParserListener) ExitMeta_string_part

func (s *BaseWdlV1_1ParserListener) ExitMeta_string_part(ctx *Meta_string_partContext)

ExitMeta_string_part is called when production meta_string_part is exited.

func (*BaseWdlV1_1ParserListener) ExitMeta_value

func (s *BaseWdlV1_1ParserListener) ExitMeta_value(ctx *Meta_valueContext)

ExitMeta_value is called when production meta_value is exited.

func (*BaseWdlV1_1ParserListener) ExitMod

func (s *BaseWdlV1_1ParserListener) ExitMod(ctx *ModContext)

ExitMod is called when production mod is exited.

func (*BaseWdlV1_1ParserListener) ExitMul

func (s *BaseWdlV1_1ParserListener) ExitMul(ctx *MulContext)

ExitMul is called when production mul is exited.

func (*BaseWdlV1_1ParserListener) ExitNegate

func (s *BaseWdlV1_1ParserListener) ExitNegate(ctx *NegateContext)

ExitNegate is called when production negate is exited.

func (*BaseWdlV1_1ParserListener) ExitNeq

func (s *BaseWdlV1_1ParserListener) ExitNeq(ctx *NeqContext)

ExitNeq is called when production neq is exited.

func (*BaseWdlV1_1ParserListener) ExitNumber

func (s *BaseWdlV1_1ParserListener) ExitNumber(ctx *NumberContext)

ExitNumber is called when production number is exited.

func (*BaseWdlV1_1ParserListener) ExitObject_literal

func (s *BaseWdlV1_1ParserListener) ExitObject_literal(ctx *Object_literalContext)

ExitObject_literal is called when production object_literal is exited.

func (*BaseWdlV1_1ParserListener) ExitOutput

func (s *BaseWdlV1_1ParserListener) ExitOutput(ctx *OutputContext)

ExitOutput is called when production output is exited.

func (*BaseWdlV1_1ParserListener) ExitPair_literal

func (s *BaseWdlV1_1ParserListener) ExitPair_literal(ctx *Pair_literalContext)

ExitPair_literal is called when production pair_literal is exited.

func (*BaseWdlV1_1ParserListener) ExitPair_type

func (s *BaseWdlV1_1ParserListener) ExitPair_type(ctx *Pair_typeContext)

ExitPair_type is called when production pair_type is exited.

func (*BaseWdlV1_1ParserListener) ExitParameter_meta

func (s *BaseWdlV1_1ParserListener) ExitParameter_meta(ctx *Parameter_metaContext)

ExitParameter_meta is called when production parameter_meta is exited.

func (*BaseWdlV1_1ParserListener) ExitParameter_meta_element

func (s *BaseWdlV1_1ParserListener) ExitParameter_meta_element(ctx *Parameter_meta_elementContext)

ExitParameter_meta_element is called when production parameter_meta_element is exited.

func (*BaseWdlV1_1ParserListener) ExitPrimitive_literal

func (s *BaseWdlV1_1ParserListener) ExitPrimitive_literal(ctx *Primitive_literalContext)

ExitPrimitive_literal is called when production primitive_literal is exited.

func (*BaseWdlV1_1ParserListener) ExitPrimitives

func (s *BaseWdlV1_1ParserListener) ExitPrimitives(ctx *PrimitivesContext)

ExitPrimitives is called when production primitives is exited.

func (*BaseWdlV1_1ParserListener) ExitScatter

func (s *BaseWdlV1_1ParserListener) ExitScatter(ctx *ScatterContext)

ExitScatter is called when production scatter is exited.

func (*BaseWdlV1_1ParserListener) ExitString_expr_part

func (s *BaseWdlV1_1ParserListener) ExitString_expr_part(ctx *String_expr_partContext)

ExitString_expr_part is called when production string_expr_part is exited.

func (*BaseWdlV1_1ParserListener) ExitString_expr_with_string_part

func (s *BaseWdlV1_1ParserListener) ExitString_expr_with_string_part(ctx *String_expr_with_string_partContext)

ExitString_expr_with_string_part is called when production string_expr_with_string_part is exited.

func (*BaseWdlV1_1ParserListener) ExitString_part

func (s *BaseWdlV1_1ParserListener) ExitString_part(ctx *String_partContext)

ExitString_part is called when production string_part is exited.

func (*BaseWdlV1_1ParserListener) ExitStruct_literal

func (s *BaseWdlV1_1ParserListener) ExitStruct_literal(ctx *Struct_literalContext)

ExitStruct_literal is called when production struct_literal is exited.

func (*BaseWdlV1_1ParserListener) ExitSub

func (s *BaseWdlV1_1ParserListener) ExitSub(ctx *SubContext)

ExitSub is called when production sub is exited.

func (*BaseWdlV1_1ParserListener) ExitTask

func (s *BaseWdlV1_1ParserListener) ExitTask(ctx *TaskContext)

ExitTask is called when production task is exited.

func (*BaseWdlV1_1ParserListener) ExitTask_command

func (s *BaseWdlV1_1ParserListener) ExitTask_command(ctx *Task_commandContext)

ExitTask_command is called when production task_command is exited.

func (*BaseWdlV1_1ParserListener) ExitTask_command_expr_part

func (s *BaseWdlV1_1ParserListener) ExitTask_command_expr_part(ctx *Task_command_expr_partContext)

ExitTask_command_expr_part is called when production task_command_expr_part is exited.

func (*BaseWdlV1_1ParserListener) ExitTask_command_expr_with_string

func (s *BaseWdlV1_1ParserListener) ExitTask_command_expr_with_string(ctx *Task_command_expr_with_stringContext)

ExitTask_command_expr_with_string is called when production task_command_expr_with_string is exited.

func (*BaseWdlV1_1ParserListener) ExitTask_command_string_part

func (s *BaseWdlV1_1ParserListener) ExitTask_command_string_part(ctx *Task_command_string_partContext)

ExitTask_command_string_part is called when production task_command_string_part is exited.

func (*BaseWdlV1_1ParserListener) ExitTask_element

func (s *BaseWdlV1_1ParserListener) ExitTask_element(ctx *Task_elementContext)

ExitTask_element is called when production task_element is exited.

func (*BaseWdlV1_1ParserListener) ExitTask_input

func (s *BaseWdlV1_1ParserListener) ExitTask_input(ctx *Task_inputContext)

ExitTask_input is called when production task_input is exited.

func (*BaseWdlV1_1ParserListener) ExitTask_output

func (s *BaseWdlV1_1ParserListener) ExitTask_output(ctx *Task_outputContext)

ExitTask_output is called when production task_output is exited.

func (*BaseWdlV1_1ParserListener) ExitTask_runtime

func (s *BaseWdlV1_1ParserListener) ExitTask_runtime(ctx *Task_runtimeContext)

ExitTask_runtime is called when production task_runtime is exited.

func (*BaseWdlV1_1ParserListener) ExitTask_runtime_kv

func (s *BaseWdlV1_1ParserListener) ExitTask_runtime_kv(ctx *Task_runtime_kvContext)

ExitTask_runtime_kv is called when production task_runtime_kv is exited.

func (*BaseWdlV1_1ParserListener) ExitType_base

func (s *BaseWdlV1_1ParserListener) ExitType_base(ctx *Type_baseContext)

ExitType_base is called when production type_base is exited.

func (*BaseWdlV1_1ParserListener) ExitUnarysigned

func (s *BaseWdlV1_1ParserListener) ExitUnarysigned(ctx *UnarysignedContext)

ExitUnarysigned is called when production unarysigned is exited.

func (*BaseWdlV1_1ParserListener) ExitUnbound_decls

func (s *BaseWdlV1_1ParserListener) ExitUnbound_decls(ctx *Unbound_declsContext)

ExitUnbound_decls is called when production unbound_decls is exited.

func (*BaseWdlV1_1ParserListener) ExitVersion

func (s *BaseWdlV1_1ParserListener) ExitVersion(ctx *VersionContext)

ExitVersion is called when production version is exited.

func (*BaseWdlV1_1ParserListener) ExitWdl_string

func (s *BaseWdlV1_1ParserListener) ExitWdl_string(ctx *Wdl_stringContext)

ExitWdl_string is called when production wdl_string is exited.

func (*BaseWdlV1_1ParserListener) ExitWdl_struct

func (s *BaseWdlV1_1ParserListener) ExitWdl_struct(ctx *Wdl_structContext)

ExitWdl_struct is called when production wdl_struct is exited.

func (*BaseWdlV1_1ParserListener) ExitWdl_type

func (s *BaseWdlV1_1ParserListener) ExitWdl_type(ctx *Wdl_typeContext)

ExitWdl_type is called when production wdl_type is exited.

func (*BaseWdlV1_1ParserListener) ExitWorkflow

func (s *BaseWdlV1_1ParserListener) ExitWorkflow(ctx *WorkflowContext)

ExitWorkflow is called when production workflow is exited.

func (*BaseWdlV1_1ParserListener) ExitWorkflow_input

func (s *BaseWdlV1_1ParserListener) ExitWorkflow_input(ctx *Workflow_inputContext)

ExitWorkflow_input is called when production workflow_input is exited.

func (*BaseWdlV1_1ParserListener) ExitWorkflow_output

func (s *BaseWdlV1_1ParserListener) ExitWorkflow_output(ctx *Workflow_outputContext)

ExitWorkflow_output is called when production workflow_output is exited.

func (*BaseWdlV1_1ParserListener) VisitErrorNode

func (s *BaseWdlV1_1ParserListener) VisitErrorNode(node antlr.ErrorNode)

VisitErrorNode is called when an error node is visited.

func (*BaseWdlV1_1ParserListener) VisitTerminal

func (s *BaseWdlV1_1ParserListener) VisitTerminal(node antlr.TerminalNode)

VisitTerminal is called when a terminal node is visited.

type Bound_declsContext

type Bound_declsContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewBound_declsContext

func NewBound_declsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Bound_declsContext

func NewEmptyBound_declsContext

func NewEmptyBound_declsContext() *Bound_declsContext

func (*Bound_declsContext) EQUAL

func (*Bound_declsContext) EnterRule

func (s *Bound_declsContext) EnterRule(listener antlr.ParseTreeListener)

func (*Bound_declsContext) ExitRule

func (s *Bound_declsContext) ExitRule(listener antlr.ParseTreeListener)

func (*Bound_declsContext) Expr

func (s *Bound_declsContext) Expr() IExprContext

func (*Bound_declsContext) GetParser

func (s *Bound_declsContext) GetParser() antlr.Parser

func (*Bound_declsContext) GetRuleContext

func (s *Bound_declsContext) GetRuleContext() antlr.RuleContext

func (*Bound_declsContext) Identifier

func (s *Bound_declsContext) Identifier() antlr.TerminalNode

func (*Bound_declsContext) IsBound_declsContext

func (*Bound_declsContext) IsBound_declsContext()

func (*Bound_declsContext) ToStringTree

func (s *Bound_declsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*Bound_declsContext) Wdl_type

func (s *Bound_declsContext) Wdl_type() IWdl_typeContext

type CallContext

type CallContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewCallContext

func NewCallContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CallContext

func NewEmptyCallContext

func NewEmptyCallContext() *CallContext

func (*CallContext) AllCall_after

func (s *CallContext) AllCall_after() []ICall_afterContext

func (*CallContext) CALL

func (s *CallContext) CALL() antlr.TerminalNode

func (*CallContext) Call_after

func (s *CallContext) Call_after(i int) ICall_afterContext

func (*CallContext) Call_alias

func (s *CallContext) Call_alias() ICall_aliasContext

func (*CallContext) Call_body

func (s *CallContext) Call_body() ICall_bodyContext

func (*CallContext) Call_name

func (s *CallContext) Call_name() ICall_nameContext

func (*CallContext) EnterRule

func (s *CallContext) EnterRule(listener antlr.ParseTreeListener)

func (*CallContext) ExitRule

func (s *CallContext) ExitRule(listener antlr.ParseTreeListener)

func (*CallContext) GetParser

func (s *CallContext) GetParser() antlr.Parser

func (*CallContext) GetRuleContext

func (s *CallContext) GetRuleContext() antlr.RuleContext

func (*CallContext) IsCallContext

func (*CallContext) IsCallContext()

func (*CallContext) ToStringTree

func (s *CallContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Call_afterContext

type Call_afterContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewCall_afterContext

func NewCall_afterContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Call_afterContext

func NewEmptyCall_afterContext

func NewEmptyCall_afterContext() *Call_afterContext

func (*Call_afterContext) AFTER

func (*Call_afterContext) EnterRule

func (s *Call_afterContext) EnterRule(listener antlr.ParseTreeListener)

func (*Call_afterContext) ExitRule

func (s *Call_afterContext) ExitRule(listener antlr.ParseTreeListener)

func (*Call_afterContext) GetParser

func (s *Call_afterContext) GetParser() antlr.Parser

func (*Call_afterContext) GetRuleContext

func (s *Call_afterContext) GetRuleContext() antlr.RuleContext

func (*Call_afterContext) Identifier

func (s *Call_afterContext) Identifier() antlr.TerminalNode

func (*Call_afterContext) IsCall_afterContext

func (*Call_afterContext) IsCall_afterContext()

func (*Call_afterContext) ToStringTree

func (s *Call_afterContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Call_aliasContext

type Call_aliasContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewCall_aliasContext

func NewCall_aliasContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Call_aliasContext

func NewEmptyCall_aliasContext

func NewEmptyCall_aliasContext() *Call_aliasContext

func (*Call_aliasContext) AS

func (*Call_aliasContext) EnterRule

func (s *Call_aliasContext) EnterRule(listener antlr.ParseTreeListener)

func (*Call_aliasContext) ExitRule

func (s *Call_aliasContext) ExitRule(listener antlr.ParseTreeListener)

func (*Call_aliasContext) GetParser

func (s *Call_aliasContext) GetParser() antlr.Parser

func (*Call_aliasContext) GetRuleContext

func (s *Call_aliasContext) GetRuleContext() antlr.RuleContext

func (*Call_aliasContext) Identifier

func (s *Call_aliasContext) Identifier() antlr.TerminalNode

func (*Call_aliasContext) IsCall_aliasContext

func (*Call_aliasContext) IsCall_aliasContext()

func (*Call_aliasContext) ToStringTree

func (s *Call_aliasContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Call_bodyContext

type Call_bodyContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewCall_bodyContext

func NewCall_bodyContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Call_bodyContext

func NewEmptyCall_bodyContext

func NewEmptyCall_bodyContext() *Call_bodyContext

func (*Call_bodyContext) Call_inputs

func (s *Call_bodyContext) Call_inputs() ICall_inputsContext

func (*Call_bodyContext) EnterRule

func (s *Call_bodyContext) EnterRule(listener antlr.ParseTreeListener)

func (*Call_bodyContext) ExitRule

func (s *Call_bodyContext) ExitRule(listener antlr.ParseTreeListener)

func (*Call_bodyContext) GetParser

func (s *Call_bodyContext) GetParser() antlr.Parser

func (*Call_bodyContext) GetRuleContext

func (s *Call_bodyContext) GetRuleContext() antlr.RuleContext

func (*Call_bodyContext) IsCall_bodyContext

func (*Call_bodyContext) IsCall_bodyContext()

func (*Call_bodyContext) LBRACE

func (s *Call_bodyContext) LBRACE() antlr.TerminalNode

func (*Call_bodyContext) RBRACE

func (s *Call_bodyContext) RBRACE() antlr.TerminalNode

func (*Call_bodyContext) ToStringTree

func (s *Call_bodyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Call_inputContext

type Call_inputContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewCall_inputContext

func NewCall_inputContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Call_inputContext

func NewEmptyCall_inputContext

func NewEmptyCall_inputContext() *Call_inputContext

func (*Call_inputContext) EQUAL

func (*Call_inputContext) EnterRule

func (s *Call_inputContext) EnterRule(listener antlr.ParseTreeListener)

func (*Call_inputContext) ExitRule

func (s *Call_inputContext) ExitRule(listener antlr.ParseTreeListener)

func (*Call_inputContext) Expr

func (s *Call_inputContext) Expr() IExprContext

func (*Call_inputContext) GetParser

func (s *Call_inputContext) GetParser() antlr.Parser

func (*Call_inputContext) GetRuleContext

func (s *Call_inputContext) GetRuleContext() antlr.RuleContext

func (*Call_inputContext) Identifier

func (s *Call_inputContext) Identifier() antlr.TerminalNode

func (*Call_inputContext) IsCall_inputContext

func (*Call_inputContext) IsCall_inputContext()

func (*Call_inputContext) ToStringTree

func (s *Call_inputContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Call_inputsContext

type Call_inputsContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewCall_inputsContext

func NewCall_inputsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Call_inputsContext

func NewEmptyCall_inputsContext

func NewEmptyCall_inputsContext() *Call_inputsContext

func (*Call_inputsContext) AllCOMMA

func (s *Call_inputsContext) AllCOMMA() []antlr.TerminalNode

func (*Call_inputsContext) AllCall_input

func (s *Call_inputsContext) AllCall_input() []ICall_inputContext

func (*Call_inputsContext) COLON

func (*Call_inputsContext) COMMA

func (*Call_inputsContext) Call_input

func (s *Call_inputsContext) Call_input(i int) ICall_inputContext

func (*Call_inputsContext) EnterRule

func (s *Call_inputsContext) EnterRule(listener antlr.ParseTreeListener)

func (*Call_inputsContext) ExitRule

func (s *Call_inputsContext) ExitRule(listener antlr.ParseTreeListener)

func (*Call_inputsContext) GetParser

func (s *Call_inputsContext) GetParser() antlr.Parser

func (*Call_inputsContext) GetRuleContext

func (s *Call_inputsContext) GetRuleContext() antlr.RuleContext

func (*Call_inputsContext) INPUT

func (*Call_inputsContext) IsCall_inputsContext

func (*Call_inputsContext) IsCall_inputsContext()

func (*Call_inputsContext) ToStringTree

func (s *Call_inputsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Call_nameContext

type Call_nameContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewCall_nameContext

func NewCall_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Call_nameContext

func NewEmptyCall_nameContext

func NewEmptyCall_nameContext() *Call_nameContext

func (*Call_nameContext) AllDOT

func (s *Call_nameContext) AllDOT() []antlr.TerminalNode

func (*Call_nameContext) AllIdentifier

func (s *Call_nameContext) AllIdentifier() []antlr.TerminalNode

func (*Call_nameContext) DOT

func (*Call_nameContext) EnterRule

func (s *Call_nameContext) EnterRule(listener antlr.ParseTreeListener)

func (*Call_nameContext) ExitRule

func (s *Call_nameContext) ExitRule(listener antlr.ParseTreeListener)

func (*Call_nameContext) GetParser

func (s *Call_nameContext) GetParser() antlr.Parser

func (*Call_nameContext) GetRuleContext

func (s *Call_nameContext) GetRuleContext() antlr.RuleContext

func (*Call_nameContext) Identifier

func (s *Call_nameContext) Identifier(i int) antlr.TerminalNode

func (*Call_nameContext) IsCall_nameContext

func (*Call_nameContext) IsCall_nameContext()

func (*Call_nameContext) ToStringTree

func (s *Call_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type ConditionalContext

type ConditionalContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewConditionalContext

func NewConditionalContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ConditionalContext

func NewEmptyConditionalContext

func NewEmptyConditionalContext() *ConditionalContext

func (*ConditionalContext) AllInner_workflow_element

func (s *ConditionalContext) AllInner_workflow_element() []IInner_workflow_elementContext

func (*ConditionalContext) EnterRule

func (s *ConditionalContext) EnterRule(listener antlr.ParseTreeListener)

func (*ConditionalContext) ExitRule

func (s *ConditionalContext) ExitRule(listener antlr.ParseTreeListener)

func (*ConditionalContext) Expr

func (s *ConditionalContext) Expr() IExprContext

func (*ConditionalContext) GetParser

func (s *ConditionalContext) GetParser() antlr.Parser

func (*ConditionalContext) GetRuleContext

func (s *ConditionalContext) GetRuleContext() antlr.RuleContext

func (*ConditionalContext) IF

func (*ConditionalContext) Inner_workflow_element

func (s *ConditionalContext) Inner_workflow_element(i int) IInner_workflow_elementContext

func (*ConditionalContext) IsConditionalContext

func (*ConditionalContext) IsConditionalContext()

func (*ConditionalContext) LBRACE

func (*ConditionalContext) LPAREN

func (*ConditionalContext) RBRACE

func (*ConditionalContext) RPAREN

func (*ConditionalContext) ToStringTree

func (s *ConditionalContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type DivideContext

type DivideContext struct {
	*Expr_infix4Context
}

func NewDivideContext

func NewDivideContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *DivideContext

func (*DivideContext) DIVIDE

func (s *DivideContext) DIVIDE() antlr.TerminalNode

func (*DivideContext) EnterRule

func (s *DivideContext) EnterRule(listener antlr.ParseTreeListener)

func (*DivideContext) ExitRule

func (s *DivideContext) ExitRule(listener antlr.ParseTreeListener)

func (*DivideContext) Expr_infix4

func (s *DivideContext) Expr_infix4() IExpr_infix4Context

func (*DivideContext) Expr_infix5

func (s *DivideContext) Expr_infix5() IExpr_infix5Context

func (*DivideContext) GetRuleContext

func (s *DivideContext) GetRuleContext() antlr.RuleContext

type DocumentContext

type DocumentContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewDocumentContext

func NewDocumentContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *DocumentContext

func NewEmptyDocumentContext

func NewEmptyDocumentContext() *DocumentContext

func (*DocumentContext) AllDocument_element

func (s *DocumentContext) AllDocument_element() []IDocument_elementContext

func (*DocumentContext) Document_element

func (s *DocumentContext) Document_element(i int) IDocument_elementContext

func (*DocumentContext) EOF

func (*DocumentContext) EnterRule

func (s *DocumentContext) EnterRule(listener antlr.ParseTreeListener)

func (*DocumentContext) ExitRule

func (s *DocumentContext) ExitRule(listener antlr.ParseTreeListener)

func (*DocumentContext) GetParser

func (s *DocumentContext) GetParser() antlr.Parser

func (*DocumentContext) GetRuleContext

func (s *DocumentContext) GetRuleContext() antlr.RuleContext

func (*DocumentContext) IsDocumentContext

func (*DocumentContext) IsDocumentContext()

func (*DocumentContext) ToStringTree

func (s *DocumentContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*DocumentContext) Version

func (s *DocumentContext) Version() IVersionContext

func (*DocumentContext) Workflow

func (s *DocumentContext) Workflow() IWorkflowContext

type Document_elementContext

type Document_elementContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewDocument_elementContext

func NewDocument_elementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Document_elementContext

func NewEmptyDocument_elementContext

func NewEmptyDocument_elementContext() *Document_elementContext

func (*Document_elementContext) EnterRule

func (s *Document_elementContext) EnterRule(listener antlr.ParseTreeListener)

func (*Document_elementContext) ExitRule

func (s *Document_elementContext) ExitRule(listener antlr.ParseTreeListener)

func (*Document_elementContext) GetParser

func (s *Document_elementContext) GetParser() antlr.Parser

func (*Document_elementContext) GetRuleContext

func (s *Document_elementContext) GetRuleContext() antlr.RuleContext

func (*Document_elementContext) Import_doc

func (*Document_elementContext) IsDocument_elementContext

func (*Document_elementContext) IsDocument_elementContext()

func (*Document_elementContext) Task

func (*Document_elementContext) ToStringTree

func (s *Document_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*Document_elementContext) Wdl_struct

type EqeqContext

type EqeqContext struct {
	*Expr_infix2Context
}

func NewEqeqContext

func NewEqeqContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *EqeqContext

func (*EqeqContext) EQUALITY

func (s *EqeqContext) EQUALITY() antlr.TerminalNode

func (*EqeqContext) EnterRule

func (s *EqeqContext) EnterRule(listener antlr.ParseTreeListener)

func (*EqeqContext) ExitRule

func (s *EqeqContext) ExitRule(listener antlr.ParseTreeListener)

func (*EqeqContext) Expr_infix2

func (s *EqeqContext) Expr_infix2() IExpr_infix2Context

func (*EqeqContext) Expr_infix3

func (s *EqeqContext) Expr_infix3() IExpr_infix3Context

func (*EqeqContext) GetRuleContext

func (s *EqeqContext) GetRuleContext() antlr.RuleContext

type ExprContext

type ExprContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyExprContext

func NewEmptyExprContext() *ExprContext

func NewExprContext

func NewExprContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ExprContext

func (*ExprContext) EnterRule

func (s *ExprContext) EnterRule(listener antlr.ParseTreeListener)

func (*ExprContext) ExitRule

func (s *ExprContext) ExitRule(listener antlr.ParseTreeListener)

func (*ExprContext) Expr_infix

func (s *ExprContext) Expr_infix() IExpr_infixContext

func (*ExprContext) GetParser

func (s *ExprContext) GetParser() antlr.Parser

func (*ExprContext) GetRuleContext

func (s *ExprContext) GetRuleContext() antlr.RuleContext

func (*ExprContext) IsExprContext

func (*ExprContext) IsExprContext()

func (*ExprContext) ToStringTree

func (s *ExprContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Expr_coreContext

type Expr_coreContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyExpr_coreContext

func NewEmptyExpr_coreContext() *Expr_coreContext

func NewExpr_coreContext

func NewExpr_coreContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_coreContext

func (*Expr_coreContext) CopyFrom

func (s *Expr_coreContext) CopyFrom(ctx *Expr_coreContext)

func (*Expr_coreContext) GetParser

func (s *Expr_coreContext) GetParser() antlr.Parser

func (*Expr_coreContext) GetRuleContext

func (s *Expr_coreContext) GetRuleContext() antlr.RuleContext

func (*Expr_coreContext) IsExpr_coreContext

func (*Expr_coreContext) IsExpr_coreContext()

func (*Expr_coreContext) ToStringTree

func (s *Expr_coreContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Expr_infix0Context

type Expr_infix0Context struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyExpr_infix0Context

func NewEmptyExpr_infix0Context() *Expr_infix0Context

func NewExpr_infix0Context

func NewExpr_infix0Context(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_infix0Context

func (*Expr_infix0Context) CopyFrom

func (s *Expr_infix0Context) CopyFrom(ctx *Expr_infix0Context)

func (*Expr_infix0Context) GetParser

func (s *Expr_infix0Context) GetParser() antlr.Parser

func (*Expr_infix0Context) GetRuleContext

func (s *Expr_infix0Context) GetRuleContext() antlr.RuleContext

func (*Expr_infix0Context) IsExpr_infix0Context

func (*Expr_infix0Context) IsExpr_infix0Context()

func (*Expr_infix0Context) ToStringTree

func (s *Expr_infix0Context) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Expr_infix1Context

type Expr_infix1Context struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyExpr_infix1Context

func NewEmptyExpr_infix1Context() *Expr_infix1Context

func NewExpr_infix1Context

func NewExpr_infix1Context(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_infix1Context

func (*Expr_infix1Context) CopyFrom

func (s *Expr_infix1Context) CopyFrom(ctx *Expr_infix1Context)

func (*Expr_infix1Context) GetParser

func (s *Expr_infix1Context) GetParser() antlr.Parser

func (*Expr_infix1Context) GetRuleContext

func (s *Expr_infix1Context) GetRuleContext() antlr.RuleContext

func (*Expr_infix1Context) IsExpr_infix1Context

func (*Expr_infix1Context) IsExpr_infix1Context()

func (*Expr_infix1Context) ToStringTree

func (s *Expr_infix1Context) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Expr_infix2Context

type Expr_infix2Context struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyExpr_infix2Context

func NewEmptyExpr_infix2Context() *Expr_infix2Context

func NewExpr_infix2Context

func NewExpr_infix2Context(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_infix2Context

func (*Expr_infix2Context) CopyFrom

func (s *Expr_infix2Context) CopyFrom(ctx *Expr_infix2Context)

func (*Expr_infix2Context) GetParser

func (s *Expr_infix2Context) GetParser() antlr.Parser

func (*Expr_infix2Context) GetRuleContext

func (s *Expr_infix2Context) GetRuleContext() antlr.RuleContext

func (*Expr_infix2Context) IsExpr_infix2Context

func (*Expr_infix2Context) IsExpr_infix2Context()

func (*Expr_infix2Context) ToStringTree

func (s *Expr_infix2Context) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Expr_infix3Context

type Expr_infix3Context struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyExpr_infix3Context

func NewEmptyExpr_infix3Context() *Expr_infix3Context

func NewExpr_infix3Context

func NewExpr_infix3Context(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_infix3Context

func (*Expr_infix3Context) CopyFrom

func (s *Expr_infix3Context) CopyFrom(ctx *Expr_infix3Context)

func (*Expr_infix3Context) GetParser

func (s *Expr_infix3Context) GetParser() antlr.Parser

func (*Expr_infix3Context) GetRuleContext

func (s *Expr_infix3Context) GetRuleContext() antlr.RuleContext

func (*Expr_infix3Context) IsExpr_infix3Context

func (*Expr_infix3Context) IsExpr_infix3Context()

func (*Expr_infix3Context) ToStringTree

func (s *Expr_infix3Context) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Expr_infix4Context

type Expr_infix4Context struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyExpr_infix4Context

func NewEmptyExpr_infix4Context() *Expr_infix4Context

func NewExpr_infix4Context

func NewExpr_infix4Context(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_infix4Context

func (*Expr_infix4Context) CopyFrom

func (s *Expr_infix4Context) CopyFrom(ctx *Expr_infix4Context)

func (*Expr_infix4Context) GetParser

func (s *Expr_infix4Context) GetParser() antlr.Parser

func (*Expr_infix4Context) GetRuleContext

func (s *Expr_infix4Context) GetRuleContext() antlr.RuleContext

func (*Expr_infix4Context) IsExpr_infix4Context

func (*Expr_infix4Context) IsExpr_infix4Context()

func (*Expr_infix4Context) ToStringTree

func (s *Expr_infix4Context) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Expr_infix5Context

type Expr_infix5Context struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyExpr_infix5Context

func NewEmptyExpr_infix5Context() *Expr_infix5Context

func NewExpr_infix5Context

func NewExpr_infix5Context(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_infix5Context

func (*Expr_infix5Context) EnterRule

func (s *Expr_infix5Context) EnterRule(listener antlr.ParseTreeListener)

func (*Expr_infix5Context) ExitRule

func (s *Expr_infix5Context) ExitRule(listener antlr.ParseTreeListener)

func (*Expr_infix5Context) Expr_core

func (s *Expr_infix5Context) Expr_core() IExpr_coreContext

func (*Expr_infix5Context) GetParser

func (s *Expr_infix5Context) GetParser() antlr.Parser

func (*Expr_infix5Context) GetRuleContext

func (s *Expr_infix5Context) GetRuleContext() antlr.RuleContext

func (*Expr_infix5Context) IsExpr_infix5Context

func (*Expr_infix5Context) IsExpr_infix5Context()

func (*Expr_infix5Context) ToStringTree

func (s *Expr_infix5Context) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Expr_infixContext

type Expr_infixContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyExpr_infixContext

func NewEmptyExpr_infixContext() *Expr_infixContext

func NewExpr_infixContext

func NewExpr_infixContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_infixContext

func (*Expr_infixContext) CopyFrom

func (s *Expr_infixContext) CopyFrom(ctx *Expr_infixContext)

func (*Expr_infixContext) GetParser

func (s *Expr_infixContext) GetParser() antlr.Parser

func (*Expr_infixContext) GetRuleContext

func (s *Expr_infixContext) GetRuleContext() antlr.RuleContext

func (*Expr_infixContext) IsExpr_infixContext

func (*Expr_infixContext) IsExpr_infixContext()

func (*Expr_infixContext) ToStringTree

func (s *Expr_infixContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Expression_groupContext

type Expression_groupContext struct {
	*Expr_coreContext
}

func NewExpression_groupContext

func NewExpression_groupContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *Expression_groupContext

func (*Expression_groupContext) EnterRule

func (s *Expression_groupContext) EnterRule(listener antlr.ParseTreeListener)

func (*Expression_groupContext) ExitRule

func (s *Expression_groupContext) ExitRule(listener antlr.ParseTreeListener)

func (*Expression_groupContext) Expr

func (*Expression_groupContext) GetRuleContext

func (s *Expression_groupContext) GetRuleContext() antlr.RuleContext

func (*Expression_groupContext) LPAREN

func (*Expression_groupContext) RPAREN

type Expression_placeholder_optionContext

type Expression_placeholder_optionContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyExpression_placeholder_optionContext

func NewEmptyExpression_placeholder_optionContext() *Expression_placeholder_optionContext

func NewExpression_placeholder_optionContext

func NewExpression_placeholder_optionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expression_placeholder_optionContext

func (*Expression_placeholder_optionContext) BoolLiteral

func (*Expression_placeholder_optionContext) DEFAULTEQUAL

func (*Expression_placeholder_optionContext) EQUAL

func (*Expression_placeholder_optionContext) EnterRule

func (*Expression_placeholder_optionContext) ExitRule

func (*Expression_placeholder_optionContext) GetParser

func (*Expression_placeholder_optionContext) GetRuleContext

func (*Expression_placeholder_optionContext) IsExpression_placeholder_optionContext

func (*Expression_placeholder_optionContext) IsExpression_placeholder_optionContext()

func (*Expression_placeholder_optionContext) Number

func (*Expression_placeholder_optionContext) SEPEQUAL

func (*Expression_placeholder_optionContext) ToStringTree

func (s *Expression_placeholder_optionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*Expression_placeholder_optionContext) Wdl_string

type Get_nameContext

type Get_nameContext struct {
	*Expr_coreContext
}

func NewGet_nameContext

func NewGet_nameContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *Get_nameContext

func (*Get_nameContext) DOT

func (*Get_nameContext) EnterRule

func (s *Get_nameContext) EnterRule(listener antlr.ParseTreeListener)

func (*Get_nameContext) ExitRule

func (s *Get_nameContext) ExitRule(listener antlr.ParseTreeListener)

func (*Get_nameContext) Expr_core

func (s *Get_nameContext) Expr_core() IExpr_coreContext

func (*Get_nameContext) GetRuleContext

func (s *Get_nameContext) GetRuleContext() antlr.RuleContext

func (*Get_nameContext) Identifier

func (s *Get_nameContext) Identifier() antlr.TerminalNode

type GtContext

type GtContext struct {
	*Expr_infix2Context
}

func NewGtContext

func NewGtContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *GtContext

func (*GtContext) EnterRule

func (s *GtContext) EnterRule(listener antlr.ParseTreeListener)

func (*GtContext) ExitRule

func (s *GtContext) ExitRule(listener antlr.ParseTreeListener)

func (*GtContext) Expr_infix2

func (s *GtContext) Expr_infix2() IExpr_infix2Context

func (*GtContext) Expr_infix3

func (s *GtContext) Expr_infix3() IExpr_infix3Context

func (*GtContext) GT

func (s *GtContext) GT() antlr.TerminalNode

func (*GtContext) GetRuleContext

func (s *GtContext) GetRuleContext() antlr.RuleContext

type GteContext

type GteContext struct {
	*Expr_infix2Context
}

func NewGteContext

func NewGteContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *GteContext

func (*GteContext) EnterRule

func (s *GteContext) EnterRule(listener antlr.ParseTreeListener)

func (*GteContext) ExitRule

func (s *GteContext) ExitRule(listener antlr.ParseTreeListener)

func (*GteContext) Expr_infix2

func (s *GteContext) Expr_infix2() IExpr_infix2Context

func (*GteContext) Expr_infix3

func (s *GteContext) Expr_infix3() IExpr_infix3Context

func (*GteContext) GTE

func (s *GteContext) GTE() antlr.TerminalNode

func (*GteContext) GetRuleContext

func (s *GteContext) GetRuleContext() antlr.RuleContext

type IAny_declsContext

type IAny_declsContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsAny_declsContext differentiates from other interfaces.
	IsAny_declsContext()
}

IAny_declsContext is an interface to support dynamic dispatch.

type IArray_typeContext

type IArray_typeContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsArray_typeContext differentiates from other interfaces.
	IsArray_typeContext()
}

IArray_typeContext is an interface to support dynamic dispatch.

type IBound_declsContext

type IBound_declsContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsBound_declsContext differentiates from other interfaces.
	IsBound_declsContext()
}

IBound_declsContext is an interface to support dynamic dispatch.

type ICallContext

type ICallContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsCallContext differentiates from other interfaces.
	IsCallContext()
}

ICallContext is an interface to support dynamic dispatch.

type ICall_afterContext

type ICall_afterContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsCall_afterContext differentiates from other interfaces.
	IsCall_afterContext()
}

ICall_afterContext is an interface to support dynamic dispatch.

type ICall_aliasContext

type ICall_aliasContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsCall_aliasContext differentiates from other interfaces.
	IsCall_aliasContext()
}

ICall_aliasContext is an interface to support dynamic dispatch.

type ICall_bodyContext

type ICall_bodyContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsCall_bodyContext differentiates from other interfaces.
	IsCall_bodyContext()
}

ICall_bodyContext is an interface to support dynamic dispatch.

type ICall_inputContext

type ICall_inputContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsCall_inputContext differentiates from other interfaces.
	IsCall_inputContext()
}

ICall_inputContext is an interface to support dynamic dispatch.

type ICall_inputsContext

type ICall_inputsContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsCall_inputsContext differentiates from other interfaces.
	IsCall_inputsContext()
}

ICall_inputsContext is an interface to support dynamic dispatch.

type ICall_nameContext

type ICall_nameContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsCall_nameContext differentiates from other interfaces.
	IsCall_nameContext()
}

ICall_nameContext is an interface to support dynamic dispatch.

type IConditionalContext

type IConditionalContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsConditionalContext differentiates from other interfaces.
	IsConditionalContext()
}

IConditionalContext is an interface to support dynamic dispatch.

type IDocumentContext

type IDocumentContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsDocumentContext differentiates from other interfaces.
	IsDocumentContext()
}

IDocumentContext is an interface to support dynamic dispatch.

type IDocument_elementContext

type IDocument_elementContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsDocument_elementContext differentiates from other interfaces.
	IsDocument_elementContext()
}

IDocument_elementContext is an interface to support dynamic dispatch.

type IExprContext

type IExprContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsExprContext differentiates from other interfaces.
	IsExprContext()
}

IExprContext is an interface to support dynamic dispatch.

type IExpr_coreContext

type IExpr_coreContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsExpr_coreContext differentiates from other interfaces.
	IsExpr_coreContext()
}

IExpr_coreContext is an interface to support dynamic dispatch.

type IExpr_infix0Context

type IExpr_infix0Context interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsExpr_infix0Context differentiates from other interfaces.
	IsExpr_infix0Context()
}

IExpr_infix0Context is an interface to support dynamic dispatch.

type IExpr_infix1Context

type IExpr_infix1Context interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsExpr_infix1Context differentiates from other interfaces.
	IsExpr_infix1Context()
}

IExpr_infix1Context is an interface to support dynamic dispatch.

type IExpr_infix2Context

type IExpr_infix2Context interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsExpr_infix2Context differentiates from other interfaces.
	IsExpr_infix2Context()
}

IExpr_infix2Context is an interface to support dynamic dispatch.

type IExpr_infix3Context

type IExpr_infix3Context interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsExpr_infix3Context differentiates from other interfaces.
	IsExpr_infix3Context()
}

IExpr_infix3Context is an interface to support dynamic dispatch.

type IExpr_infix4Context

type IExpr_infix4Context interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsExpr_infix4Context differentiates from other interfaces.
	IsExpr_infix4Context()
}

IExpr_infix4Context is an interface to support dynamic dispatch.

type IExpr_infix5Context

type IExpr_infix5Context interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsExpr_infix5Context differentiates from other interfaces.
	IsExpr_infix5Context()
}

IExpr_infix5Context is an interface to support dynamic dispatch.

type IExpr_infixContext

type IExpr_infixContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsExpr_infixContext differentiates from other interfaces.
	IsExpr_infixContext()
}

IExpr_infixContext is an interface to support dynamic dispatch.

type IExpression_placeholder_optionContext

type IExpression_placeholder_optionContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsExpression_placeholder_optionContext differentiates from other interfaces.
	IsExpression_placeholder_optionContext()
}

IExpression_placeholder_optionContext is an interface to support dynamic dispatch.

type IImport_aliasContext

type IImport_aliasContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsImport_aliasContext differentiates from other interfaces.
	IsImport_aliasContext()
}

IImport_aliasContext is an interface to support dynamic dispatch.

type IImport_asContext

type IImport_asContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsImport_asContext differentiates from other interfaces.
	IsImport_asContext()
}

IImport_asContext is an interface to support dynamic dispatch.

type IImport_docContext

type IImport_docContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsImport_docContext differentiates from other interfaces.
	IsImport_docContext()
}

IImport_docContext is an interface to support dynamic dispatch.

type IInner_workflow_elementContext

type IInner_workflow_elementContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsInner_workflow_elementContext differentiates from other interfaces.
	IsInner_workflow_elementContext()
}

IInner_workflow_elementContext is an interface to support dynamic dispatch.

type IMap_typeContext

type IMap_typeContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsMap_typeContext differentiates from other interfaces.
	IsMap_typeContext()
}

IMap_typeContext is an interface to support dynamic dispatch.

type IMemberContext

type IMemberContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsMemberContext differentiates from other interfaces.
	IsMemberContext()
}

IMemberContext is an interface to support dynamic dispatch.

type IMetaContext

type IMetaContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsMetaContext differentiates from other interfaces.
	IsMetaContext()
}

IMetaContext is an interface to support dynamic dispatch.

type IMeta_arrayContext

type IMeta_arrayContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsMeta_arrayContext differentiates from other interfaces.
	IsMeta_arrayContext()
}

IMeta_arrayContext is an interface to support dynamic dispatch.

type IMeta_kvContext

type IMeta_kvContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsMeta_kvContext differentiates from other interfaces.
	IsMeta_kvContext()
}

IMeta_kvContext is an interface to support dynamic dispatch.

type IMeta_objectContext

type IMeta_objectContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsMeta_objectContext differentiates from other interfaces.
	IsMeta_objectContext()
}

IMeta_objectContext is an interface to support dynamic dispatch.

type IMeta_object_kvContext

type IMeta_object_kvContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsMeta_object_kvContext differentiates from other interfaces.
	IsMeta_object_kvContext()
}

IMeta_object_kvContext is an interface to support dynamic dispatch.

type IMeta_stringContext

type IMeta_stringContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsMeta_stringContext differentiates from other interfaces.
	IsMeta_stringContext()
}

IMeta_stringContext is an interface to support dynamic dispatch.

type IMeta_string_partContext

type IMeta_string_partContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsMeta_string_partContext differentiates from other interfaces.
	IsMeta_string_partContext()
}

IMeta_string_partContext is an interface to support dynamic dispatch.

type IMeta_valueContext

type IMeta_valueContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsMeta_valueContext differentiates from other interfaces.
	IsMeta_valueContext()
}

IMeta_valueContext is an interface to support dynamic dispatch.

type INumberContext

type INumberContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsNumberContext differentiates from other interfaces.
	IsNumberContext()
}

INumberContext is an interface to support dynamic dispatch.

type IPair_typeContext

type IPair_typeContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsPair_typeContext differentiates from other interfaces.
	IsPair_typeContext()
}

IPair_typeContext is an interface to support dynamic dispatch.

type IParameter_metaContext

type IParameter_metaContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsParameter_metaContext differentiates from other interfaces.
	IsParameter_metaContext()
}

IParameter_metaContext is an interface to support dynamic dispatch.

type IPrimitive_literalContext

type IPrimitive_literalContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsPrimitive_literalContext differentiates from other interfaces.
	IsPrimitive_literalContext()
}

IPrimitive_literalContext is an interface to support dynamic dispatch.

type IScatterContext

type IScatterContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsScatterContext differentiates from other interfaces.
	IsScatterContext()
}

IScatterContext is an interface to support dynamic dispatch.

type IString_expr_partContext

type IString_expr_partContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsString_expr_partContext differentiates from other interfaces.
	IsString_expr_partContext()
}

IString_expr_partContext is an interface to support dynamic dispatch.

type IString_expr_with_string_partContext

type IString_expr_with_string_partContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsString_expr_with_string_partContext differentiates from other interfaces.
	IsString_expr_with_string_partContext()
}

IString_expr_with_string_partContext is an interface to support dynamic dispatch.

type IString_partContext

type IString_partContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsString_partContext differentiates from other interfaces.
	IsString_partContext()
}

IString_partContext is an interface to support dynamic dispatch.

type ITaskContext

type ITaskContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsTaskContext differentiates from other interfaces.
	IsTaskContext()
}

ITaskContext is an interface to support dynamic dispatch.

type ITask_commandContext

type ITask_commandContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsTask_commandContext differentiates from other interfaces.
	IsTask_commandContext()
}

ITask_commandContext is an interface to support dynamic dispatch.

type ITask_command_expr_partContext

type ITask_command_expr_partContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsTask_command_expr_partContext differentiates from other interfaces.
	IsTask_command_expr_partContext()
}

ITask_command_expr_partContext is an interface to support dynamic dispatch.

type ITask_command_expr_with_stringContext

type ITask_command_expr_with_stringContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsTask_command_expr_with_stringContext differentiates from other interfaces.
	IsTask_command_expr_with_stringContext()
}

ITask_command_expr_with_stringContext is an interface to support dynamic dispatch.

type ITask_command_string_partContext

type ITask_command_string_partContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsTask_command_string_partContext differentiates from other interfaces.
	IsTask_command_string_partContext()
}

ITask_command_string_partContext is an interface to support dynamic dispatch.

type ITask_elementContext

type ITask_elementContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsTask_elementContext differentiates from other interfaces.
	IsTask_elementContext()
}

ITask_elementContext is an interface to support dynamic dispatch.

type ITask_inputContext

type ITask_inputContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsTask_inputContext differentiates from other interfaces.
	IsTask_inputContext()
}

ITask_inputContext is an interface to support dynamic dispatch.

type ITask_outputContext

type ITask_outputContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsTask_outputContext differentiates from other interfaces.
	IsTask_outputContext()
}

ITask_outputContext is an interface to support dynamic dispatch.

type ITask_runtimeContext

type ITask_runtimeContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsTask_runtimeContext differentiates from other interfaces.
	IsTask_runtimeContext()
}

ITask_runtimeContext is an interface to support dynamic dispatch.

type ITask_runtime_kvContext

type ITask_runtime_kvContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsTask_runtime_kvContext differentiates from other interfaces.
	IsTask_runtime_kvContext()
}

ITask_runtime_kvContext is an interface to support dynamic dispatch.

type IType_baseContext

type IType_baseContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsType_baseContext differentiates from other interfaces.
	IsType_baseContext()
}

IType_baseContext is an interface to support dynamic dispatch.

type IUnbound_declsContext

type IUnbound_declsContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsUnbound_declsContext differentiates from other interfaces.
	IsUnbound_declsContext()
}

IUnbound_declsContext is an interface to support dynamic dispatch.

type IVersionContext

type IVersionContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsVersionContext differentiates from other interfaces.
	IsVersionContext()
}

IVersionContext is an interface to support dynamic dispatch.

type IWdl_stringContext

type IWdl_stringContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsWdl_stringContext differentiates from other interfaces.
	IsWdl_stringContext()
}

IWdl_stringContext is an interface to support dynamic dispatch.

type IWdl_structContext

type IWdl_structContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsWdl_structContext differentiates from other interfaces.
	IsWdl_structContext()
}

IWdl_structContext is an interface to support dynamic dispatch.

type IWdl_typeContext

type IWdl_typeContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsWdl_typeContext differentiates from other interfaces.
	IsWdl_typeContext()
}

IWdl_typeContext is an interface to support dynamic dispatch.

type IWorkflowContext

type IWorkflowContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsWorkflowContext differentiates from other interfaces.
	IsWorkflowContext()
}

IWorkflowContext is an interface to support dynamic dispatch.

type IWorkflow_elementContext

type IWorkflow_elementContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsWorkflow_elementContext differentiates from other interfaces.
	IsWorkflow_elementContext()
}

IWorkflow_elementContext is an interface to support dynamic dispatch.

type IWorkflow_inputContext

type IWorkflow_inputContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsWorkflow_inputContext differentiates from other interfaces.
	IsWorkflow_inputContext()
}

IWorkflow_inputContext is an interface to support dynamic dispatch.

type IWorkflow_outputContext

type IWorkflow_outputContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsWorkflow_outputContext differentiates from other interfaces.
	IsWorkflow_outputContext()
}

IWorkflow_outputContext is an interface to support dynamic dispatch.

type IfthenelseContext

type IfthenelseContext struct {
	*Expr_coreContext
}

func NewIfthenelseContext

func NewIfthenelseContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *IfthenelseContext

func (*IfthenelseContext) AllExpr

func (s *IfthenelseContext) AllExpr() []IExprContext

func (*IfthenelseContext) ELSE

func (*IfthenelseContext) EnterRule

func (s *IfthenelseContext) EnterRule(listener antlr.ParseTreeListener)

func (*IfthenelseContext) ExitRule

func (s *IfthenelseContext) ExitRule(listener antlr.ParseTreeListener)

func (*IfthenelseContext) Expr

func (s *IfthenelseContext) Expr(i int) IExprContext

func (*IfthenelseContext) GetRuleContext

func (s *IfthenelseContext) GetRuleContext() antlr.RuleContext

func (*IfthenelseContext) IF

func (*IfthenelseContext) THEN

type Import_aliasContext

type Import_aliasContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyImport_aliasContext

func NewEmptyImport_aliasContext() *Import_aliasContext

func NewImport_aliasContext

func NewImport_aliasContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Import_aliasContext

func (*Import_aliasContext) ALIAS

func (*Import_aliasContext) AS

func (*Import_aliasContext) AllIdentifier

func (s *Import_aliasContext) AllIdentifier() []antlr.TerminalNode

func (*Import_aliasContext) EnterRule

func (s *Import_aliasContext) EnterRule(listener antlr.ParseTreeListener)

func (*Import_aliasContext) ExitRule

func (s *Import_aliasContext) ExitRule(listener antlr.ParseTreeListener)

func (*Import_aliasContext) GetParser

func (s *Import_aliasContext) GetParser() antlr.Parser

func (*Import_aliasContext) GetRuleContext

func (s *Import_aliasContext) GetRuleContext() antlr.RuleContext

func (*Import_aliasContext) Identifier

func (s *Import_aliasContext) Identifier(i int) antlr.TerminalNode

func (*Import_aliasContext) IsImport_aliasContext

func (*Import_aliasContext) IsImport_aliasContext()

func (*Import_aliasContext) ToStringTree

func (s *Import_aliasContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Import_asContext

type Import_asContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyImport_asContext

func NewEmptyImport_asContext() *Import_asContext

func NewImport_asContext

func NewImport_asContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Import_asContext

func (*Import_asContext) AS

func (*Import_asContext) EnterRule

func (s *Import_asContext) EnterRule(listener antlr.ParseTreeListener)

func (*Import_asContext) ExitRule

func (s *Import_asContext) ExitRule(listener antlr.ParseTreeListener)

func (*Import_asContext) GetParser

func (s *Import_asContext) GetParser() antlr.Parser

func (*Import_asContext) GetRuleContext

func (s *Import_asContext) GetRuleContext() antlr.RuleContext

func (*Import_asContext) Identifier

func (s *Import_asContext) Identifier() antlr.TerminalNode

func (*Import_asContext) IsImport_asContext

func (*Import_asContext) IsImport_asContext()

func (*Import_asContext) ToStringTree

func (s *Import_asContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Import_docContext

type Import_docContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyImport_docContext

func NewEmptyImport_docContext() *Import_docContext

func NewImport_docContext

func NewImport_docContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Import_docContext

func (*Import_docContext) AllImport_alias

func (s *Import_docContext) AllImport_alias() []IImport_aliasContext

func (*Import_docContext) EnterRule

func (s *Import_docContext) EnterRule(listener antlr.ParseTreeListener)

func (*Import_docContext) ExitRule

func (s *Import_docContext) ExitRule(listener antlr.ParseTreeListener)

func (*Import_docContext) GetParser

func (s *Import_docContext) GetParser() antlr.Parser

func (*Import_docContext) GetRuleContext

func (s *Import_docContext) GetRuleContext() antlr.RuleContext

func (*Import_docContext) IMPORT

func (s *Import_docContext) IMPORT() antlr.TerminalNode

func (*Import_docContext) Import_alias

func (s *Import_docContext) Import_alias(i int) IImport_aliasContext

func (*Import_docContext) Import_as

func (s *Import_docContext) Import_as() IImport_asContext

func (*Import_docContext) IsImport_docContext

func (*Import_docContext) IsImport_docContext()

func (*Import_docContext) ToStringTree

func (s *Import_docContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*Import_docContext) Wdl_string

func (s *Import_docContext) Wdl_string() IWdl_stringContext

type Infix0Context

type Infix0Context struct {
	*Expr_infixContext
}

func NewInfix0Context

func NewInfix0Context(parser antlr.Parser, ctx antlr.ParserRuleContext) *Infix0Context

func (*Infix0Context) EnterRule

func (s *Infix0Context) EnterRule(listener antlr.ParseTreeListener)

func (*Infix0Context) ExitRule

func (s *Infix0Context) ExitRule(listener antlr.ParseTreeListener)

func (*Infix0Context) Expr_infix0

func (s *Infix0Context) Expr_infix0() IExpr_infix0Context

func (*Infix0Context) GetRuleContext

func (s *Infix0Context) GetRuleContext() antlr.RuleContext

type Infix1Context

type Infix1Context struct {
	*Expr_infix0Context
}

func NewInfix1Context

func NewInfix1Context(parser antlr.Parser, ctx antlr.ParserRuleContext) *Infix1Context

func (*Infix1Context) EnterRule

func (s *Infix1Context) EnterRule(listener antlr.ParseTreeListener)

func (*Infix1Context) ExitRule

func (s *Infix1Context) ExitRule(listener antlr.ParseTreeListener)

func (*Infix1Context) Expr_infix1

func (s *Infix1Context) Expr_infix1() IExpr_infix1Context

func (*Infix1Context) GetRuleContext

func (s *Infix1Context) GetRuleContext() antlr.RuleContext

type Infix2Context

type Infix2Context struct {
	*Expr_infix1Context
}

func NewInfix2Context

func NewInfix2Context(parser antlr.Parser, ctx antlr.ParserRuleContext) *Infix2Context

func (*Infix2Context) EnterRule

func (s *Infix2Context) EnterRule(listener antlr.ParseTreeListener)

func (*Infix2Context) ExitRule

func (s *Infix2Context) ExitRule(listener antlr.ParseTreeListener)

func (*Infix2Context) Expr_infix2

func (s *Infix2Context) Expr_infix2() IExpr_infix2Context

func (*Infix2Context) GetRuleContext

func (s *Infix2Context) GetRuleContext() antlr.RuleContext

type Infix3Context

type Infix3Context struct {
	*Expr_infix2Context
}

func NewInfix3Context

func NewInfix3Context(parser antlr.Parser, ctx antlr.ParserRuleContext) *Infix3Context

func (*Infix3Context) EnterRule

func (s *Infix3Context) EnterRule(listener antlr.ParseTreeListener)

func (*Infix3Context) ExitRule

func (s *Infix3Context) ExitRule(listener antlr.ParseTreeListener)

func (*Infix3Context) Expr_infix3

func (s *Infix3Context) Expr_infix3() IExpr_infix3Context

func (*Infix3Context) GetRuleContext

func (s *Infix3Context) GetRuleContext() antlr.RuleContext

type Infix4Context

type Infix4Context struct {
	*Expr_infix3Context
}

func NewInfix4Context

func NewInfix4Context(parser antlr.Parser, ctx antlr.ParserRuleContext) *Infix4Context

func (*Infix4Context) EnterRule

func (s *Infix4Context) EnterRule(listener antlr.ParseTreeListener)

func (*Infix4Context) ExitRule

func (s *Infix4Context) ExitRule(listener antlr.ParseTreeListener)

func (*Infix4Context) Expr_infix4

func (s *Infix4Context) Expr_infix4() IExpr_infix4Context

func (*Infix4Context) GetRuleContext

func (s *Infix4Context) GetRuleContext() antlr.RuleContext

type Infix5Context

type Infix5Context struct {
	*Expr_infix4Context
}

func NewInfix5Context

func NewInfix5Context(parser antlr.Parser, ctx antlr.ParserRuleContext) *Infix5Context

func (*Infix5Context) EnterRule

func (s *Infix5Context) EnterRule(listener antlr.ParseTreeListener)

func (*Infix5Context) ExitRule

func (s *Infix5Context) ExitRule(listener antlr.ParseTreeListener)

func (*Infix5Context) Expr_infix5

func (s *Infix5Context) Expr_infix5() IExpr_infix5Context

func (*Infix5Context) GetRuleContext

func (s *Infix5Context) GetRuleContext() antlr.RuleContext

type Inner_elementContext

type Inner_elementContext struct {
	*Workflow_elementContext
}

func NewInner_elementContext

func NewInner_elementContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *Inner_elementContext

func (*Inner_elementContext) EnterRule

func (s *Inner_elementContext) EnterRule(listener antlr.ParseTreeListener)

func (*Inner_elementContext) ExitRule

func (s *Inner_elementContext) ExitRule(listener antlr.ParseTreeListener)

func (*Inner_elementContext) GetRuleContext

func (s *Inner_elementContext) GetRuleContext() antlr.RuleContext

func (*Inner_elementContext) Inner_workflow_element

func (s *Inner_elementContext) Inner_workflow_element() IInner_workflow_elementContext

type Inner_workflow_elementContext

type Inner_workflow_elementContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyInner_workflow_elementContext

func NewEmptyInner_workflow_elementContext() *Inner_workflow_elementContext

func NewInner_workflow_elementContext

func NewInner_workflow_elementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Inner_workflow_elementContext

func (*Inner_workflow_elementContext) Bound_decls

func (*Inner_workflow_elementContext) Call

func (*Inner_workflow_elementContext) Conditional

func (*Inner_workflow_elementContext) EnterRule

func (s *Inner_workflow_elementContext) EnterRule(listener antlr.ParseTreeListener)

func (*Inner_workflow_elementContext) ExitRule

func (*Inner_workflow_elementContext) GetParser

func (*Inner_workflow_elementContext) GetRuleContext

func (s *Inner_workflow_elementContext) GetRuleContext() antlr.RuleContext

func (*Inner_workflow_elementContext) IsInner_workflow_elementContext

func (*Inner_workflow_elementContext) IsInner_workflow_elementContext()

func (*Inner_workflow_elementContext) Scatter

func (*Inner_workflow_elementContext) ToStringTree

func (s *Inner_workflow_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type InputContext

type InputContext struct {
	*Workflow_elementContext
}

func NewInputContext

func NewInputContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *InputContext

func (*InputContext) EnterRule

func (s *InputContext) EnterRule(listener antlr.ParseTreeListener)

func (*InputContext) ExitRule

func (s *InputContext) ExitRule(listener antlr.ParseTreeListener)

func (*InputContext) GetRuleContext

func (s *InputContext) GetRuleContext() antlr.RuleContext

func (*InputContext) Workflow_input

func (s *InputContext) Workflow_input() IWorkflow_inputContext

type LandContext

type LandContext struct {
	*Expr_infix1Context
}

func NewLandContext

func NewLandContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *LandContext

func (*LandContext) AND

func (s *LandContext) AND() antlr.TerminalNode

func (*LandContext) EnterRule

func (s *LandContext) EnterRule(listener antlr.ParseTreeListener)

func (*LandContext) ExitRule

func (s *LandContext) ExitRule(listener antlr.ParseTreeListener)

func (*LandContext) Expr_infix1

func (s *LandContext) Expr_infix1() IExpr_infix1Context

func (*LandContext) Expr_infix2

func (s *LandContext) Expr_infix2() IExpr_infix2Context

func (*LandContext) GetRuleContext

func (s *LandContext) GetRuleContext() antlr.RuleContext

type Left_nameContext

type Left_nameContext struct {
	*Expr_coreContext
}

func NewLeft_nameContext

func NewLeft_nameContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *Left_nameContext

func (*Left_nameContext) EnterRule

func (s *Left_nameContext) EnterRule(listener antlr.ParseTreeListener)

func (*Left_nameContext) ExitRule

func (s *Left_nameContext) ExitRule(listener antlr.ParseTreeListener)

func (*Left_nameContext) GetRuleContext

func (s *Left_nameContext) GetRuleContext() antlr.RuleContext

func (*Left_nameContext) Identifier

func (s *Left_nameContext) Identifier() antlr.TerminalNode

type LorContext

type LorContext struct {
	*Expr_infix0Context
}

func NewLorContext

func NewLorContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *LorContext

func (*LorContext) EnterRule

func (s *LorContext) EnterRule(listener antlr.ParseTreeListener)

func (*LorContext) ExitRule

func (s *LorContext) ExitRule(listener antlr.ParseTreeListener)

func (*LorContext) Expr_infix0

func (s *LorContext) Expr_infix0() IExpr_infix0Context

func (*LorContext) Expr_infix1

func (s *LorContext) Expr_infix1() IExpr_infix1Context

func (*LorContext) GetRuleContext

func (s *LorContext) GetRuleContext() antlr.RuleContext

func (*LorContext) OR

func (s *LorContext) OR() antlr.TerminalNode

type LtContext

type LtContext struct {
	*Expr_infix2Context
}

func NewLtContext

func NewLtContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *LtContext

func (*LtContext) EnterRule

func (s *LtContext) EnterRule(listener antlr.ParseTreeListener)

func (*LtContext) ExitRule

func (s *LtContext) ExitRule(listener antlr.ParseTreeListener)

func (*LtContext) Expr_infix2

func (s *LtContext) Expr_infix2() IExpr_infix2Context

func (*LtContext) Expr_infix3

func (s *LtContext) Expr_infix3() IExpr_infix3Context

func (*LtContext) GetRuleContext

func (s *LtContext) GetRuleContext() antlr.RuleContext

func (*LtContext) LT

func (s *LtContext) LT() antlr.TerminalNode

type LteContext

type LteContext struct {
	*Expr_infix2Context
}

func NewLteContext

func NewLteContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *LteContext

func (*LteContext) EnterRule

func (s *LteContext) EnterRule(listener antlr.ParseTreeListener)

func (*LteContext) ExitRule

func (s *LteContext) ExitRule(listener antlr.ParseTreeListener)

func (*LteContext) Expr_infix2

func (s *LteContext) Expr_infix2() IExpr_infix2Context

func (*LteContext) Expr_infix3

func (s *LteContext) Expr_infix3() IExpr_infix3Context

func (*LteContext) GetRuleContext

func (s *LteContext) GetRuleContext() antlr.RuleContext

func (*LteContext) LTE

func (s *LteContext) LTE() antlr.TerminalNode

type Map_literalContext

type Map_literalContext struct {
	*Expr_coreContext
}

func NewMap_literalContext

func NewMap_literalContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *Map_literalContext

func (*Map_literalContext) AllCOLON

func (s *Map_literalContext) AllCOLON() []antlr.TerminalNode

func (*Map_literalContext) AllCOMMA

func (s *Map_literalContext) AllCOMMA() []antlr.TerminalNode

func (*Map_literalContext) AllExpr

func (s *Map_literalContext) AllExpr() []IExprContext

func (*Map_literalContext) COLON

func (*Map_literalContext) COMMA

func (*Map_literalContext) EnterRule

func (s *Map_literalContext) EnterRule(listener antlr.ParseTreeListener)

func (*Map_literalContext) ExitRule

func (s *Map_literalContext) ExitRule(listener antlr.ParseTreeListener)

func (*Map_literalContext) Expr

func (s *Map_literalContext) Expr(i int) IExprContext

func (*Map_literalContext) GetRuleContext

func (s *Map_literalContext) GetRuleContext() antlr.RuleContext

func (*Map_literalContext) LBRACE

func (*Map_literalContext) RBRACE

type Map_typeContext

type Map_typeContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyMap_typeContext

func NewEmptyMap_typeContext() *Map_typeContext

func NewMap_typeContext

func NewMap_typeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Map_typeContext

func (*Map_typeContext) AllWdl_type

func (s *Map_typeContext) AllWdl_type() []IWdl_typeContext

func (*Map_typeContext) COMMA

func (s *Map_typeContext) COMMA() antlr.TerminalNode

func (*Map_typeContext) EnterRule

func (s *Map_typeContext) EnterRule(listener antlr.ParseTreeListener)

func (*Map_typeContext) ExitRule

func (s *Map_typeContext) ExitRule(listener antlr.ParseTreeListener)

func (*Map_typeContext) GetParser

func (s *Map_typeContext) GetParser() antlr.Parser

func (*Map_typeContext) GetRuleContext

func (s *Map_typeContext) GetRuleContext() antlr.RuleContext

func (*Map_typeContext) IsMap_typeContext

func (*Map_typeContext) IsMap_typeContext()

func (*Map_typeContext) LBRACK

func (s *Map_typeContext) LBRACK() antlr.TerminalNode

func (*Map_typeContext) MAP

func (*Map_typeContext) RBRACK

func (s *Map_typeContext) RBRACK() antlr.TerminalNode

func (*Map_typeContext) ToStringTree

func (s *Map_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*Map_typeContext) Wdl_type

func (s *Map_typeContext) Wdl_type(i int) IWdl_typeContext

type MemberContext

type MemberContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyMemberContext

func NewEmptyMemberContext() *MemberContext

func NewMemberContext

func NewMemberContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *MemberContext

func (*MemberContext) EnterRule

func (s *MemberContext) EnterRule(listener antlr.ParseTreeListener)

func (*MemberContext) ExitRule

func (s *MemberContext) ExitRule(listener antlr.ParseTreeListener)

func (*MemberContext) GetParser

func (s *MemberContext) GetParser() antlr.Parser

func (*MemberContext) GetRuleContext

func (s *MemberContext) GetRuleContext() antlr.RuleContext

func (*MemberContext) Identifier

func (s *MemberContext) Identifier() antlr.TerminalNode

func (*MemberContext) IsMemberContext

func (*MemberContext) IsMemberContext()

func (*MemberContext) ToStringTree

func (s *MemberContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type MetaContext

type MetaContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyMetaContext

func NewEmptyMetaContext() *MetaContext

func NewMetaContext

func NewMetaContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *MetaContext

func (*MetaContext) AllMeta_kv

func (s *MetaContext) AllMeta_kv() []IMeta_kvContext

func (*MetaContext) BeginMeta

func (s *MetaContext) BeginMeta() antlr.TerminalNode

func (*MetaContext) EndMeta

func (s *MetaContext) EndMeta() antlr.TerminalNode

func (*MetaContext) EnterRule

func (s *MetaContext) EnterRule(listener antlr.ParseTreeListener)

func (*MetaContext) ExitRule

func (s *MetaContext) ExitRule(listener antlr.ParseTreeListener)

func (*MetaContext) GetParser

func (s *MetaContext) GetParser() antlr.Parser

func (*MetaContext) GetRuleContext

func (s *MetaContext) GetRuleContext() antlr.RuleContext

func (*MetaContext) IsMetaContext

func (*MetaContext) IsMetaContext()

func (*MetaContext) META

func (s *MetaContext) META() antlr.TerminalNode

func (*MetaContext) Meta_kv

func (s *MetaContext) Meta_kv(i int) IMeta_kvContext

func (*MetaContext) ToStringTree

func (s *MetaContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Meta_arrayContext

type Meta_arrayContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyMeta_arrayContext

func NewEmptyMeta_arrayContext() *Meta_arrayContext

func NewMeta_arrayContext

func NewMeta_arrayContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Meta_arrayContext

func (*Meta_arrayContext) AllMetaArrayComma

func (s *Meta_arrayContext) AllMetaArrayComma() []antlr.TerminalNode

func (*Meta_arrayContext) AllMeta_value

func (s *Meta_arrayContext) AllMeta_value() []IMeta_valueContext

func (*Meta_arrayContext) EnterRule

func (s *Meta_arrayContext) EnterRule(listener antlr.ParseTreeListener)

func (*Meta_arrayContext) ExitRule

func (s *Meta_arrayContext) ExitRule(listener antlr.ParseTreeListener)

func (*Meta_arrayContext) GetParser

func (s *Meta_arrayContext) GetParser() antlr.Parser

func (*Meta_arrayContext) GetRuleContext

func (s *Meta_arrayContext) GetRuleContext() antlr.RuleContext

func (*Meta_arrayContext) IsMeta_arrayContext

func (*Meta_arrayContext) IsMeta_arrayContext()

func (*Meta_arrayContext) MetaArrayComma

func (s *Meta_arrayContext) MetaArrayComma(i int) antlr.TerminalNode

func (*Meta_arrayContext) MetaArrayCommaRbrack

func (s *Meta_arrayContext) MetaArrayCommaRbrack() antlr.TerminalNode

func (*Meta_arrayContext) MetaEmptyArray

func (s *Meta_arrayContext) MetaEmptyArray() antlr.TerminalNode

func (*Meta_arrayContext) MetaLbrack

func (s *Meta_arrayContext) MetaLbrack() antlr.TerminalNode

func (*Meta_arrayContext) MetaRbrack

func (s *Meta_arrayContext) MetaRbrack() antlr.TerminalNode

func (*Meta_arrayContext) Meta_value

func (s *Meta_arrayContext) Meta_value(i int) IMeta_valueContext

func (*Meta_arrayContext) ToStringTree

func (s *Meta_arrayContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Meta_elementContext

type Meta_elementContext struct {
	*Workflow_elementContext
}

func NewMeta_elementContext

func NewMeta_elementContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *Meta_elementContext

func (*Meta_elementContext) EnterRule

func (s *Meta_elementContext) EnterRule(listener antlr.ParseTreeListener)

func (*Meta_elementContext) ExitRule

func (s *Meta_elementContext) ExitRule(listener antlr.ParseTreeListener)

func (*Meta_elementContext) GetRuleContext

func (s *Meta_elementContext) GetRuleContext() antlr.RuleContext

func (*Meta_elementContext) Meta

type Meta_kvContext

type Meta_kvContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyMeta_kvContext

func NewEmptyMeta_kvContext() *Meta_kvContext

func NewMeta_kvContext

func NewMeta_kvContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Meta_kvContext

func (*Meta_kvContext) EnterRule

func (s *Meta_kvContext) EnterRule(listener antlr.ParseTreeListener)

func (*Meta_kvContext) ExitRule

func (s *Meta_kvContext) ExitRule(listener antlr.ParseTreeListener)

func (*Meta_kvContext) GetParser

func (s *Meta_kvContext) GetParser() antlr.Parser

func (*Meta_kvContext) GetRuleContext

func (s *Meta_kvContext) GetRuleContext() antlr.RuleContext

func (*Meta_kvContext) IsMeta_kvContext

func (*Meta_kvContext) IsMeta_kvContext()

func (*Meta_kvContext) MetaColon

func (s *Meta_kvContext) MetaColon() antlr.TerminalNode

func (*Meta_kvContext) MetaIdentifier

func (s *Meta_kvContext) MetaIdentifier() antlr.TerminalNode

func (*Meta_kvContext) Meta_value

func (s *Meta_kvContext) Meta_value() IMeta_valueContext

func (*Meta_kvContext) ToStringTree

func (s *Meta_kvContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Meta_objectContext

type Meta_objectContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyMeta_objectContext

func NewEmptyMeta_objectContext() *Meta_objectContext

func NewMeta_objectContext

func NewMeta_objectContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Meta_objectContext

func (*Meta_objectContext) AllMetaObjectComma

func (s *Meta_objectContext) AllMetaObjectComma() []antlr.TerminalNode

func (*Meta_objectContext) AllMeta_object_kv

func (s *Meta_objectContext) AllMeta_object_kv() []IMeta_object_kvContext

func (*Meta_objectContext) EnterRule

func (s *Meta_objectContext) EnterRule(listener antlr.ParseTreeListener)

func (*Meta_objectContext) ExitRule

func (s *Meta_objectContext) ExitRule(listener antlr.ParseTreeListener)

func (*Meta_objectContext) GetParser

func (s *Meta_objectContext) GetParser() antlr.Parser

func (*Meta_objectContext) GetRuleContext

func (s *Meta_objectContext) GetRuleContext() antlr.RuleContext

func (*Meta_objectContext) IsMeta_objectContext

func (*Meta_objectContext) IsMeta_objectContext()

func (*Meta_objectContext) MetaEmptyObject

func (s *Meta_objectContext) MetaEmptyObject() antlr.TerminalNode

func (*Meta_objectContext) MetaLbrace

func (s *Meta_objectContext) MetaLbrace() antlr.TerminalNode

func (*Meta_objectContext) MetaObjectComma

func (s *Meta_objectContext) MetaObjectComma(i int) antlr.TerminalNode

func (*Meta_objectContext) MetaObjectCommaRbrace

func (s *Meta_objectContext) MetaObjectCommaRbrace() antlr.TerminalNode

func (*Meta_objectContext) MetaRbrace

func (s *Meta_objectContext) MetaRbrace() antlr.TerminalNode

func (*Meta_objectContext) Meta_object_kv

func (s *Meta_objectContext) Meta_object_kv(i int) IMeta_object_kvContext

func (*Meta_objectContext) ToStringTree

func (s *Meta_objectContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Meta_object_kvContext

type Meta_object_kvContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyMeta_object_kvContext

func NewEmptyMeta_object_kvContext() *Meta_object_kvContext

func NewMeta_object_kvContext

func NewMeta_object_kvContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Meta_object_kvContext

func (*Meta_object_kvContext) EnterRule

func (s *Meta_object_kvContext) EnterRule(listener antlr.ParseTreeListener)

func (*Meta_object_kvContext) ExitRule

func (s *Meta_object_kvContext) ExitRule(listener antlr.ParseTreeListener)

func (*Meta_object_kvContext) GetParser

func (s *Meta_object_kvContext) GetParser() antlr.Parser

func (*Meta_object_kvContext) GetRuleContext

func (s *Meta_object_kvContext) GetRuleContext() antlr.RuleContext

func (*Meta_object_kvContext) IsMeta_object_kvContext

func (*Meta_object_kvContext) IsMeta_object_kvContext()

func (*Meta_object_kvContext) MetaObjectColon

func (s *Meta_object_kvContext) MetaObjectColon() antlr.TerminalNode

func (*Meta_object_kvContext) MetaObjectIdentifier

func (s *Meta_object_kvContext) MetaObjectIdentifier() antlr.TerminalNode

func (*Meta_object_kvContext) Meta_value

func (s *Meta_object_kvContext) Meta_value() IMeta_valueContext

func (*Meta_object_kvContext) ToStringTree

func (s *Meta_object_kvContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Meta_stringContext

type Meta_stringContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyMeta_stringContext

func NewEmptyMeta_stringContext() *Meta_stringContext

func NewMeta_stringContext

func NewMeta_stringContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Meta_stringContext

func (*Meta_stringContext) AllMetaDquote

func (s *Meta_stringContext) AllMetaDquote() []antlr.TerminalNode

func (*Meta_stringContext) AllMetaSquote

func (s *Meta_stringContext) AllMetaSquote() []antlr.TerminalNode

func (*Meta_stringContext) EnterRule

func (s *Meta_stringContext) EnterRule(listener antlr.ParseTreeListener)

func (*Meta_stringContext) ExitRule

func (s *Meta_stringContext) ExitRule(listener antlr.ParseTreeListener)

func (*Meta_stringContext) GetParser

func (s *Meta_stringContext) GetParser() antlr.Parser

func (*Meta_stringContext) GetRuleContext

func (s *Meta_stringContext) GetRuleContext() antlr.RuleContext

func (*Meta_stringContext) IsMeta_stringContext

func (*Meta_stringContext) IsMeta_stringContext()

func (*Meta_stringContext) MetaDquote

func (s *Meta_stringContext) MetaDquote(i int) antlr.TerminalNode

func (*Meta_stringContext) MetaSquote

func (s *Meta_stringContext) MetaSquote(i int) antlr.TerminalNode

func (*Meta_stringContext) Meta_string_part

func (s *Meta_stringContext) Meta_string_part() IMeta_string_partContext

func (*Meta_stringContext) ToStringTree

func (s *Meta_stringContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Meta_string_partContext

type Meta_string_partContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyMeta_string_partContext

func NewEmptyMeta_string_partContext() *Meta_string_partContext

func NewMeta_string_partContext

func NewMeta_string_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Meta_string_partContext

func (*Meta_string_partContext) AllMetaStringPart

func (s *Meta_string_partContext) AllMetaStringPart() []antlr.TerminalNode

func (*Meta_string_partContext) EnterRule

func (s *Meta_string_partContext) EnterRule(listener antlr.ParseTreeListener)

func (*Meta_string_partContext) ExitRule

func (s *Meta_string_partContext) ExitRule(listener antlr.ParseTreeListener)

func (*Meta_string_partContext) GetParser

func (s *Meta_string_partContext) GetParser() antlr.Parser

func (*Meta_string_partContext) GetRuleContext

func (s *Meta_string_partContext) GetRuleContext() antlr.RuleContext

func (*Meta_string_partContext) IsMeta_string_partContext

func (*Meta_string_partContext) IsMeta_string_partContext()

func (*Meta_string_partContext) MetaStringPart

func (s *Meta_string_partContext) MetaStringPart(i int) antlr.TerminalNode

func (*Meta_string_partContext) ToStringTree

func (s *Meta_string_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Meta_valueContext

type Meta_valueContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyMeta_valueContext

func NewEmptyMeta_valueContext() *Meta_valueContext

func NewMeta_valueContext

func NewMeta_valueContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Meta_valueContext

func (*Meta_valueContext) EnterRule

func (s *Meta_valueContext) EnterRule(listener antlr.ParseTreeListener)

func (*Meta_valueContext) ExitRule

func (s *Meta_valueContext) ExitRule(listener antlr.ParseTreeListener)

func (*Meta_valueContext) GetParser

func (s *Meta_valueContext) GetParser() antlr.Parser

func (*Meta_valueContext) GetRuleContext

func (s *Meta_valueContext) GetRuleContext() antlr.RuleContext

func (*Meta_valueContext) IsMeta_valueContext

func (*Meta_valueContext) IsMeta_valueContext()

func (*Meta_valueContext) MetaBool

func (s *Meta_valueContext) MetaBool() antlr.TerminalNode

func (*Meta_valueContext) MetaFloat

func (s *Meta_valueContext) MetaFloat() antlr.TerminalNode

func (*Meta_valueContext) MetaInt

func (s *Meta_valueContext) MetaInt() antlr.TerminalNode

func (*Meta_valueContext) MetaNull

func (s *Meta_valueContext) MetaNull() antlr.TerminalNode

func (*Meta_valueContext) Meta_array

func (s *Meta_valueContext) Meta_array() IMeta_arrayContext

func (*Meta_valueContext) Meta_object

func (s *Meta_valueContext) Meta_object() IMeta_objectContext

func (*Meta_valueContext) Meta_string

func (s *Meta_valueContext) Meta_string() IMeta_stringContext

func (*Meta_valueContext) ToStringTree

func (s *Meta_valueContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type ModContext

type ModContext struct {
	*Expr_infix4Context
}

func NewModContext

func NewModContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *ModContext

func (*ModContext) EnterRule

func (s *ModContext) EnterRule(listener antlr.ParseTreeListener)

func (*ModContext) ExitRule

func (s *ModContext) ExitRule(listener antlr.ParseTreeListener)

func (*ModContext) Expr_infix4

func (s *ModContext) Expr_infix4() IExpr_infix4Context

func (*ModContext) Expr_infix5

func (s *ModContext) Expr_infix5() IExpr_infix5Context

func (*ModContext) GetRuleContext

func (s *ModContext) GetRuleContext() antlr.RuleContext

func (*ModContext) MOD

func (s *ModContext) MOD() antlr.TerminalNode

type MulContext

type MulContext struct {
	*Expr_infix4Context
}

func NewMulContext

func NewMulContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *MulContext

func (*MulContext) EnterRule

func (s *MulContext) EnterRule(listener antlr.ParseTreeListener)

func (*MulContext) ExitRule

func (s *MulContext) ExitRule(listener antlr.ParseTreeListener)

func (*MulContext) Expr_infix4

func (s *MulContext) Expr_infix4() IExpr_infix4Context

func (*MulContext) Expr_infix5

func (s *MulContext) Expr_infix5() IExpr_infix5Context

func (*MulContext) GetRuleContext

func (s *MulContext) GetRuleContext() antlr.RuleContext

func (*MulContext) STAR

func (s *MulContext) STAR() antlr.TerminalNode

type NegateContext

type NegateContext struct {
	*Expr_coreContext
}

func NewNegateContext

func NewNegateContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *NegateContext

func (*NegateContext) EnterRule

func (s *NegateContext) EnterRule(listener antlr.ParseTreeListener)

func (*NegateContext) ExitRule

func (s *NegateContext) ExitRule(listener antlr.ParseTreeListener)

func (*NegateContext) Expr

func (s *NegateContext) Expr() IExprContext

func (*NegateContext) GetRuleContext

func (s *NegateContext) GetRuleContext() antlr.RuleContext

func (*NegateContext) NOT

func (s *NegateContext) NOT() antlr.TerminalNode

type NeqContext

type NeqContext struct {
	*Expr_infix2Context
}

func NewNeqContext

func NewNeqContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *NeqContext

func (*NeqContext) EnterRule

func (s *NeqContext) EnterRule(listener antlr.ParseTreeListener)

func (*NeqContext) ExitRule

func (s *NeqContext) ExitRule(listener antlr.ParseTreeListener)

func (*NeqContext) Expr_infix2

func (s *NeqContext) Expr_infix2() IExpr_infix2Context

func (*NeqContext) Expr_infix3

func (s *NeqContext) Expr_infix3() IExpr_infix3Context

func (*NeqContext) GetRuleContext

func (s *NeqContext) GetRuleContext() antlr.RuleContext

func (*NeqContext) NOTEQUAL

func (s *NeqContext) NOTEQUAL() antlr.TerminalNode

type NumberContext

type NumberContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyNumberContext

func NewEmptyNumberContext() *NumberContext

func NewNumberContext

func NewNumberContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NumberContext

func (*NumberContext) EnterRule

func (s *NumberContext) EnterRule(listener antlr.ParseTreeListener)

func (*NumberContext) ExitRule

func (s *NumberContext) ExitRule(listener antlr.ParseTreeListener)

func (*NumberContext) FloatLiteral

func (s *NumberContext) FloatLiteral() antlr.TerminalNode

func (*NumberContext) GetParser

func (s *NumberContext) GetParser() antlr.Parser

func (*NumberContext) GetRuleContext

func (s *NumberContext) GetRuleContext() antlr.RuleContext

func (*NumberContext) IntLiteral

func (s *NumberContext) IntLiteral() antlr.TerminalNode

func (*NumberContext) IsNumberContext

func (*NumberContext) IsNumberContext()

func (*NumberContext) ToStringTree

func (s *NumberContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Object_literalContext

type Object_literalContext struct {
	*Expr_coreContext
}

func NewObject_literalContext

func NewObject_literalContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *Object_literalContext

func (*Object_literalContext) AllCOLON

func (s *Object_literalContext) AllCOLON() []antlr.TerminalNode

func (*Object_literalContext) AllCOMMA

func (s *Object_literalContext) AllCOMMA() []antlr.TerminalNode

func (*Object_literalContext) AllExpr

func (s *Object_literalContext) AllExpr() []IExprContext

func (*Object_literalContext) AllMember

func (s *Object_literalContext) AllMember() []IMemberContext

func (*Object_literalContext) COLON

func (*Object_literalContext) COMMA

func (*Object_literalContext) EnterRule

func (s *Object_literalContext) EnterRule(listener antlr.ParseTreeListener)

func (*Object_literalContext) ExitRule

func (s *Object_literalContext) ExitRule(listener antlr.ParseTreeListener)

func (*Object_literalContext) Expr

func (*Object_literalContext) GetRuleContext

func (s *Object_literalContext) GetRuleContext() antlr.RuleContext

func (*Object_literalContext) LBRACE

func (*Object_literalContext) Member

func (*Object_literalContext) OBJECTLITERAL

func (s *Object_literalContext) OBJECTLITERAL() antlr.TerminalNode

func (*Object_literalContext) RBRACE

type OutputContext

type OutputContext struct {
	*Workflow_elementContext
}

func NewOutputContext

func NewOutputContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *OutputContext

func (*OutputContext) EnterRule

func (s *OutputContext) EnterRule(listener antlr.ParseTreeListener)

func (*OutputContext) ExitRule

func (s *OutputContext) ExitRule(listener antlr.ParseTreeListener)

func (*OutputContext) GetRuleContext

func (s *OutputContext) GetRuleContext() antlr.RuleContext

func (*OutputContext) Workflow_output

func (s *OutputContext) Workflow_output() IWorkflow_outputContext

type Pair_literalContext

type Pair_literalContext struct {
	*Expr_coreContext
}

func NewPair_literalContext

func NewPair_literalContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *Pair_literalContext

func (*Pair_literalContext) AllExpr

func (s *Pair_literalContext) AllExpr() []IExprContext

func (*Pair_literalContext) COMMA

func (*Pair_literalContext) EnterRule

func (s *Pair_literalContext) EnterRule(listener antlr.ParseTreeListener)

func (*Pair_literalContext) ExitRule

func (s *Pair_literalContext) ExitRule(listener antlr.ParseTreeListener)

func (*Pair_literalContext) Expr

func (*Pair_literalContext) GetRuleContext

func (s *Pair_literalContext) GetRuleContext() antlr.RuleContext

func (*Pair_literalContext) LPAREN

func (*Pair_literalContext) RPAREN

type Pair_typeContext

type Pair_typeContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyPair_typeContext

func NewEmptyPair_typeContext() *Pair_typeContext

func NewPair_typeContext

func NewPair_typeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Pair_typeContext

func (*Pair_typeContext) AllWdl_type

func (s *Pair_typeContext) AllWdl_type() []IWdl_typeContext

func (*Pair_typeContext) COMMA

func (s *Pair_typeContext) COMMA() antlr.TerminalNode

func (*Pair_typeContext) EnterRule

func (s *Pair_typeContext) EnterRule(listener antlr.ParseTreeListener)

func (*Pair_typeContext) ExitRule

func (s *Pair_typeContext) ExitRule(listener antlr.ParseTreeListener)

func (*Pair_typeContext) GetParser

func (s *Pair_typeContext) GetParser() antlr.Parser

func (*Pair_typeContext) GetRuleContext

func (s *Pair_typeContext) GetRuleContext() antlr.RuleContext

func (*Pair_typeContext) IsPair_typeContext

func (*Pair_typeContext) IsPair_typeContext()

func (*Pair_typeContext) LBRACK

func (s *Pair_typeContext) LBRACK() antlr.TerminalNode

func (*Pair_typeContext) PAIR

func (*Pair_typeContext) RBRACK

func (s *Pair_typeContext) RBRACK() antlr.TerminalNode

func (*Pair_typeContext) ToStringTree

func (s *Pair_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*Pair_typeContext) Wdl_type

func (s *Pair_typeContext) Wdl_type(i int) IWdl_typeContext

type Parameter_metaContext

type Parameter_metaContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyParameter_metaContext

func NewEmptyParameter_metaContext() *Parameter_metaContext

func NewParameter_metaContext

func NewParameter_metaContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Parameter_metaContext

func (*Parameter_metaContext) AllMeta_kv

func (s *Parameter_metaContext) AllMeta_kv() []IMeta_kvContext

func (*Parameter_metaContext) BeginMeta

func (s *Parameter_metaContext) BeginMeta() antlr.TerminalNode

func (*Parameter_metaContext) EndMeta

func (*Parameter_metaContext) EnterRule

func (s *Parameter_metaContext) EnterRule(listener antlr.ParseTreeListener)

func (*Parameter_metaContext) ExitRule

func (s *Parameter_metaContext) ExitRule(listener antlr.ParseTreeListener)

func (*Parameter_metaContext) GetParser

func (s *Parameter_metaContext) GetParser() antlr.Parser

func (*Parameter_metaContext) GetRuleContext

func (s *Parameter_metaContext) GetRuleContext() antlr.RuleContext

func (*Parameter_metaContext) IsParameter_metaContext

func (*Parameter_metaContext) IsParameter_metaContext()

func (*Parameter_metaContext) Meta_kv

func (*Parameter_metaContext) PARAMETERMETA

func (s *Parameter_metaContext) PARAMETERMETA() antlr.TerminalNode

func (*Parameter_metaContext) ToStringTree

func (s *Parameter_metaContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Parameter_meta_elementContext

type Parameter_meta_elementContext struct {
	*Workflow_elementContext
}

func NewParameter_meta_elementContext

func NewParameter_meta_elementContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *Parameter_meta_elementContext

func (*Parameter_meta_elementContext) EnterRule

func (s *Parameter_meta_elementContext) EnterRule(listener antlr.ParseTreeListener)

func (*Parameter_meta_elementContext) ExitRule

func (*Parameter_meta_elementContext) GetRuleContext

func (s *Parameter_meta_elementContext) GetRuleContext() antlr.RuleContext

func (*Parameter_meta_elementContext) Parameter_meta

type Primitive_literalContext

type Primitive_literalContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyPrimitive_literalContext

func NewEmptyPrimitive_literalContext() *Primitive_literalContext

func NewPrimitive_literalContext

func NewPrimitive_literalContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Primitive_literalContext

func (*Primitive_literalContext) BoolLiteral

func (s *Primitive_literalContext) BoolLiteral() antlr.TerminalNode

func (*Primitive_literalContext) EnterRule

func (s *Primitive_literalContext) EnterRule(listener antlr.ParseTreeListener)

func (*Primitive_literalContext) ExitRule

func (s *Primitive_literalContext) ExitRule(listener antlr.ParseTreeListener)

func (*Primitive_literalContext) GetParser

func (s *Primitive_literalContext) GetParser() antlr.Parser

func (*Primitive_literalContext) GetRuleContext

func (s *Primitive_literalContext) GetRuleContext() antlr.RuleContext

func (*Primitive_literalContext) Identifier

func (*Primitive_literalContext) IsPrimitive_literalContext

func (*Primitive_literalContext) IsPrimitive_literalContext()

func (*Primitive_literalContext) NONELITERAL

func (s *Primitive_literalContext) NONELITERAL() antlr.TerminalNode

func (*Primitive_literalContext) Number

func (*Primitive_literalContext) ToStringTree

func (s *Primitive_literalContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*Primitive_literalContext) Wdl_string

type PrimitivesContext

type PrimitivesContext struct {
	*Expr_coreContext
}

func NewPrimitivesContext

func NewPrimitivesContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *PrimitivesContext

func (*PrimitivesContext) EnterRule

func (s *PrimitivesContext) EnterRule(listener antlr.ParseTreeListener)

func (*PrimitivesContext) ExitRule

func (s *PrimitivesContext) ExitRule(listener antlr.ParseTreeListener)

func (*PrimitivesContext) GetRuleContext

func (s *PrimitivesContext) GetRuleContext() antlr.RuleContext

func (*PrimitivesContext) Primitive_literal

func (s *PrimitivesContext) Primitive_literal() IPrimitive_literalContext

type ScatterContext

type ScatterContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyScatterContext

func NewEmptyScatterContext() *ScatterContext

func NewScatterContext

func NewScatterContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ScatterContext

func (*ScatterContext) AllInner_workflow_element

func (s *ScatterContext) AllInner_workflow_element() []IInner_workflow_elementContext

func (*ScatterContext) EnterRule

func (s *ScatterContext) EnterRule(listener antlr.ParseTreeListener)

func (*ScatterContext) ExitRule

func (s *ScatterContext) ExitRule(listener antlr.ParseTreeListener)

func (*ScatterContext) Expr

func (s *ScatterContext) Expr() IExprContext

func (*ScatterContext) GetParser

func (s *ScatterContext) GetParser() antlr.Parser

func (*ScatterContext) GetRuleContext

func (s *ScatterContext) GetRuleContext() antlr.RuleContext

func (*ScatterContext) Identifier

func (s *ScatterContext) Identifier() antlr.TerminalNode

func (*ScatterContext) In

func (*ScatterContext) Inner_workflow_element

func (s *ScatterContext) Inner_workflow_element(i int) IInner_workflow_elementContext

func (*ScatterContext) IsScatterContext

func (*ScatterContext) IsScatterContext()

func (*ScatterContext) LBRACE

func (s *ScatterContext) LBRACE() antlr.TerminalNode

func (*ScatterContext) LPAREN

func (s *ScatterContext) LPAREN() antlr.TerminalNode

func (*ScatterContext) RBRACE

func (s *ScatterContext) RBRACE() antlr.TerminalNode

func (*ScatterContext) RPAREN

func (s *ScatterContext) RPAREN() antlr.TerminalNode

func (*ScatterContext) SCATTER

func (s *ScatterContext) SCATTER() antlr.TerminalNode

func (*ScatterContext) ToStringTree

func (s *ScatterContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type String_expr_partContext

type String_expr_partContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyString_expr_partContext

func NewEmptyString_expr_partContext() *String_expr_partContext

func NewString_expr_partContext

func NewString_expr_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *String_expr_partContext

func (*String_expr_partContext) AllExpression_placeholder_option

func (s *String_expr_partContext) AllExpression_placeholder_option() []IExpression_placeholder_optionContext

func (*String_expr_partContext) EnterRule

func (s *String_expr_partContext) EnterRule(listener antlr.ParseTreeListener)

func (*String_expr_partContext) ExitRule

func (s *String_expr_partContext) ExitRule(listener antlr.ParseTreeListener)

func (*String_expr_partContext) Expr

func (*String_expr_partContext) Expression_placeholder_option

func (s *String_expr_partContext) Expression_placeholder_option(i int) IExpression_placeholder_optionContext

func (*String_expr_partContext) GetParser

func (s *String_expr_partContext) GetParser() antlr.Parser

func (*String_expr_partContext) GetRuleContext

func (s *String_expr_partContext) GetRuleContext() antlr.RuleContext

func (*String_expr_partContext) IsString_expr_partContext

func (*String_expr_partContext) IsString_expr_partContext()

func (*String_expr_partContext) RBRACE

func (*String_expr_partContext) StringCommandStart

func (s *String_expr_partContext) StringCommandStart() antlr.TerminalNode

func (*String_expr_partContext) ToStringTree

func (s *String_expr_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type String_expr_with_string_partContext

type String_expr_with_string_partContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyString_expr_with_string_partContext

func NewEmptyString_expr_with_string_partContext() *String_expr_with_string_partContext

func NewString_expr_with_string_partContext

func NewString_expr_with_string_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *String_expr_with_string_partContext

func (*String_expr_with_string_partContext) EnterRule

func (*String_expr_with_string_partContext) ExitRule

func (*String_expr_with_string_partContext) GetParser

func (*String_expr_with_string_partContext) GetRuleContext

func (*String_expr_with_string_partContext) IsString_expr_with_string_partContext

func (*String_expr_with_string_partContext) IsString_expr_with_string_partContext()

func (*String_expr_with_string_partContext) String_expr_part

func (*String_expr_with_string_partContext) String_part

func (*String_expr_with_string_partContext) ToStringTree

func (s *String_expr_with_string_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type String_partContext

type String_partContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyString_partContext

func NewEmptyString_partContext() *String_partContext

func NewString_partContext

func NewString_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *String_partContext

func (*String_partContext) AllStringPart

func (s *String_partContext) AllStringPart() []antlr.TerminalNode

func (*String_partContext) EnterRule

func (s *String_partContext) EnterRule(listener antlr.ParseTreeListener)

func (*String_partContext) ExitRule

func (s *String_partContext) ExitRule(listener antlr.ParseTreeListener)

func (*String_partContext) GetParser

func (s *String_partContext) GetParser() antlr.Parser

func (*String_partContext) GetRuleContext

func (s *String_partContext) GetRuleContext() antlr.RuleContext

func (*String_partContext) IsString_partContext

func (*String_partContext) IsString_partContext()

func (*String_partContext) StringPart

func (s *String_partContext) StringPart(i int) antlr.TerminalNode

func (*String_partContext) ToStringTree

func (s *String_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Struct_literalContext

type Struct_literalContext struct {
	*Expr_coreContext
}

func NewStruct_literalContext

func NewStruct_literalContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *Struct_literalContext

func (*Struct_literalContext) AllCOLON

func (s *Struct_literalContext) AllCOLON() []antlr.TerminalNode

func (*Struct_literalContext) AllCOMMA

func (s *Struct_literalContext) AllCOMMA() []antlr.TerminalNode

func (*Struct_literalContext) AllExpr

func (s *Struct_literalContext) AllExpr() []IExprContext

func (*Struct_literalContext) AllMember

func (s *Struct_literalContext) AllMember() []IMemberContext

func (*Struct_literalContext) COLON

func (*Struct_literalContext) COMMA

func (*Struct_literalContext) EnterRule

func (s *Struct_literalContext) EnterRule(listener antlr.ParseTreeListener)

func (*Struct_literalContext) ExitRule

func (s *Struct_literalContext) ExitRule(listener antlr.ParseTreeListener)

func (*Struct_literalContext) Expr

func (*Struct_literalContext) GetRuleContext

func (s *Struct_literalContext) GetRuleContext() antlr.RuleContext

func (*Struct_literalContext) Identifier

func (s *Struct_literalContext) Identifier() antlr.TerminalNode

func (*Struct_literalContext) LBRACE

func (*Struct_literalContext) Member

func (*Struct_literalContext) RBRACE

type SubContext

type SubContext struct {
	*Expr_infix3Context
}

func NewSubContext

func NewSubContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *SubContext

func (*SubContext) EnterRule

func (s *SubContext) EnterRule(listener antlr.ParseTreeListener)

func (*SubContext) ExitRule

func (s *SubContext) ExitRule(listener antlr.ParseTreeListener)

func (*SubContext) Expr_infix3

func (s *SubContext) Expr_infix3() IExpr_infix3Context

func (*SubContext) Expr_infix4

func (s *SubContext) Expr_infix4() IExpr_infix4Context

func (*SubContext) GetRuleContext

func (s *SubContext) GetRuleContext() antlr.RuleContext

func (*SubContext) MINUS

func (s *SubContext) MINUS() antlr.TerminalNode

type TaskContext

type TaskContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTaskContext

func NewEmptyTaskContext() *TaskContext

func NewTaskContext

func NewTaskContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TaskContext

func (*TaskContext) AllTask_element

func (s *TaskContext) AllTask_element() []ITask_elementContext

func (*TaskContext) EnterRule

func (s *TaskContext) EnterRule(listener antlr.ParseTreeListener)

func (*TaskContext) ExitRule

func (s *TaskContext) ExitRule(listener antlr.ParseTreeListener)

func (*TaskContext) GetParser

func (s *TaskContext) GetParser() antlr.Parser

func (*TaskContext) GetRuleContext

func (s *TaskContext) GetRuleContext() antlr.RuleContext

func (*TaskContext) Identifier

func (s *TaskContext) Identifier() antlr.TerminalNode

func (*TaskContext) IsTaskContext

func (*TaskContext) IsTaskContext()

func (*TaskContext) LBRACE

func (s *TaskContext) LBRACE() antlr.TerminalNode

func (*TaskContext) RBRACE

func (s *TaskContext) RBRACE() antlr.TerminalNode

func (*TaskContext) TASK

func (s *TaskContext) TASK() antlr.TerminalNode

func (*TaskContext) Task_element

func (s *TaskContext) Task_element(i int) ITask_elementContext

func (*TaskContext) ToStringTree

func (s *TaskContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Task_commandContext

type Task_commandContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTask_commandContext

func NewEmptyTask_commandContext() *Task_commandContext

func NewTask_commandContext

func NewTask_commandContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Task_commandContext

func (*Task_commandContext) AllTask_command_expr_with_string

func (s *Task_commandContext) AllTask_command_expr_with_string() []ITask_command_expr_with_stringContext

func (*Task_commandContext) BeginHereDoc

func (s *Task_commandContext) BeginHereDoc() antlr.TerminalNode

func (*Task_commandContext) BeginLBrace

func (s *Task_commandContext) BeginLBrace() antlr.TerminalNode

func (*Task_commandContext) COMMAND

func (s *Task_commandContext) COMMAND() antlr.TerminalNode

func (*Task_commandContext) EndCommand

func (s *Task_commandContext) EndCommand() antlr.TerminalNode

func (*Task_commandContext) EnterRule

func (s *Task_commandContext) EnterRule(listener antlr.ParseTreeListener)

func (*Task_commandContext) ExitRule

func (s *Task_commandContext) ExitRule(listener antlr.ParseTreeListener)

func (*Task_commandContext) GetParser

func (s *Task_commandContext) GetParser() antlr.Parser

func (*Task_commandContext) GetRuleContext

func (s *Task_commandContext) GetRuleContext() antlr.RuleContext

func (*Task_commandContext) IsTask_commandContext

func (*Task_commandContext) IsTask_commandContext()

func (*Task_commandContext) Task_command_expr_with_string

func (s *Task_commandContext) Task_command_expr_with_string(i int) ITask_command_expr_with_stringContext

func (*Task_commandContext) Task_command_string_part

func (s *Task_commandContext) Task_command_string_part() ITask_command_string_partContext

func (*Task_commandContext) ToStringTree

func (s *Task_commandContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Task_command_expr_partContext

type Task_command_expr_partContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTask_command_expr_partContext

func NewEmptyTask_command_expr_partContext() *Task_command_expr_partContext

func NewTask_command_expr_partContext

func NewTask_command_expr_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Task_command_expr_partContext

func (*Task_command_expr_partContext) AllExpression_placeholder_option

func (s *Task_command_expr_partContext) AllExpression_placeholder_option() []IExpression_placeholder_optionContext

func (*Task_command_expr_partContext) EnterRule

func (s *Task_command_expr_partContext) EnterRule(listener antlr.ParseTreeListener)

func (*Task_command_expr_partContext) ExitRule

func (*Task_command_expr_partContext) Expr

func (*Task_command_expr_partContext) Expression_placeholder_option

func (s *Task_command_expr_partContext) Expression_placeholder_option(i int) IExpression_placeholder_optionContext

func (*Task_command_expr_partContext) GetParser

func (*Task_command_expr_partContext) GetRuleContext

func (s *Task_command_expr_partContext) GetRuleContext() antlr.RuleContext

func (*Task_command_expr_partContext) IsTask_command_expr_partContext

func (*Task_command_expr_partContext) IsTask_command_expr_partContext()

func (*Task_command_expr_partContext) RBRACE

func (*Task_command_expr_partContext) StringCommandStart

func (s *Task_command_expr_partContext) StringCommandStart() antlr.TerminalNode

func (*Task_command_expr_partContext) ToStringTree

func (s *Task_command_expr_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Task_command_expr_with_stringContext

type Task_command_expr_with_stringContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTask_command_expr_with_stringContext

func NewEmptyTask_command_expr_with_stringContext() *Task_command_expr_with_stringContext

func NewTask_command_expr_with_stringContext

func NewTask_command_expr_with_stringContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Task_command_expr_with_stringContext

func (*Task_command_expr_with_stringContext) EnterRule

func (*Task_command_expr_with_stringContext) ExitRule

func (*Task_command_expr_with_stringContext) GetParser

func (*Task_command_expr_with_stringContext) GetRuleContext

func (*Task_command_expr_with_stringContext) IsTask_command_expr_with_stringContext

func (*Task_command_expr_with_stringContext) IsTask_command_expr_with_stringContext()

func (*Task_command_expr_with_stringContext) Task_command_expr_part

func (*Task_command_expr_with_stringContext) Task_command_string_part

func (*Task_command_expr_with_stringContext) ToStringTree

func (s *Task_command_expr_with_stringContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Task_command_string_partContext

type Task_command_string_partContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTask_command_string_partContext

func NewEmptyTask_command_string_partContext() *Task_command_string_partContext

func NewTask_command_string_partContext

func NewTask_command_string_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Task_command_string_partContext

func (*Task_command_string_partContext) AllCommandStringPart

func (s *Task_command_string_partContext) AllCommandStringPart() []antlr.TerminalNode

func (*Task_command_string_partContext) CommandStringPart

func (s *Task_command_string_partContext) CommandStringPart(i int) antlr.TerminalNode

func (*Task_command_string_partContext) EnterRule

func (*Task_command_string_partContext) ExitRule

func (*Task_command_string_partContext) GetParser

func (*Task_command_string_partContext) GetRuleContext

func (*Task_command_string_partContext) IsTask_command_string_partContext

func (*Task_command_string_partContext) IsTask_command_string_partContext()

func (*Task_command_string_partContext) ToStringTree

func (s *Task_command_string_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Task_elementContext

type Task_elementContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTask_elementContext

func NewEmptyTask_elementContext() *Task_elementContext

func NewTask_elementContext

func NewTask_elementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Task_elementContext

func (*Task_elementContext) Bound_decls

func (s *Task_elementContext) Bound_decls() IBound_declsContext

func (*Task_elementContext) EnterRule

func (s *Task_elementContext) EnterRule(listener antlr.ParseTreeListener)

func (*Task_elementContext) ExitRule

func (s *Task_elementContext) ExitRule(listener antlr.ParseTreeListener)

func (*Task_elementContext) GetParser

func (s *Task_elementContext) GetParser() antlr.Parser

func (*Task_elementContext) GetRuleContext

func (s *Task_elementContext) GetRuleContext() antlr.RuleContext

func (*Task_elementContext) IsTask_elementContext

func (*Task_elementContext) IsTask_elementContext()

func (*Task_elementContext) Meta

func (*Task_elementContext) Parameter_meta

func (s *Task_elementContext) Parameter_meta() IParameter_metaContext

func (*Task_elementContext) Task_command

func (s *Task_elementContext) Task_command() ITask_commandContext

func (*Task_elementContext) Task_input

func (s *Task_elementContext) Task_input() ITask_inputContext

func (*Task_elementContext) Task_output

func (s *Task_elementContext) Task_output() ITask_outputContext

func (*Task_elementContext) Task_runtime

func (s *Task_elementContext) Task_runtime() ITask_runtimeContext

func (*Task_elementContext) ToStringTree

func (s *Task_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Task_inputContext

type Task_inputContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTask_inputContext

func NewEmptyTask_inputContext() *Task_inputContext

func NewTask_inputContext

func NewTask_inputContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Task_inputContext

func (*Task_inputContext) AllAny_decls

func (s *Task_inputContext) AllAny_decls() []IAny_declsContext

func (*Task_inputContext) Any_decls

func (s *Task_inputContext) Any_decls(i int) IAny_declsContext

func (*Task_inputContext) EnterRule

func (s *Task_inputContext) EnterRule(listener antlr.ParseTreeListener)

func (*Task_inputContext) ExitRule

func (s *Task_inputContext) ExitRule(listener antlr.ParseTreeListener)

func (*Task_inputContext) GetParser

func (s *Task_inputContext) GetParser() antlr.Parser

func (*Task_inputContext) GetRuleContext

func (s *Task_inputContext) GetRuleContext() antlr.RuleContext

func (*Task_inputContext) INPUT

func (*Task_inputContext) IsTask_inputContext

func (*Task_inputContext) IsTask_inputContext()

func (*Task_inputContext) LBRACE

func (s *Task_inputContext) LBRACE() antlr.TerminalNode

func (*Task_inputContext) RBRACE

func (s *Task_inputContext) RBRACE() antlr.TerminalNode

func (*Task_inputContext) ToStringTree

func (s *Task_inputContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Task_outputContext

type Task_outputContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTask_outputContext

func NewEmptyTask_outputContext() *Task_outputContext

func NewTask_outputContext

func NewTask_outputContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Task_outputContext

func (*Task_outputContext) AllBound_decls

func (s *Task_outputContext) AllBound_decls() []IBound_declsContext

func (*Task_outputContext) Bound_decls

func (s *Task_outputContext) Bound_decls(i int) IBound_declsContext

func (*Task_outputContext) EnterRule

func (s *Task_outputContext) EnterRule(listener antlr.ParseTreeListener)

func (*Task_outputContext) ExitRule

func (s *Task_outputContext) ExitRule(listener antlr.ParseTreeListener)

func (*Task_outputContext) GetParser

func (s *Task_outputContext) GetParser() antlr.Parser

func (*Task_outputContext) GetRuleContext

func (s *Task_outputContext) GetRuleContext() antlr.RuleContext

func (*Task_outputContext) IsTask_outputContext

func (*Task_outputContext) IsTask_outputContext()

func (*Task_outputContext) LBRACE

func (*Task_outputContext) OUTPUT

func (*Task_outputContext) RBRACE

func (*Task_outputContext) ToStringTree

func (s *Task_outputContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Task_runtimeContext

type Task_runtimeContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTask_runtimeContext

func NewEmptyTask_runtimeContext() *Task_runtimeContext

func NewTask_runtimeContext

func NewTask_runtimeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Task_runtimeContext

func (*Task_runtimeContext) AllTask_runtime_kv

func (s *Task_runtimeContext) AllTask_runtime_kv() []ITask_runtime_kvContext

func (*Task_runtimeContext) EnterRule

func (s *Task_runtimeContext) EnterRule(listener antlr.ParseTreeListener)

func (*Task_runtimeContext) ExitRule

func (s *Task_runtimeContext) ExitRule(listener antlr.ParseTreeListener)

func (*Task_runtimeContext) GetParser

func (s *Task_runtimeContext) GetParser() antlr.Parser

func (*Task_runtimeContext) GetRuleContext

func (s *Task_runtimeContext) GetRuleContext() antlr.RuleContext

func (*Task_runtimeContext) IsTask_runtimeContext

func (*Task_runtimeContext) IsTask_runtimeContext()

func (*Task_runtimeContext) LBRACE

func (*Task_runtimeContext) RBRACE

func (*Task_runtimeContext) RUNTIME

func (s *Task_runtimeContext) RUNTIME() antlr.TerminalNode

func (*Task_runtimeContext) Task_runtime_kv

func (s *Task_runtimeContext) Task_runtime_kv(i int) ITask_runtime_kvContext

func (*Task_runtimeContext) ToStringTree

func (s *Task_runtimeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Task_runtime_kvContext

type Task_runtime_kvContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTask_runtime_kvContext

func NewEmptyTask_runtime_kvContext() *Task_runtime_kvContext

func NewTask_runtime_kvContext

func NewTask_runtime_kvContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Task_runtime_kvContext

func (*Task_runtime_kvContext) COLON

func (*Task_runtime_kvContext) EnterRule

func (s *Task_runtime_kvContext) EnterRule(listener antlr.ParseTreeListener)

func (*Task_runtime_kvContext) ExitRule

func (s *Task_runtime_kvContext) ExitRule(listener antlr.ParseTreeListener)

func (*Task_runtime_kvContext) Expr

func (*Task_runtime_kvContext) GetParser

func (s *Task_runtime_kvContext) GetParser() antlr.Parser

func (*Task_runtime_kvContext) GetRuleContext

func (s *Task_runtime_kvContext) GetRuleContext() antlr.RuleContext

func (*Task_runtime_kvContext) Identifier

func (s *Task_runtime_kvContext) Identifier() antlr.TerminalNode

func (*Task_runtime_kvContext) IsTask_runtime_kvContext

func (*Task_runtime_kvContext) IsTask_runtime_kvContext()

func (*Task_runtime_kvContext) ToStringTree

func (s *Task_runtime_kvContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Type_baseContext

type Type_baseContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyType_baseContext

func NewEmptyType_baseContext() *Type_baseContext

func NewType_baseContext

func NewType_baseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Type_baseContext

func (*Type_baseContext) Array_type

func (s *Type_baseContext) Array_type() IArray_typeContext

func (*Type_baseContext) BOOLEAN

func (s *Type_baseContext) BOOLEAN() antlr.TerminalNode

func (*Type_baseContext) EnterRule

func (s *Type_baseContext) EnterRule(listener antlr.ParseTreeListener)

func (*Type_baseContext) ExitRule

func (s *Type_baseContext) ExitRule(listener antlr.ParseTreeListener)

func (*Type_baseContext) FILE

func (*Type_baseContext) FLOAT

func (s *Type_baseContext) FLOAT() antlr.TerminalNode

func (*Type_baseContext) GetParser

func (s *Type_baseContext) GetParser() antlr.Parser

func (*Type_baseContext) GetRuleContext

func (s *Type_baseContext) GetRuleContext() antlr.RuleContext

func (*Type_baseContext) INT

func (*Type_baseContext) Identifier

func (s *Type_baseContext) Identifier() antlr.TerminalNode

func (*Type_baseContext) IsType_baseContext

func (*Type_baseContext) IsType_baseContext()

func (*Type_baseContext) Map_type

func (s *Type_baseContext) Map_type() IMap_typeContext

func (*Type_baseContext) OBJECT

func (s *Type_baseContext) OBJECT() antlr.TerminalNode

func (*Type_baseContext) Pair_type

func (s *Type_baseContext) Pair_type() IPair_typeContext

func (*Type_baseContext) STRING

func (s *Type_baseContext) STRING() antlr.TerminalNode

func (*Type_baseContext) ToStringTree

func (s *Type_baseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type UnarysignedContext

type UnarysignedContext struct {
	*Expr_coreContext
}

func NewUnarysignedContext

func NewUnarysignedContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *UnarysignedContext

func (*UnarysignedContext) EnterRule

func (s *UnarysignedContext) EnterRule(listener antlr.ParseTreeListener)

func (*UnarysignedContext) ExitRule

func (s *UnarysignedContext) ExitRule(listener antlr.ParseTreeListener)

func (*UnarysignedContext) Expr

func (s *UnarysignedContext) Expr() IExprContext

func (*UnarysignedContext) GetRuleContext

func (s *UnarysignedContext) GetRuleContext() antlr.RuleContext

func (*UnarysignedContext) MINUS

func (*UnarysignedContext) PLUS

type Unbound_declsContext

type Unbound_declsContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyUnbound_declsContext

func NewEmptyUnbound_declsContext() *Unbound_declsContext

func NewUnbound_declsContext

func NewUnbound_declsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Unbound_declsContext

func (*Unbound_declsContext) EnterRule

func (s *Unbound_declsContext) EnterRule(listener antlr.ParseTreeListener)

func (*Unbound_declsContext) ExitRule

func (s *Unbound_declsContext) ExitRule(listener antlr.ParseTreeListener)

func (*Unbound_declsContext) GetParser

func (s *Unbound_declsContext) GetParser() antlr.Parser

func (*Unbound_declsContext) GetRuleContext

func (s *Unbound_declsContext) GetRuleContext() antlr.RuleContext

func (*Unbound_declsContext) Identifier

func (s *Unbound_declsContext) Identifier() antlr.TerminalNode

func (*Unbound_declsContext) IsUnbound_declsContext

func (*Unbound_declsContext) IsUnbound_declsContext()

func (*Unbound_declsContext) ToStringTree

func (s *Unbound_declsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*Unbound_declsContext) Wdl_type

func (s *Unbound_declsContext) Wdl_type() IWdl_typeContext

type VersionContext

type VersionContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyVersionContext

func NewEmptyVersionContext() *VersionContext

func NewVersionContext

func NewVersionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *VersionContext

func (*VersionContext) EnterRule

func (s *VersionContext) EnterRule(listener antlr.ParseTreeListener)

func (*VersionContext) ExitRule

func (s *VersionContext) ExitRule(listener antlr.ParseTreeListener)

func (*VersionContext) GetParser

func (s *VersionContext) GetParser() antlr.Parser

func (*VersionContext) GetRuleContext

func (s *VersionContext) GetRuleContext() antlr.RuleContext

func (*VersionContext) IsVersionContext

func (*VersionContext) IsVersionContext()

func (*VersionContext) ReleaseVersion

func (s *VersionContext) ReleaseVersion() antlr.TerminalNode

func (*VersionContext) ToStringTree

func (s *VersionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*VersionContext) VERSION

func (s *VersionContext) VERSION() antlr.TerminalNode

type WdlV1_1Lexer

type WdlV1_1Lexer struct {
	*antlr.BaseLexer
	// contains filtered or unexported fields
}

func NewWdlV1_1Lexer

func NewWdlV1_1Lexer(input antlr.CharStream) *WdlV1_1Lexer

NewWdlV1_1Lexer produces a new lexer instance for the optional input antlr.CharStream.

The *WdlV1_1Lexer instance produced may be reused by calling the SetInputStream method. The initial lexer configuration is expensive to construct, and the object is not thread-safe; however, if used within a Golang sync.Pool, the construction cost amortizes well and the objects can be used in a thread-safe manner.

type WdlV1_1Parser

type WdlV1_1Parser struct {
	*antlr.BaseParser
}

func NewWdlV1_1Parser

func NewWdlV1_1Parser(input antlr.TokenStream) *WdlV1_1Parser

NewWdlV1_1Parser produces a new parser instance for the optional input antlr.TokenStream.

The *WdlV1_1Parser instance produced may be reused by calling the SetInputStream method. The initial parser configuration is expensive to construct, and the object is not thread-safe; however, if used within a Golang sync.Pool, the construction cost amortizes well and the objects can be used in a thread-safe manner.

func (*WdlV1_1Parser) Any_decls

func (p *WdlV1_1Parser) Any_decls() (localctx IAny_declsContext)

func (*WdlV1_1Parser) Array_type

func (p *WdlV1_1Parser) Array_type() (localctx IArray_typeContext)

func (*WdlV1_1Parser) Bound_decls

func (p *WdlV1_1Parser) Bound_decls() (localctx IBound_declsContext)

func (*WdlV1_1Parser) Call

func (p *WdlV1_1Parser) Call() (localctx ICallContext)

func (*WdlV1_1Parser) Call_after

func (p *WdlV1_1Parser) Call_after() (localctx ICall_afterContext)

func (*WdlV1_1Parser) Call_alias

func (p *WdlV1_1Parser) Call_alias() (localctx ICall_aliasContext)

func (*WdlV1_1Parser) Call_body

func (p *WdlV1_1Parser) Call_body() (localctx ICall_bodyContext)

func (*WdlV1_1Parser) Call_input

func (p *WdlV1_1Parser) Call_input() (localctx ICall_inputContext)

func (*WdlV1_1Parser) Call_inputs

func (p *WdlV1_1Parser) Call_inputs() (localctx ICall_inputsContext)

func (*WdlV1_1Parser) Call_name

func (p *WdlV1_1Parser) Call_name() (localctx ICall_nameContext)

func (*WdlV1_1Parser) Conditional

func (p *WdlV1_1Parser) Conditional() (localctx IConditionalContext)

func (*WdlV1_1Parser) Document

func (p *WdlV1_1Parser) Document() (localctx IDocumentContext)

func (*WdlV1_1Parser) Document_element

func (p *WdlV1_1Parser) Document_element() (localctx IDocument_elementContext)

func (*WdlV1_1Parser) Expr

func (p *WdlV1_1Parser) Expr() (localctx IExprContext)

func (*WdlV1_1Parser) Expr_core

func (p *WdlV1_1Parser) Expr_core() (localctx IExpr_coreContext)

func (*WdlV1_1Parser) Expr_core_Sempred

func (p *WdlV1_1Parser) Expr_core_Sempred(localctx antlr.RuleContext, predIndex int) bool

func (*WdlV1_1Parser) Expr_infix

func (p *WdlV1_1Parser) Expr_infix() (localctx IExpr_infixContext)

func (*WdlV1_1Parser) Expr_infix0

func (p *WdlV1_1Parser) Expr_infix0() (localctx IExpr_infix0Context)

func (*WdlV1_1Parser) Expr_infix0_Sempred

func (p *WdlV1_1Parser) Expr_infix0_Sempred(localctx antlr.RuleContext, predIndex int) bool

func (*WdlV1_1Parser) Expr_infix1

func (p *WdlV1_1Parser) Expr_infix1() (localctx IExpr_infix1Context)

func (*WdlV1_1Parser) Expr_infix1_Sempred

func (p *WdlV1_1Parser) Expr_infix1_Sempred(localctx antlr.RuleContext, predIndex int) bool

func (*WdlV1_1Parser) Expr_infix2

func (p *WdlV1_1Parser) Expr_infix2() (localctx IExpr_infix2Context)

func (*WdlV1_1Parser) Expr_infix2_Sempred

func (p *WdlV1_1Parser) Expr_infix2_Sempred(localctx antlr.RuleContext, predIndex int) bool

func (*WdlV1_1Parser) Expr_infix3

func (p *WdlV1_1Parser) Expr_infix3() (localctx IExpr_infix3Context)

func (*WdlV1_1Parser) Expr_infix3_Sempred

func (p *WdlV1_1Parser) Expr_infix3_Sempred(localctx antlr.RuleContext, predIndex int) bool

func (*WdlV1_1Parser) Expr_infix4

func (p *WdlV1_1Parser) Expr_infix4() (localctx IExpr_infix4Context)

func (*WdlV1_1Parser) Expr_infix4_Sempred

func (p *WdlV1_1Parser) Expr_infix4_Sempred(localctx antlr.RuleContext, predIndex int) bool

func (*WdlV1_1Parser) Expr_infix5

func (p *WdlV1_1Parser) Expr_infix5() (localctx IExpr_infix5Context)

func (*WdlV1_1Parser) Expression_placeholder_option

func (p *WdlV1_1Parser) Expression_placeholder_option() (localctx IExpression_placeholder_optionContext)

func (*WdlV1_1Parser) Import_alias

func (p *WdlV1_1Parser) Import_alias() (localctx IImport_aliasContext)

func (*WdlV1_1Parser) Import_as

func (p *WdlV1_1Parser) Import_as() (localctx IImport_asContext)

func (*WdlV1_1Parser) Import_doc

func (p *WdlV1_1Parser) Import_doc() (localctx IImport_docContext)

func (*WdlV1_1Parser) Inner_workflow_element

func (p *WdlV1_1Parser) Inner_workflow_element() (localctx IInner_workflow_elementContext)

func (*WdlV1_1Parser) Map_type

func (p *WdlV1_1Parser) Map_type() (localctx IMap_typeContext)

func (*WdlV1_1Parser) Member

func (p *WdlV1_1Parser) Member() (localctx IMemberContext)

func (*WdlV1_1Parser) Meta

func (p *WdlV1_1Parser) Meta() (localctx IMetaContext)

func (*WdlV1_1Parser) Meta_array

func (p *WdlV1_1Parser) Meta_array() (localctx IMeta_arrayContext)

func (*WdlV1_1Parser) Meta_kv

func (p *WdlV1_1Parser) Meta_kv() (localctx IMeta_kvContext)

func (*WdlV1_1Parser) Meta_object

func (p *WdlV1_1Parser) Meta_object() (localctx IMeta_objectContext)

func (*WdlV1_1Parser) Meta_object_kv

func (p *WdlV1_1Parser) Meta_object_kv() (localctx IMeta_object_kvContext)

func (*WdlV1_1Parser) Meta_string

func (p *WdlV1_1Parser) Meta_string() (localctx IMeta_stringContext)

func (*WdlV1_1Parser) Meta_string_part

func (p *WdlV1_1Parser) Meta_string_part() (localctx IMeta_string_partContext)

func (*WdlV1_1Parser) Meta_value

func (p *WdlV1_1Parser) Meta_value() (localctx IMeta_valueContext)

func (*WdlV1_1Parser) Number

func (p *WdlV1_1Parser) Number() (localctx INumberContext)

func (*WdlV1_1Parser) Pair_type

func (p *WdlV1_1Parser) Pair_type() (localctx IPair_typeContext)

func (*WdlV1_1Parser) Parameter_meta

func (p *WdlV1_1Parser) Parameter_meta() (localctx IParameter_metaContext)

func (*WdlV1_1Parser) Primitive_literal

func (p *WdlV1_1Parser) Primitive_literal() (localctx IPrimitive_literalContext)

func (*WdlV1_1Parser) Scatter

func (p *WdlV1_1Parser) Scatter() (localctx IScatterContext)

func (*WdlV1_1Parser) Sempred

func (p *WdlV1_1Parser) Sempred(localctx antlr.RuleContext, ruleIndex, predIndex int) bool

func (*WdlV1_1Parser) String_expr_part

func (p *WdlV1_1Parser) String_expr_part() (localctx IString_expr_partContext)

func (*WdlV1_1Parser) String_expr_with_string_part

func (p *WdlV1_1Parser) String_expr_with_string_part() (localctx IString_expr_with_string_partContext)

func (*WdlV1_1Parser) String_part

func (p *WdlV1_1Parser) String_part() (localctx IString_partContext)

func (*WdlV1_1Parser) Task

func (p *WdlV1_1Parser) Task() (localctx ITaskContext)

func (*WdlV1_1Parser) Task_command

func (p *WdlV1_1Parser) Task_command() (localctx ITask_commandContext)

func (*WdlV1_1Parser) Task_command_expr_part

func (p *WdlV1_1Parser) Task_command_expr_part() (localctx ITask_command_expr_partContext)

func (*WdlV1_1Parser) Task_command_expr_with_string

func (p *WdlV1_1Parser) Task_command_expr_with_string() (localctx ITask_command_expr_with_stringContext)

func (*WdlV1_1Parser) Task_command_string_part

func (p *WdlV1_1Parser) Task_command_string_part() (localctx ITask_command_string_partContext)

func (*WdlV1_1Parser) Task_element

func (p *WdlV1_1Parser) Task_element() (localctx ITask_elementContext)

func (*WdlV1_1Parser) Task_input

func (p *WdlV1_1Parser) Task_input() (localctx ITask_inputContext)

func (*WdlV1_1Parser) Task_output

func (p *WdlV1_1Parser) Task_output() (localctx ITask_outputContext)

func (*WdlV1_1Parser) Task_runtime

func (p *WdlV1_1Parser) Task_runtime() (localctx ITask_runtimeContext)

func (*WdlV1_1Parser) Task_runtime_kv

func (p *WdlV1_1Parser) Task_runtime_kv() (localctx ITask_runtime_kvContext)

func (*WdlV1_1Parser) Type_base

func (p *WdlV1_1Parser) Type_base() (localctx IType_baseContext)

func (*WdlV1_1Parser) Unbound_decls

func (p *WdlV1_1Parser) Unbound_decls() (localctx IUnbound_declsContext)

func (*WdlV1_1Parser) Version

func (p *WdlV1_1Parser) Version() (localctx IVersionContext)

func (*WdlV1_1Parser) Wdl_string

func (p *WdlV1_1Parser) Wdl_string() (localctx IWdl_stringContext)

func (*WdlV1_1Parser) Wdl_struct

func (p *WdlV1_1Parser) Wdl_struct() (localctx IWdl_structContext)

func (*WdlV1_1Parser) Wdl_type

func (p *WdlV1_1Parser) Wdl_type() (localctx IWdl_typeContext)

func (*WdlV1_1Parser) Workflow

func (p *WdlV1_1Parser) Workflow() (localctx IWorkflowContext)

func (*WdlV1_1Parser) Workflow_element

func (p *WdlV1_1Parser) Workflow_element() (localctx IWorkflow_elementContext)

func (*WdlV1_1Parser) Workflow_input

func (p *WdlV1_1Parser) Workflow_input() (localctx IWorkflow_inputContext)

func (*WdlV1_1Parser) Workflow_output

func (p *WdlV1_1Parser) Workflow_output() (localctx IWorkflow_outputContext)

type WdlV1_1ParserListener

type WdlV1_1ParserListener interface {
	antlr.ParseTreeListener

	// EnterMap_type is called when entering the map_type production.
	EnterMap_type(c *Map_typeContext)

	// EnterArray_type is called when entering the array_type production.
	EnterArray_type(c *Array_typeContext)

	// EnterPair_type is called when entering the pair_type production.
	EnterPair_type(c *Pair_typeContext)

	// EnterType_base is called when entering the type_base production.
	EnterType_base(c *Type_baseContext)

	// EnterWdl_type is called when entering the wdl_type production.
	EnterWdl_type(c *Wdl_typeContext)

	// EnterUnbound_decls is called when entering the unbound_decls production.
	EnterUnbound_decls(c *Unbound_declsContext)

	// EnterBound_decls is called when entering the bound_decls production.
	EnterBound_decls(c *Bound_declsContext)

	// EnterAny_decls is called when entering the any_decls production.
	EnterAny_decls(c *Any_declsContext)

	// EnterNumber is called when entering the number production.
	EnterNumber(c *NumberContext)

	// EnterExpression_placeholder_option is called when entering the expression_placeholder_option production.
	EnterExpression_placeholder_option(c *Expression_placeholder_optionContext)

	// EnterString_part is called when entering the string_part production.
	EnterString_part(c *String_partContext)

	// EnterString_expr_part is called when entering the string_expr_part production.
	EnterString_expr_part(c *String_expr_partContext)

	// EnterString_expr_with_string_part is called when entering the string_expr_with_string_part production.
	EnterString_expr_with_string_part(c *String_expr_with_string_partContext)

	// EnterWdl_string is called when entering the wdl_string production.
	EnterWdl_string(c *Wdl_stringContext)

	// EnterPrimitive_literal is called when entering the primitive_literal production.
	EnterPrimitive_literal(c *Primitive_literalContext)

	// EnterExpr is called when entering the expr production.
	EnterExpr(c *ExprContext)

	// EnterInfix0 is called when entering the infix0 production.
	EnterInfix0(c *Infix0Context)

	// EnterInfix1 is called when entering the infix1 production.
	EnterInfix1(c *Infix1Context)

	// EnterLor is called when entering the lor production.
	EnterLor(c *LorContext)

	// EnterInfix2 is called when entering the infix2 production.
	EnterInfix2(c *Infix2Context)

	// EnterLand is called when entering the land production.
	EnterLand(c *LandContext)

	// EnterEqeq is called when entering the eqeq production.
	EnterEqeq(c *EqeqContext)

	// EnterLt is called when entering the lt production.
	EnterLt(c *LtContext)

	// EnterInfix3 is called when entering the infix3 production.
	EnterInfix3(c *Infix3Context)

	// EnterGte is called when entering the gte production.
	EnterGte(c *GteContext)

	// EnterNeq is called when entering the neq production.
	EnterNeq(c *NeqContext)

	// EnterLte is called when entering the lte production.
	EnterLte(c *LteContext)

	// EnterGt is called when entering the gt production.
	EnterGt(c *GtContext)

	// EnterAdd is called when entering the add production.
	EnterAdd(c *AddContext)

	// EnterSub is called when entering the sub production.
	EnterSub(c *SubContext)

	// EnterInfix4 is called when entering the infix4 production.
	EnterInfix4(c *Infix4Context)

	// EnterMod is called when entering the mod production.
	EnterMod(c *ModContext)

	// EnterMul is called when entering the mul production.
	EnterMul(c *MulContext)

	// EnterDivide is called when entering the divide production.
	EnterDivide(c *DivideContext)

	// EnterInfix5 is called when entering the infix5 production.
	EnterInfix5(c *Infix5Context)

	// EnterExpr_infix5 is called when entering the expr_infix5 production.
	EnterExpr_infix5(c *Expr_infix5Context)

	// EnterMember is called when entering the member production.
	EnterMember(c *MemberContext)

	// EnterPair_literal is called when entering the pair_literal production.
	EnterPair_literal(c *Pair_literalContext)

	// EnterUnarysigned is called when entering the unarysigned production.
	EnterUnarysigned(c *UnarysignedContext)

	// EnterApply is called when entering the apply production.
	EnterApply(c *ApplyContext)

	// EnterExpression_group is called when entering the expression_group production.
	EnterExpression_group(c *Expression_groupContext)

	// EnterPrimitives is called when entering the primitives production.
	EnterPrimitives(c *PrimitivesContext)

	// EnterLeft_name is called when entering the left_name production.
	EnterLeft_name(c *Left_nameContext)

	// EnterAt is called when entering the at production.
	EnterAt(c *AtContext)

	// EnterNegate is called when entering the negate production.
	EnterNegate(c *NegateContext)

	// EnterMap_literal is called when entering the map_literal production.
	EnterMap_literal(c *Map_literalContext)

	// EnterIfthenelse is called when entering the ifthenelse production.
	EnterIfthenelse(c *IfthenelseContext)

	// EnterGet_name is called when entering the get_name production.
	EnterGet_name(c *Get_nameContext)

	// EnterObject_literal is called when entering the object_literal production.
	EnterObject_literal(c *Object_literalContext)

	// EnterArray_literal is called when entering the array_literal production.
	EnterArray_literal(c *Array_literalContext)

	// EnterStruct_literal is called when entering the struct_literal production.
	EnterStruct_literal(c *Struct_literalContext)

	// EnterVersion is called when entering the version production.
	EnterVersion(c *VersionContext)

	// EnterImport_alias is called when entering the import_alias production.
	EnterImport_alias(c *Import_aliasContext)

	// EnterImport_as is called when entering the import_as production.
	EnterImport_as(c *Import_asContext)

	// EnterImport_doc is called when entering the import_doc production.
	EnterImport_doc(c *Import_docContext)

	// EnterWdl_struct is called when entering the wdl_struct production.
	EnterWdl_struct(c *Wdl_structContext)

	// EnterMeta_value is called when entering the meta_value production.
	EnterMeta_value(c *Meta_valueContext)

	// EnterMeta_string_part is called when entering the meta_string_part production.
	EnterMeta_string_part(c *Meta_string_partContext)

	// EnterMeta_string is called when entering the meta_string production.
	EnterMeta_string(c *Meta_stringContext)

	// EnterMeta_array is called when entering the meta_array production.
	EnterMeta_array(c *Meta_arrayContext)

	// EnterMeta_object is called when entering the meta_object production.
	EnterMeta_object(c *Meta_objectContext)

	// EnterMeta_object_kv is called when entering the meta_object_kv production.
	EnterMeta_object_kv(c *Meta_object_kvContext)

	// EnterMeta_kv is called when entering the meta_kv production.
	EnterMeta_kv(c *Meta_kvContext)

	// EnterParameter_meta is called when entering the parameter_meta production.
	EnterParameter_meta(c *Parameter_metaContext)

	// EnterMeta is called when entering the meta production.
	EnterMeta(c *MetaContext)

	// EnterTask_runtime_kv is called when entering the task_runtime_kv production.
	EnterTask_runtime_kv(c *Task_runtime_kvContext)

	// EnterTask_runtime is called when entering the task_runtime production.
	EnterTask_runtime(c *Task_runtimeContext)

	// EnterTask_input is called when entering the task_input production.
	EnterTask_input(c *Task_inputContext)

	// EnterTask_output is called when entering the task_output production.
	EnterTask_output(c *Task_outputContext)

	// EnterTask_command_string_part is called when entering the task_command_string_part production.
	EnterTask_command_string_part(c *Task_command_string_partContext)

	// EnterTask_command_expr_part is called when entering the task_command_expr_part production.
	EnterTask_command_expr_part(c *Task_command_expr_partContext)

	// EnterTask_command_expr_with_string is called when entering the task_command_expr_with_string production.
	EnterTask_command_expr_with_string(c *Task_command_expr_with_stringContext)

	// EnterTask_command is called when entering the task_command production.
	EnterTask_command(c *Task_commandContext)

	// EnterTask_element is called when entering the task_element production.
	EnterTask_element(c *Task_elementContext)

	// EnterTask is called when entering the task production.
	EnterTask(c *TaskContext)

	// EnterInner_workflow_element is called when entering the inner_workflow_element production.
	EnterInner_workflow_element(c *Inner_workflow_elementContext)

	// EnterCall_alias is called when entering the call_alias production.
	EnterCall_alias(c *Call_aliasContext)

	// EnterCall_input is called when entering the call_input production.
	EnterCall_input(c *Call_inputContext)

	// EnterCall_inputs is called when entering the call_inputs production.
	EnterCall_inputs(c *Call_inputsContext)

	// EnterCall_body is called when entering the call_body production.
	EnterCall_body(c *Call_bodyContext)

	// EnterCall_after is called when entering the call_after production.
	EnterCall_after(c *Call_afterContext)

	// EnterCall_name is called when entering the call_name production.
	EnterCall_name(c *Call_nameContext)

	// EnterCall is called when entering the call production.
	EnterCall(c *CallContext)

	// EnterScatter is called when entering the scatter production.
	EnterScatter(c *ScatterContext)

	// EnterConditional is called when entering the conditional production.
	EnterConditional(c *ConditionalContext)

	// EnterWorkflow_input is called when entering the workflow_input production.
	EnterWorkflow_input(c *Workflow_inputContext)

	// EnterWorkflow_output is called when entering the workflow_output production.
	EnterWorkflow_output(c *Workflow_outputContext)

	// EnterInput is called when entering the input production.
	EnterInput(c *InputContext)

	// EnterOutput is called when entering the output production.
	EnterOutput(c *OutputContext)

	// EnterInner_element is called when entering the inner_element production.
	EnterInner_element(c *Inner_elementContext)

	// EnterParameter_meta_element is called when entering the parameter_meta_element production.
	EnterParameter_meta_element(c *Parameter_meta_elementContext)

	// EnterMeta_element is called when entering the meta_element production.
	EnterMeta_element(c *Meta_elementContext)

	// EnterWorkflow is called when entering the workflow production.
	EnterWorkflow(c *WorkflowContext)

	// EnterDocument_element is called when entering the document_element production.
	EnterDocument_element(c *Document_elementContext)

	// EnterDocument is called when entering the document production.
	EnterDocument(c *DocumentContext)

	// ExitMap_type is called when exiting the map_type production.
	ExitMap_type(c *Map_typeContext)

	// ExitArray_type is called when exiting the array_type production.
	ExitArray_type(c *Array_typeContext)

	// ExitPair_type is called when exiting the pair_type production.
	ExitPair_type(c *Pair_typeContext)

	// ExitType_base is called when exiting the type_base production.
	ExitType_base(c *Type_baseContext)

	// ExitWdl_type is called when exiting the wdl_type production.
	ExitWdl_type(c *Wdl_typeContext)

	// ExitUnbound_decls is called when exiting the unbound_decls production.
	ExitUnbound_decls(c *Unbound_declsContext)

	// ExitBound_decls is called when exiting the bound_decls production.
	ExitBound_decls(c *Bound_declsContext)

	// ExitAny_decls is called when exiting the any_decls production.
	ExitAny_decls(c *Any_declsContext)

	// ExitNumber is called when exiting the number production.
	ExitNumber(c *NumberContext)

	// ExitExpression_placeholder_option is called when exiting the expression_placeholder_option production.
	ExitExpression_placeholder_option(c *Expression_placeholder_optionContext)

	// ExitString_part is called when exiting the string_part production.
	ExitString_part(c *String_partContext)

	// ExitString_expr_part is called when exiting the string_expr_part production.
	ExitString_expr_part(c *String_expr_partContext)

	// ExitString_expr_with_string_part is called when exiting the string_expr_with_string_part production.
	ExitString_expr_with_string_part(c *String_expr_with_string_partContext)

	// ExitWdl_string is called when exiting the wdl_string production.
	ExitWdl_string(c *Wdl_stringContext)

	// ExitPrimitive_literal is called when exiting the primitive_literal production.
	ExitPrimitive_literal(c *Primitive_literalContext)

	// ExitExpr is called when exiting the expr production.
	ExitExpr(c *ExprContext)

	// ExitInfix0 is called when exiting the infix0 production.
	ExitInfix0(c *Infix0Context)

	// ExitInfix1 is called when exiting the infix1 production.
	ExitInfix1(c *Infix1Context)

	// ExitLor is called when exiting the lor production.
	ExitLor(c *LorContext)

	// ExitInfix2 is called when exiting the infix2 production.
	ExitInfix2(c *Infix2Context)

	// ExitLand is called when exiting the land production.
	ExitLand(c *LandContext)

	// ExitEqeq is called when exiting the eqeq production.
	ExitEqeq(c *EqeqContext)

	// ExitLt is called when exiting the lt production.
	ExitLt(c *LtContext)

	// ExitInfix3 is called when exiting the infix3 production.
	ExitInfix3(c *Infix3Context)

	// ExitGte is called when exiting the gte production.
	ExitGte(c *GteContext)

	// ExitNeq is called when exiting the neq production.
	ExitNeq(c *NeqContext)

	// ExitLte is called when exiting the lte production.
	ExitLte(c *LteContext)

	// ExitGt is called when exiting the gt production.
	ExitGt(c *GtContext)

	// ExitAdd is called when exiting the add production.
	ExitAdd(c *AddContext)

	// ExitSub is called when exiting the sub production.
	ExitSub(c *SubContext)

	// ExitInfix4 is called when exiting the infix4 production.
	ExitInfix4(c *Infix4Context)

	// ExitMod is called when exiting the mod production.
	ExitMod(c *ModContext)

	// ExitMul is called when exiting the mul production.
	ExitMul(c *MulContext)

	// ExitDivide is called when exiting the divide production.
	ExitDivide(c *DivideContext)

	// ExitInfix5 is called when exiting the infix5 production.
	ExitInfix5(c *Infix5Context)

	// ExitExpr_infix5 is called when exiting the expr_infix5 production.
	ExitExpr_infix5(c *Expr_infix5Context)

	// ExitMember is called when exiting the member production.
	ExitMember(c *MemberContext)

	// ExitPair_literal is called when exiting the pair_literal production.
	ExitPair_literal(c *Pair_literalContext)

	// ExitUnarysigned is called when exiting the unarysigned production.
	ExitUnarysigned(c *UnarysignedContext)

	// ExitApply is called when exiting the apply production.
	ExitApply(c *ApplyContext)

	// ExitExpression_group is called when exiting the expression_group production.
	ExitExpression_group(c *Expression_groupContext)

	// ExitPrimitives is called when exiting the primitives production.
	ExitPrimitives(c *PrimitivesContext)

	// ExitLeft_name is called when exiting the left_name production.
	ExitLeft_name(c *Left_nameContext)

	// ExitAt is called when exiting the at production.
	ExitAt(c *AtContext)

	// ExitNegate is called when exiting the negate production.
	ExitNegate(c *NegateContext)

	// ExitMap_literal is called when exiting the map_literal production.
	ExitMap_literal(c *Map_literalContext)

	// ExitIfthenelse is called when exiting the ifthenelse production.
	ExitIfthenelse(c *IfthenelseContext)

	// ExitGet_name is called when exiting the get_name production.
	ExitGet_name(c *Get_nameContext)

	// ExitObject_literal is called when exiting the object_literal production.
	ExitObject_literal(c *Object_literalContext)

	// ExitArray_literal is called when exiting the array_literal production.
	ExitArray_literal(c *Array_literalContext)

	// ExitStruct_literal is called when exiting the struct_literal production.
	ExitStruct_literal(c *Struct_literalContext)

	// ExitVersion is called when exiting the version production.
	ExitVersion(c *VersionContext)

	// ExitImport_alias is called when exiting the import_alias production.
	ExitImport_alias(c *Import_aliasContext)

	// ExitImport_as is called when exiting the import_as production.
	ExitImport_as(c *Import_asContext)

	// ExitImport_doc is called when exiting the import_doc production.
	ExitImport_doc(c *Import_docContext)

	// ExitWdl_struct is called when exiting the wdl_struct production.
	ExitWdl_struct(c *Wdl_structContext)

	// ExitMeta_value is called when exiting the meta_value production.
	ExitMeta_value(c *Meta_valueContext)

	// ExitMeta_string_part is called when exiting the meta_string_part production.
	ExitMeta_string_part(c *Meta_string_partContext)

	// ExitMeta_string is called when exiting the meta_string production.
	ExitMeta_string(c *Meta_stringContext)

	// ExitMeta_array is called when exiting the meta_array production.
	ExitMeta_array(c *Meta_arrayContext)

	// ExitMeta_object is called when exiting the meta_object production.
	ExitMeta_object(c *Meta_objectContext)

	// ExitMeta_object_kv is called when exiting the meta_object_kv production.
	ExitMeta_object_kv(c *Meta_object_kvContext)

	// ExitMeta_kv is called when exiting the meta_kv production.
	ExitMeta_kv(c *Meta_kvContext)

	// ExitParameter_meta is called when exiting the parameter_meta production.
	ExitParameter_meta(c *Parameter_metaContext)

	// ExitMeta is called when exiting the meta production.
	ExitMeta(c *MetaContext)

	// ExitTask_runtime_kv is called when exiting the task_runtime_kv production.
	ExitTask_runtime_kv(c *Task_runtime_kvContext)

	// ExitTask_runtime is called when exiting the task_runtime production.
	ExitTask_runtime(c *Task_runtimeContext)

	// ExitTask_input is called when exiting the task_input production.
	ExitTask_input(c *Task_inputContext)

	// ExitTask_output is called when exiting the task_output production.
	ExitTask_output(c *Task_outputContext)

	// ExitTask_command_string_part is called when exiting the task_command_string_part production.
	ExitTask_command_string_part(c *Task_command_string_partContext)

	// ExitTask_command_expr_part is called when exiting the task_command_expr_part production.
	ExitTask_command_expr_part(c *Task_command_expr_partContext)

	// ExitTask_command_expr_with_string is called when exiting the task_command_expr_with_string production.
	ExitTask_command_expr_with_string(c *Task_command_expr_with_stringContext)

	// ExitTask_command is called when exiting the task_command production.
	ExitTask_command(c *Task_commandContext)

	// ExitTask_element is called when exiting the task_element production.
	ExitTask_element(c *Task_elementContext)

	// ExitTask is called when exiting the task production.
	ExitTask(c *TaskContext)

	// ExitInner_workflow_element is called when exiting the inner_workflow_element production.
	ExitInner_workflow_element(c *Inner_workflow_elementContext)

	// ExitCall_alias is called when exiting the call_alias production.
	ExitCall_alias(c *Call_aliasContext)

	// ExitCall_input is called when exiting the call_input production.
	ExitCall_input(c *Call_inputContext)

	// ExitCall_inputs is called when exiting the call_inputs production.
	ExitCall_inputs(c *Call_inputsContext)

	// ExitCall_body is called when exiting the call_body production.
	ExitCall_body(c *Call_bodyContext)

	// ExitCall_after is called when exiting the call_after production.
	ExitCall_after(c *Call_afterContext)

	// ExitCall_name is called when exiting the call_name production.
	ExitCall_name(c *Call_nameContext)

	// ExitCall is called when exiting the call production.
	ExitCall(c *CallContext)

	// ExitScatter is called when exiting the scatter production.
	ExitScatter(c *ScatterContext)

	// ExitConditional is called when exiting the conditional production.
	ExitConditional(c *ConditionalContext)

	// ExitWorkflow_input is called when exiting the workflow_input production.
	ExitWorkflow_input(c *Workflow_inputContext)

	// ExitWorkflow_output is called when exiting the workflow_output production.
	ExitWorkflow_output(c *Workflow_outputContext)

	// ExitInput is called when exiting the input production.
	ExitInput(c *InputContext)

	// ExitOutput is called when exiting the output production.
	ExitOutput(c *OutputContext)

	// ExitInner_element is called when exiting the inner_element production.
	ExitInner_element(c *Inner_elementContext)

	// ExitParameter_meta_element is called when exiting the parameter_meta_element production.
	ExitParameter_meta_element(c *Parameter_meta_elementContext)

	// ExitMeta_element is called when exiting the meta_element production.
	ExitMeta_element(c *Meta_elementContext)

	// ExitWorkflow is called when exiting the workflow production.
	ExitWorkflow(c *WorkflowContext)

	// ExitDocument_element is called when exiting the document_element production.
	ExitDocument_element(c *Document_elementContext)

	// ExitDocument is called when exiting the document production.
	ExitDocument(c *DocumentContext)
}

WdlV1_1ParserListener is a complete listener for a parse tree produced by WdlV1_1Parser.

type Wdl_stringContext

type Wdl_stringContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyWdl_stringContext

func NewEmptyWdl_stringContext() *Wdl_stringContext

func NewWdl_stringContext

func NewWdl_stringContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Wdl_stringContext

func (*Wdl_stringContext) AllDQUOTE

func (s *Wdl_stringContext) AllDQUOTE() []antlr.TerminalNode

func (*Wdl_stringContext) AllSQUOTE

func (s *Wdl_stringContext) AllSQUOTE() []antlr.TerminalNode

func (*Wdl_stringContext) AllString_expr_with_string_part

func (s *Wdl_stringContext) AllString_expr_with_string_part() []IString_expr_with_string_partContext

func (*Wdl_stringContext) DQUOTE

func (s *Wdl_stringContext) DQUOTE(i int) antlr.TerminalNode

func (*Wdl_stringContext) EnterRule

func (s *Wdl_stringContext) EnterRule(listener antlr.ParseTreeListener)

func (*Wdl_stringContext) ExitRule

func (s *Wdl_stringContext) ExitRule(listener antlr.ParseTreeListener)

func (*Wdl_stringContext) GetParser

func (s *Wdl_stringContext) GetParser() antlr.Parser

func (*Wdl_stringContext) GetRuleContext

func (s *Wdl_stringContext) GetRuleContext() antlr.RuleContext

func (*Wdl_stringContext) IsWdl_stringContext

func (*Wdl_stringContext) IsWdl_stringContext()

func (*Wdl_stringContext) SQUOTE

func (s *Wdl_stringContext) SQUOTE(i int) antlr.TerminalNode

func (*Wdl_stringContext) String_expr_with_string_part

func (s *Wdl_stringContext) String_expr_with_string_part(i int) IString_expr_with_string_partContext

func (*Wdl_stringContext) String_part

func (s *Wdl_stringContext) String_part() IString_partContext

func (*Wdl_stringContext) ToStringTree

func (s *Wdl_stringContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Wdl_structContext

type Wdl_structContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyWdl_structContext

func NewEmptyWdl_structContext() *Wdl_structContext

func NewWdl_structContext

func NewWdl_structContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Wdl_structContext

func (*Wdl_structContext) AllUnbound_decls

func (s *Wdl_structContext) AllUnbound_decls() []IUnbound_declsContext

func (*Wdl_structContext) EnterRule

func (s *Wdl_structContext) EnterRule(listener antlr.ParseTreeListener)

func (*Wdl_structContext) ExitRule

func (s *Wdl_structContext) ExitRule(listener antlr.ParseTreeListener)

func (*Wdl_structContext) GetParser

func (s *Wdl_structContext) GetParser() antlr.Parser

func (*Wdl_structContext) GetRuleContext

func (s *Wdl_structContext) GetRuleContext() antlr.RuleContext

func (*Wdl_structContext) Identifier

func (s *Wdl_structContext) Identifier() antlr.TerminalNode

func (*Wdl_structContext) IsWdl_structContext

func (*Wdl_structContext) IsWdl_structContext()

func (*Wdl_structContext) LBRACE

func (s *Wdl_structContext) LBRACE() antlr.TerminalNode

func (*Wdl_structContext) RBRACE

func (s *Wdl_structContext) RBRACE() antlr.TerminalNode

func (*Wdl_structContext) STRUCT

func (s *Wdl_structContext) STRUCT() antlr.TerminalNode

func (*Wdl_structContext) ToStringTree

func (s *Wdl_structContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*Wdl_structContext) Unbound_decls

func (s *Wdl_structContext) Unbound_decls(i int) IUnbound_declsContext

type Wdl_typeContext

type Wdl_typeContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyWdl_typeContext

func NewEmptyWdl_typeContext() *Wdl_typeContext

func NewWdl_typeContext

func NewWdl_typeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Wdl_typeContext

func (*Wdl_typeContext) EnterRule

func (s *Wdl_typeContext) EnterRule(listener antlr.ParseTreeListener)

func (*Wdl_typeContext) ExitRule

func (s *Wdl_typeContext) ExitRule(listener antlr.ParseTreeListener)

func (*Wdl_typeContext) GetParser

func (s *Wdl_typeContext) GetParser() antlr.Parser

func (*Wdl_typeContext) GetRuleContext

func (s *Wdl_typeContext) GetRuleContext() antlr.RuleContext

func (*Wdl_typeContext) IsWdl_typeContext

func (*Wdl_typeContext) IsWdl_typeContext()

func (*Wdl_typeContext) OPTIONAL

func (s *Wdl_typeContext) OPTIONAL() antlr.TerminalNode

func (*Wdl_typeContext) ToStringTree

func (s *Wdl_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*Wdl_typeContext) Type_base

func (s *Wdl_typeContext) Type_base() IType_baseContext

type WorkflowContext

type WorkflowContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyWorkflowContext

func NewEmptyWorkflowContext() *WorkflowContext

func NewWorkflowContext

func NewWorkflowContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *WorkflowContext

func (*WorkflowContext) AllWorkflow_element

func (s *WorkflowContext) AllWorkflow_element() []IWorkflow_elementContext

func (*WorkflowContext) EnterRule

func (s *WorkflowContext) EnterRule(listener antlr.ParseTreeListener)

func (*WorkflowContext) ExitRule

func (s *WorkflowContext) ExitRule(listener antlr.ParseTreeListener)

func (*WorkflowContext) GetParser

func (s *WorkflowContext) GetParser() antlr.Parser

func (*WorkflowContext) GetRuleContext

func (s *WorkflowContext) GetRuleContext() antlr.RuleContext

func (*WorkflowContext) Identifier

func (s *WorkflowContext) Identifier() antlr.TerminalNode

func (*WorkflowContext) IsWorkflowContext

func (*WorkflowContext) IsWorkflowContext()

func (*WorkflowContext) LBRACE

func (s *WorkflowContext) LBRACE() antlr.TerminalNode

func (*WorkflowContext) RBRACE

func (s *WorkflowContext) RBRACE() antlr.TerminalNode

func (*WorkflowContext) ToStringTree

func (s *WorkflowContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*WorkflowContext) WORKFLOW

func (s *WorkflowContext) WORKFLOW() antlr.TerminalNode

func (*WorkflowContext) Workflow_element

func (s *WorkflowContext) Workflow_element(i int) IWorkflow_elementContext

type Workflow_elementContext

type Workflow_elementContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyWorkflow_elementContext

func NewEmptyWorkflow_elementContext() *Workflow_elementContext

func NewWorkflow_elementContext

func NewWorkflow_elementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Workflow_elementContext

func (*Workflow_elementContext) CopyFrom

func (*Workflow_elementContext) GetParser

func (s *Workflow_elementContext) GetParser() antlr.Parser

func (*Workflow_elementContext) GetRuleContext

func (s *Workflow_elementContext) GetRuleContext() antlr.RuleContext

func (*Workflow_elementContext) IsWorkflow_elementContext

func (*Workflow_elementContext) IsWorkflow_elementContext()

func (*Workflow_elementContext) ToStringTree

func (s *Workflow_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Workflow_inputContext

type Workflow_inputContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyWorkflow_inputContext

func NewEmptyWorkflow_inputContext() *Workflow_inputContext

func NewWorkflow_inputContext

func NewWorkflow_inputContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Workflow_inputContext

func (*Workflow_inputContext) AllAny_decls

func (s *Workflow_inputContext) AllAny_decls() []IAny_declsContext

func (*Workflow_inputContext) Any_decls

func (*Workflow_inputContext) EnterRule

func (s *Workflow_inputContext) EnterRule(listener antlr.ParseTreeListener)

func (*Workflow_inputContext) ExitRule

func (s *Workflow_inputContext) ExitRule(listener antlr.ParseTreeListener)

func (*Workflow_inputContext) GetParser

func (s *Workflow_inputContext) GetParser() antlr.Parser

func (*Workflow_inputContext) GetRuleContext

func (s *Workflow_inputContext) GetRuleContext() antlr.RuleContext

func (*Workflow_inputContext) INPUT

func (*Workflow_inputContext) IsWorkflow_inputContext

func (*Workflow_inputContext) IsWorkflow_inputContext()

func (*Workflow_inputContext) LBRACE

func (*Workflow_inputContext) RBRACE

func (*Workflow_inputContext) ToStringTree

func (s *Workflow_inputContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Workflow_outputContext

type Workflow_outputContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyWorkflow_outputContext

func NewEmptyWorkflow_outputContext() *Workflow_outputContext

func NewWorkflow_outputContext

func NewWorkflow_outputContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Workflow_outputContext

func (*Workflow_outputContext) AllBound_decls

func (s *Workflow_outputContext) AllBound_decls() []IBound_declsContext

func (*Workflow_outputContext) Bound_decls

func (*Workflow_outputContext) EnterRule

func (s *Workflow_outputContext) EnterRule(listener antlr.ParseTreeListener)

func (*Workflow_outputContext) ExitRule

func (s *Workflow_outputContext) ExitRule(listener antlr.ParseTreeListener)

func (*Workflow_outputContext) GetParser

func (s *Workflow_outputContext) GetParser() antlr.Parser

func (*Workflow_outputContext) GetRuleContext

func (s *Workflow_outputContext) GetRuleContext() antlr.RuleContext

func (*Workflow_outputContext) IsWorkflow_outputContext

func (*Workflow_outputContext) IsWorkflow_outputContext()

func (*Workflow_outputContext) LBRACE

func (*Workflow_outputContext) OUTPUT

func (*Workflow_outputContext) RBRACE

func (*Workflow_outputContext) ToStringTree

func (s *Workflow_outputContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL