Class DockerParserBaseVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>,DockerParserVisitor<T>
- Direct Known Subclasses:
DockerParserVisitor
DockerParserVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced byDockerParser.addInstruction().Visit a parse tree produced byDockerParser.argInstruction().Visit a parse tree produced byDockerParser.argName().Visit a parse tree produced byDockerParser.argValue().Visit a parse tree produced byDockerParser.cmdInstruction().Visit a parse tree produced byDockerParser.copyInstruction().Visit a parse tree produced byDockerParser.destination().Visit a parse tree produced byDockerParser.destinationPath().Visit a parse tree produced byDockerParser.dockerfile().Visit a parse tree produced byDockerParser.entrypointInstruction().Visit a parse tree produced byDockerParser.envInstruction().Visit a parse tree produced byDockerParser.envKey().Visit a parse tree produced byDockerParser.envPair().Visit a parse tree produced byDockerParser.envPairs().Visit a parse tree produced byDockerParser.envTextElementEquals().Visit a parse tree produced byDockerParser.envTextEquals().Visit a parse tree produced byDockerParser.envValueEquals().Visit a parse tree produced byDockerParser.envValueSpace().Visit a parse tree produced byDockerParser.execForm().Visit a parse tree produced byDockerParser.exposeInstruction().Visit a parse tree produced byDockerParser.flag().Visit a parse tree produced byDockerParser.flags().Visit a parse tree produced byDockerParser.fromInstruction().Visit a parse tree produced byDockerParser.globalArgs().Visit a parse tree produced byDockerParser.healthcheckInstruction().Visit a parse tree produced byDockerParser.healthcheckOption().Visit a parse tree produced byDockerParser.healthcheckOptions().Visit a parse tree produced byDockerParser.heredoc().Visit a parse tree produced byDockerParser.heredocBody().Visit a parse tree produced byDockerParser.heredocContent().Visit a parse tree produced byDockerParser.heredocEnd().Visit a parse tree produced byDockerParser.heredocPreamble().Visit a parse tree produced byDockerParser.imageName().Visit a parse tree produced byDockerParser.instruction().Visit a parse tree produced byDockerParser.jsonArray().Visit a parse tree produced byDockerParser.jsonArrayElements().Visit a parse tree produced byDockerParser.jsonString().Visit a parse tree produced byDockerParser.labelInstruction().Visit a parse tree produced byDockerParser.labelKey().Visit a parse tree produced byDockerParser.labelOldValue().Visit a parse tree produced byDockerParser.labelOldValueElement().Visit a parse tree produced byDockerParser.labelPair().Visit a parse tree produced byDockerParser.labelPairs().Visit a parse tree produced byDockerParser.labelValue().Visit a parse tree produced byDockerParser.maintainerInstruction().Visit a parse tree produced byDockerParser.onbuildInstruction().Visit a parse tree produced byDockerParser.parserDirective().Visit a parse tree produced byDockerParser.path().Visit a parse tree produced byDockerParser.pathList().Visit a parse tree produced byDockerParser.port().Visit a parse tree produced byDockerParser.portList().Visit a parse tree produced byDockerParser.preambleElement().Visit a parse tree produced byDockerParser.runInstruction().Visit a parse tree produced byDockerParser.shellForm().Visit a parse tree produced byDockerParser.shellFormText().Visit a parse tree produced byDockerParser.shellFormTextElement().Visit a parse tree produced byDockerParser.shellInstruction().Visit a parse tree produced byDockerParser.signal().Visit a parse tree produced byDockerParser.sourceList().Visit a parse tree produced byDockerParser.sourcePath().Visit a parse tree produced byDockerParser.stage().Visit a parse tree produced byDockerParser.stageInstruction().Visit a parse tree produced byDockerParser.stageName().Visit a parse tree produced byDockerParser.stopsignalInstruction().Visit a parse tree produced byDockerParser.text().Visit a parse tree produced byDockerParser.textElement().Visit a parse tree produced byDockerParser.userInstruction().Visit a parse tree produced byDockerParser.userSpec().Visit a parse tree produced byDockerParser.volumeInstruction().Visit a parse tree produced byDockerParser.volumePath().Visit a parse tree produced byDockerParser.workdirInstruction().Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Constructor Details
-
DockerParserBaseVisitor
public DockerParserBaseVisitor()
-
-
Method Details
-
visitDockerfile
Visit a parse tree produced byDockerParser.dockerfile().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDockerfilein interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParserDirective
Visit a parse tree produced byDockerParser.parserDirective().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParserDirectivein interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGlobalArgs
Visit a parse tree produced byDockerParser.globalArgs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGlobalArgsin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStage
Visit a parse tree produced byDockerParser.stage().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStagein interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStageInstruction
Visit a parse tree produced byDockerParser.stageInstruction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStageInstructionin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInstruction
Visit a parse tree produced byDockerParser.instruction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInstructionin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFromInstruction
Visit a parse tree produced byDockerParser.fromInstruction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFromInstructionin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRunInstruction
Visit a parse tree produced byDockerParser.runInstruction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRunInstructionin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCmdInstruction
Visit a parse tree produced byDockerParser.cmdInstruction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCmdInstructionin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLabelInstruction
Visit a parse tree produced byDockerParser.labelInstruction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLabelInstructionin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExposeInstruction
Visit a parse tree produced byDockerParser.exposeInstruction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExposeInstructionin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnvInstruction
Visit a parse tree produced byDockerParser.envInstruction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnvInstructionin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddInstruction
Visit a parse tree produced byDockerParser.addInstruction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddInstructionin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopyInstruction
Visit a parse tree produced byDockerParser.copyInstruction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCopyInstructionin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEntrypointInstruction
Visit a parse tree produced byDockerParser.entrypointInstruction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEntrypointInstructionin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVolumeInstruction
Visit a parse tree produced byDockerParser.volumeInstruction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVolumeInstructionin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUserInstruction
Visit a parse tree produced byDockerParser.userInstruction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUserInstructionin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWorkdirInstruction
Visit a parse tree produced byDockerParser.workdirInstruction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWorkdirInstructionin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArgInstruction
Visit a parse tree produced byDockerParser.argInstruction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArgInstructionin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOnbuildInstruction
Visit a parse tree produced byDockerParser.onbuildInstruction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOnbuildInstructionin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStopsignalInstruction
Visit a parse tree produced byDockerParser.stopsignalInstruction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStopsignalInstructionin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHealthcheckInstruction
Visit a parse tree produced byDockerParser.healthcheckInstruction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHealthcheckInstructionin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHealthcheckOptions
Visit a parse tree produced byDockerParser.healthcheckOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHealthcheckOptionsin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHealthcheckOption
Visit a parse tree produced byDockerParser.healthcheckOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHealthcheckOptionin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShellInstruction
Visit a parse tree produced byDockerParser.shellInstruction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShellInstructionin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMaintainerInstruction
Visit a parse tree produced byDockerParser.maintainerInstruction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMaintainerInstructionin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlags
Visit a parse tree produced byDockerParser.flags().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFlagsin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFlag
Visit a parse tree produced byDockerParser.flag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFlagin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExecForm
Visit a parse tree produced byDockerParser.execForm().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExecFormin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShellForm
Visit a parse tree produced byDockerParser.shellForm().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShellFormin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShellFormText
Visit a parse tree produced byDockerParser.shellFormText().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShellFormTextin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShellFormTextElement
Visit a parse tree produced byDockerParser.shellFormTextElement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShellFormTextElementin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHeredoc
Visit a parse tree produced byDockerParser.heredoc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHeredocin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHeredocPreamble
Visit a parse tree produced byDockerParser.heredocPreamble().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHeredocPreamblein interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPreambleElement
Visit a parse tree produced byDockerParser.preambleElement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPreambleElementin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHeredocBody
Visit a parse tree produced byDockerParser.heredocBody().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHeredocBodyin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHeredocContent
Visit a parse tree produced byDockerParser.heredocContent().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHeredocContentin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHeredocEnd
Visit a parse tree produced byDockerParser.heredocEnd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHeredocEndin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonArray
Visit a parse tree produced byDockerParser.jsonArray().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonArrayin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonArrayElements
Visit a parse tree produced byDockerParser.jsonArrayElements().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonArrayElementsin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJsonString
Visit a parse tree produced byDockerParser.jsonString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJsonStringin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImageName
Visit a parse tree produced byDockerParser.imageName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitImageNamein interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStageName
Visit a parse tree produced byDockerParser.stageName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStageNamein interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLabelPairs
Visit a parse tree produced byDockerParser.labelPairs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLabelPairsin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLabelPair
Visit a parse tree produced byDockerParser.labelPair().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLabelPairin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLabelKey
Visit a parse tree produced byDockerParser.labelKey().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLabelKeyin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLabelValue
Visit a parse tree produced byDockerParser.labelValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLabelValuein interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLabelOldValue
Visit a parse tree produced byDockerParser.labelOldValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLabelOldValuein interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLabelOldValueElement
Visit a parse tree produced byDockerParser.labelOldValueElement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLabelOldValueElementin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPortList
Visit a parse tree produced byDockerParser.portList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPortListin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPort
Visit a parse tree produced byDockerParser.port().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPortin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnvPairs
Visit a parse tree produced byDockerParser.envPairs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnvPairsin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnvPair
Visit a parse tree produced byDockerParser.envPair().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnvPairin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnvKey
Visit a parse tree produced byDockerParser.envKey().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnvKeyin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnvValueEquals
Visit a parse tree produced byDockerParser.envValueEquals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnvValueEqualsin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnvValueSpace
Visit a parse tree produced byDockerParser.envValueSpace().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnvValueSpacein interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnvTextEquals
Visit a parse tree produced byDockerParser.envTextEquals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnvTextEqualsin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnvTextElementEquals
Visit a parse tree produced byDockerParser.envTextElementEquals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnvTextElementEqualsin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSourceList
Visit a parse tree produced byDockerParser.sourceList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSourceListin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSourcePath
Visit a parse tree produced byDockerParser.sourcePath().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSourcePathin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDestination
Visit a parse tree produced byDockerParser.destination().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDestinationin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDestinationPath
Visit a parse tree produced byDockerParser.destinationPath().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDestinationPathin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPath
Visit a parse tree produced byDockerParser.path().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathList
Visit a parse tree produced byDockerParser.pathList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathListin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVolumePath
Visit a parse tree produced byDockerParser.volumePath().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVolumePathin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUserSpec
Visit a parse tree produced byDockerParser.userSpec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUserSpecin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArgName
Visit a parse tree produced byDockerParser.argName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArgNamein interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArgValue
Visit a parse tree produced byDockerParser.argValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArgValuein interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSignal
Visit a parse tree produced byDockerParser.signal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSignalin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitText
Visit a parse tree produced byDockerParser.text().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTextin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTextElement
Visit a parse tree produced byDockerParser.textElement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTextElementin interfaceDockerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-