Class VimscriptBaseVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
VimscriptVisitor<T>,org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
VimscriptVisitor,
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 TypeMethodDescriptionvisitAnyCaseNameWithDigitsAndUnderscores(VimscriptParser.AnyCaseNameWithDigitsAndUnderscoresContext ctx) Visit a parse tree produced byVimscriptParser.anyCaseNameWithDigitsAndUnderscores().visitAnyCaseNameWithDigitsAndUnderscoresExceptKeywords(VimscriptParser.AnyCaseNameWithDigitsAndUnderscoresExceptKeywordsContext ctx) Visit a parse tree produced byVimscriptParser.anyCaseNameWithDigitsAndUnderscoresExceptKeywords().Visit a parse tree produced byVimscriptParser.anyScope().Visit a parse tree produced byVimscriptParser.argumentsDeclaration().Visit a parse tree produced byVimscriptParser.assignmentOperator().Visit a parse tree produced byVimscriptParser.augroup().Visit a parse tree produced byVimscriptParser.autoCmd().Visit a parse tree produced byVimscriptParser.binaryOperator1().Visit a parse tree produced byVimscriptParser.binaryOperator2().Visit a parse tree produced byVimscriptParser.binaryOperator3().Visit a parse tree produced byVimscriptParser.binaryOperator4().Visit a parse tree produced byVimscriptParser.binaryOperator5().Visit a parse tree produced by theBinExpression1labeled alternative inVimscriptParser.expr().Visit a parse tree produced by theBinExpression2labeled alternative inVimscriptParser.expr().Visit a parse tree produced by theBinExpression3labeled alternative inVimscriptParser.expr().Visit a parse tree produced by theBinExpression4labeled alternative inVimscriptParser.expr().Visit a parse tree produced by theBinExpression5labeled alternative inVimscriptParser.expr().Visit a parse tree produced byVimscriptParser.blob().Visit a parse tree produced by theBlobExpressionlabeled alternative inVimscriptParser.expr().Visit a parse tree produced byVimscriptParser.blockMember().Visit a parse tree produced byVimscriptParser.breakStatement().Visit a parse tree produced by theCallCommandlabeled alternative inVimscriptParser.command().Visit a parse tree produced byVimscriptParser.catchBlock().Visit a parse tree produced byVimscriptParser.commandArgumentWithBars().Visit a parse tree produced byVimscriptParser.commandArgumentWithoutBars().Visit a parse tree produced byVimscriptParser.commandName().Visit a parse tree produced by theCommandWithBarslabeled alternative inVimscriptParser.command().Visit a parse tree produced by theCommandWithCommentlabeled alternative inVimscriptParser.command().Visit a parse tree produced by theCommandWithoutCommentslabeled alternative inVimscriptParser.command().Visit a parse tree produced byVimscriptParser.comment().Visit a parse tree produced byVimscriptParser.continueStatement().Visit a parse tree produced byVimscriptParser.curlyBracesName().Visit a parse tree produced byVimscriptParser.defaultValue().Visit a parse tree produced by theDelfunctionCommandlabeled alternative inVimscriptParser.command().Visit a parse tree produced byVimscriptParser.dictionary().Visit a parse tree produced byVimscriptParser.dictionaryEntry().Visit a parse tree produced by theDictionaryExpressionlabeled alternative inVimscriptParser.expr().Visit a parse tree produced byVimscriptParser.divAssign().Visit a parse tree produced byVimscriptParser.dotAssign().Visit a parse tree produced by theEchoCommandlabeled alternative inVimscriptParser.command().Visit a parse tree produced byVimscriptParser.element().Visit a parse tree produced byVimscriptParser.elifBlock().Visit a parse tree produced byVimscriptParser.elseBlock().Visit a parse tree produced byVimscriptParser.envVariable().Visit a parse tree produced by theEnvVariableExpressionlabeled alternative inVimscriptParser.expr().Visit a parse tree produced byVimscriptParser.envVariableName().Visit a parse tree produced by theExecuteCommandlabeled alternative inVimscriptParser.command().Visit a parse tree produced byVimscriptParser.existingCommands().Visit a parse tree produced by theFalsyExpressionlabeled alternative inVimscriptParser.expr().Visit a parse tree produced byVimscriptParser.finallyBlock().Visit a parse tree produced byVimscriptParser.finishStatement().Visit a parse tree produced by theFloatExpressionlabeled alternative inVimscriptParser.expr().Visit a parse tree produced byVimscriptParser.forLoop().Visit a parse tree produced byVimscriptParser.functionArgument().Visit a parse tree produced byVimscriptParser.functionArguments().Visit a parse tree produced by theFunctionAsMethodCall1labeled alternative inVimscriptParser.expr().Visit a parse tree produced by theFunctionAsMethodCall2labeled alternative inVimscriptParser.expr().Visit a parse tree produced byVimscriptParser.functionCall().Visit a parse tree produced by theFunctionCallExpressionlabeled alternative inVimscriptParser.expr().Visit a parse tree produced byVimscriptParser.functionDefinition().Visit a parse tree produced byVimscriptParser.functionFlag().Visit a parse tree produced byVimscriptParser.functionName().Visit a parse tree produced byVimscriptParser.functionScope().Visit a parse tree produced by theGoToLineCommandlabeled alternative inVimscriptParser.command().Visit a parse tree produced byVimscriptParser.ifBlock().Visit a parse tree produced byVimscriptParser.ifStatement().Visit a parse tree produced byVimscriptParser.inline_comment().Visit a parse tree produced by theIntExpressionlabeled alternative inVimscriptParser.expr().Visit a parse tree produced byVimscriptParser.keyword().Visit a parse tree produced byVimscriptParser.lambda().Visit a parse tree produced by theLambdaExpressionlabeled alternative inVimscriptParser.expr().Visit a parse tree produced by theLambdaFunctionCallExpressionlabeled alternative inVimscriptParser.expr().Visit a parse tree produced by theLet1Commandlabeled alternative inVimscriptParser.letCommands().Visit a parse tree produced by theLet2Commandlabeled alternative inVimscriptParser.letCommands().Visit a parse tree produced by theLetCommandlabeled alternative inVimscriptParser.command().Visit a parse tree produced byVimscriptParser.list().Visit a parse tree produced by theListExpressionlabeled alternative inVimscriptParser.expr().Visit a parse tree produced byVimscriptParser.literalDictionary().Visit a parse tree produced byVimscriptParser.literalDictionaryEntry().Visit a parse tree produced by theLiteralDictionaryExpressionlabeled alternative inVimscriptParser.expr().Visit a parse tree produced byVimscriptParser.literalDictionaryKey().Visit a parse tree produced byVimscriptParser.lowercaseAlphabeticChar().Visit a parse tree produced byVimscriptParser.lShift().Visit a parse tree produced byVimscriptParser.mark().Visit a parse tree produced byVimscriptParser.minusAssign().Visit a parse tree produced byVimscriptParser.minusOneOffset().Visit a parse tree produced byVimscriptParser.modAssign().Visit a parse tree produced byVimscriptParser.numberInOffset().Visit a parse tree produced by theOneElementSublistExpressionlabeled alternative inVimscriptParser.expr().Visit a parse tree produced byVimscriptParser.option().Visit a parse tree produced by theOptionExpressionlabeled alternative inVimscriptParser.expr().Visit a parse tree produced byVimscriptParser.optionName().Visit a parse tree produced byVimscriptParser.optionScope().Visit a parse tree produced by theOtherCommandlabeled alternative inVimscriptParser.command().Visit a parse tree produced byVimscriptParser.pattern().Visit a parse tree produced byVimscriptParser.patternBody().Visit a parse tree produced byVimscriptParser.plusAssign().Visit a parse tree produced byVimscriptParser.plusOneOffset().Visit a parse tree produced byVimscriptParser.range().Visit a parse tree produced byVimscriptParser.rangeExpression().Visit a parse tree produced byVimscriptParser.rangeMember().Visit a parse tree produced byVimscriptParser.rangeOffset().Visit a parse tree produced byVimscriptParser.rangeSeparator().Visit a parse tree produced byVimscriptParser.rangeUnit().Visit a parse tree produced byVimscriptParser.register().Visit a parse tree produced by theRegisterExpressionlabeled alternative inVimscriptParser.expr().Visit a parse tree produced byVimscriptParser.returnStatement().Visit a parse tree produced byVimscriptParser.rShift().Visit a parse tree produced byVimscriptParser.script().Visit a parse tree produced byVimscriptParser.search().Visit a parse tree produced by theShiftLeftCommandlabeled alternative inVimscriptParser.command().Visit a parse tree produced by theShiftRightCommandlabeled alternative inVimscriptParser.command().Visit a parse tree produced byVimscriptParser.shortRange().Visit a parse tree produced byVimscriptParser.startAssign().Visit a parse tree produced byVimscriptParser.string().Visit a parse tree produced by theStringExpressionlabeled alternative inVimscriptParser.expr().Visit a parse tree produced by theSublistExpressionlabeled alternative inVimscriptParser.expr().Visit a parse tree produced by theTernaryExpressionlabeled alternative inVimscriptParser.expr().Visit a parse tree produced byVimscriptParser.throwStatement().Visit a parse tree produced byVimscriptParser.tryBlock().Visit a parse tree produced byVimscriptParser.tryStatement().Visit a parse tree produced by theUnaryExpressionlabeled alternative inVimscriptParser.expr().Visit a parse tree produced byVimscriptParser.unsignedFloat().Visit a parse tree produced byVimscriptParser.unsignedInt().Visit a parse tree produced byVimscriptParser.uppercaseAlphabeticChar().Visit a parse tree produced byVimscriptParser.variable().Visit a parse tree produced by theVariableExpressionlabeled alternative inVimscriptParser.expr().Visit a parse tree produced byVimscriptParser.variableName().Visit a parse tree produced byVimscriptParser.variableScope().Visit a parse tree produced byVimscriptParser.whileLoop().Visit a parse tree produced by theWrappedExpressionlabeled alternative inVimscriptParser.expr().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
-
VimscriptBaseVisitor
public VimscriptBaseVisitor()
-
-
Method Details
-
visitScript
Visit a parse tree produced byVimscriptParser.script().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitScriptin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForLoop
Visit a parse tree produced byVimscriptParser.forLoop().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForLoopin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhileLoop
Visit a parse tree produced byVimscriptParser.whileLoop().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhileLoopin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBlockMember
Visit a parse tree produced byVimscriptParser.blockMember().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBlockMemberin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComment
Visit a parse tree produced byVimscriptParser.comment().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommentin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFinishStatement
Visit a parse tree produced byVimscriptParser.finishStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFinishStatementin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContinueStatement
Visit a parse tree produced byVimscriptParser.continueStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitContinueStatementin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBreakStatement
Visit a parse tree produced byVimscriptParser.breakStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBreakStatementin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReturnStatement
Visit a parse tree produced byVimscriptParser.returnStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReturnStatementin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitThrowStatement
Visit a parse tree produced byVimscriptParser.throwStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitThrowStatementin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIfStatement
Visit a parse tree produced byVimscriptParser.ifStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIfStatementin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIfBlock
Visit a parse tree produced byVimscriptParser.ifBlock().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIfBlockin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElifBlock
Visit a parse tree produced byVimscriptParser.elifBlock().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElifBlockin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElseBlock
Visit a parse tree produced byVimscriptParser.elseBlock().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElseBlockin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTryStatement
Visit a parse tree produced byVimscriptParser.tryStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTryStatementin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTryBlock
Visit a parse tree produced byVimscriptParser.tryBlock().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTryBlockin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCatchBlock
Visit a parse tree produced byVimscriptParser.catchBlock().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCatchBlockin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPattern
Visit a parse tree produced byVimscriptParser.pattern().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPatternin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPatternBody
Visit a parse tree produced byVimscriptParser.patternBody().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPatternBodyin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFinallyBlock
Visit a parse tree produced byVimscriptParser.finallyBlock().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFinallyBlockin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionDefinition
Visit a parse tree produced byVimscriptParser.functionDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionDefinitionin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionFlag
Visit a parse tree produced byVimscriptParser.functionFlag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionFlagin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArgumentsDeclaration
Visit a parse tree produced byVimscriptParser.argumentsDeclaration().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArgumentsDeclarationin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaultValue
Visit a parse tree produced byVimscriptParser.defaultValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefaultValuein interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAutoCmd
Visit a parse tree produced byVimscriptParser.autoCmd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAutoCmdin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAugroup
Visit a parse tree produced byVimscriptParser.augroup().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAugroupin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGoToLineCommand
Visit a parse tree produced by theGoToLineCommandlabeled alternative inVimscriptParser.command().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGoToLineCommandin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLetCommand
Visit a parse tree produced by theLetCommandlabeled alternative inVimscriptParser.command().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLetCommandin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEchoCommand
Visit a parse tree produced by theEchoCommandlabeled alternative inVimscriptParser.command().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEchoCommandin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDelfunctionCommand
Visit a parse tree produced by theDelfunctionCommandlabeled alternative inVimscriptParser.command().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDelfunctionCommandin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCallCommand
Visit a parse tree produced by theCallCommandlabeled alternative inVimscriptParser.command().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCallCommandin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExecuteCommand
Visit a parse tree produced by theExecuteCommandlabeled alternative inVimscriptParser.command().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExecuteCommandin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShiftLeftCommand
Visit a parse tree produced by theShiftLeftCommandlabeled alternative inVimscriptParser.command().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShiftLeftCommandin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShiftRightCommand
Visit a parse tree produced by theShiftRightCommandlabeled alternative inVimscriptParser.command().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShiftRightCommandin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommandWithComment
Visit a parse tree produced by theCommandWithCommentlabeled alternative inVimscriptParser.command().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommandWithCommentin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommandWithoutComments
Visit a parse tree produced by theCommandWithoutCommentslabeled alternative inVimscriptParser.command().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommandWithoutCommentsin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommandWithBars
Visit a parse tree produced by theCommandWithBarslabeled alternative inVimscriptParser.command().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommandWithBarsin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOtherCommand
Visit a parse tree produced by theOtherCommandlabeled alternative inVimscriptParser.command().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOtherCommandin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommandArgumentWithBars
Visit a parse tree produced byVimscriptParser.commandArgumentWithBars().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommandArgumentWithBarsin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommandArgumentWithoutBars
Visit a parse tree produced byVimscriptParser.commandArgumentWithoutBars().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommandArgumentWithoutBarsin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLShift
Visit a parse tree produced byVimscriptParser.lShift().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLShiftin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRShift
Visit a parse tree produced byVimscriptParser.rShift().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRShiftin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLet1Command
Visit a parse tree produced by theLet1Commandlabeled alternative inVimscriptParser.letCommands().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLet1Commandin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLet2Command
Visit a parse tree produced by theLet2Commandlabeled alternative inVimscriptParser.letCommands().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLet2Commandin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssignmentOperator
Visit a parse tree produced byVimscriptParser.assignmentOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssignmentOperatorin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPlusAssign
Visit a parse tree produced byVimscriptParser.plusAssign().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPlusAssignin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMinusAssign
Visit a parse tree produced byVimscriptParser.minusAssign().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMinusAssignin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStartAssign
Visit a parse tree produced byVimscriptParser.startAssign().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStartAssignin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDivAssign
Visit a parse tree produced byVimscriptParser.divAssign().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDivAssignin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModAssign
Visit a parse tree produced byVimscriptParser.modAssign().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModAssignin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDotAssign
Visit a parse tree produced byVimscriptParser.dotAssign().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDotAssignin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShortRange
Visit a parse tree produced byVimscriptParser.shortRange().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitShortRangein interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRange
Visit a parse tree produced byVimscriptParser.range().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRangein interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangeUnit
Visit a parse tree produced byVimscriptParser.rangeUnit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRangeUnitin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangeExpression
Visit a parse tree produced byVimscriptParser.rangeExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRangeExpressionin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangeMember
Visit a parse tree produced byVimscriptParser.rangeMember().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRangeMemberin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangeSeparator
Visit a parse tree produced byVimscriptParser.rangeSeparator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRangeSeparatorin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSearch
Visit a parse tree produced byVimscriptParser.search().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSearchin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangeOffset
Visit a parse tree produced byVimscriptParser.rangeOffset().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRangeOffsetin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumberInOffset
Visit a parse tree produced byVimscriptParser.numberInOffset().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumberInOffsetin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPlusOneOffset
Visit a parse tree produced byVimscriptParser.plusOneOffset().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPlusOneOffsetin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMinusOneOffset
Visit a parse tree produced byVimscriptParser.minusOneOffset().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMinusOneOffsetin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommandName
Visit a parse tree produced byVimscriptParser.commandName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommandNamein interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOneElementSublistExpression
Visit a parse tree produced by theOneElementSublistExpressionlabeled alternative inVimscriptParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOneElementSublistExpressionin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTernaryExpression
Visit a parse tree produced by theTernaryExpressionlabeled alternative inVimscriptParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTernaryExpressionin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDictionaryExpression
Visit a parse tree produced by theDictionaryExpressionlabeled alternative inVimscriptParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDictionaryExpressionin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionAsMethodCall1
Visit a parse tree produced by theFunctionAsMethodCall1labeled alternative inVimscriptParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionAsMethodCall1in interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLambdaFunctionCallExpression
Visit a parse tree produced by theLambdaFunctionCallExpressionlabeled alternative inVimscriptParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLambdaFunctionCallExpressionin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionAsMethodCall2
Visit a parse tree produced by theFunctionAsMethodCall2labeled alternative inVimscriptParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionAsMethodCall2in interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnaryExpression
Visit a parse tree produced by theUnaryExpressionlabeled alternative inVimscriptParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnaryExpressionin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFalsyExpression
Visit a parse tree produced by theFalsyExpressionlabeled alternative inVimscriptParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFalsyExpressionin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionCallExpression
Visit a parse tree produced by theFunctionCallExpressionlabeled alternative inVimscriptParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionCallExpressionin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegisterExpression
Visit a parse tree produced by theRegisterExpressionlabeled alternative inVimscriptParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRegisterExpressionin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBinExpression2
Visit a parse tree produced by theBinExpression2labeled alternative inVimscriptParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBinExpression2in interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBinExpression1
Visit a parse tree produced by theBinExpression1labeled alternative inVimscriptParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBinExpression1in interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBinExpression4
Visit a parse tree produced by theBinExpression4labeled alternative inVimscriptParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBinExpression4in interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBinExpression3
Visit a parse tree produced by theBinExpression3labeled alternative inVimscriptParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBinExpression3in interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteralDictionaryExpression
Visit a parse tree produced by theLiteralDictionaryExpressionlabeled alternative inVimscriptParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLiteralDictionaryExpressionin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBinExpression5
Visit a parse tree produced by theBinExpression5labeled alternative inVimscriptParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBinExpression5in interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionExpression
Visit a parse tree produced by theOptionExpressionlabeled alternative inVimscriptParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptionExpressionin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBlobExpression
Visit a parse tree produced by theBlobExpressionlabeled alternative inVimscriptParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBlobExpressionin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIntExpression
Visit a parse tree produced by theIntExpressionlabeled alternative inVimscriptParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIntExpressionin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListExpression
Visit a parse tree produced by theListExpressionlabeled alternative inVimscriptParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitListExpressionin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFloatExpression
Visit a parse tree produced by theFloatExpressionlabeled alternative inVimscriptParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFloatExpressionin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableExpression
Visit a parse tree produced by theVariableExpressionlabeled alternative inVimscriptParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariableExpressionin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnvVariableExpression
Visit a parse tree produced by theEnvVariableExpressionlabeled alternative inVimscriptParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnvVariableExpressionin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSublistExpression
Visit a parse tree produced by theSublistExpressionlabeled alternative inVimscriptParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSublistExpressionin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringExpression
Visit a parse tree produced by theStringExpressionlabeled alternative inVimscriptParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStringExpressionin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWrappedExpression
Visit a parse tree produced by theWrappedExpressionlabeled alternative inVimscriptParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWrappedExpressionin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLambdaExpression
Visit a parse tree produced by theLambdaExpressionlabeled alternative inVimscriptParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLambdaExpressionin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBinaryOperator1
Visit a parse tree produced byVimscriptParser.binaryOperator1().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBinaryOperator1in interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBinaryOperator2
Visit a parse tree produced byVimscriptParser.binaryOperator2().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBinaryOperator2in interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBinaryOperator3
Visit a parse tree produced byVimscriptParser.binaryOperator3().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBinaryOperator3in interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBinaryOperator4
Visit a parse tree produced byVimscriptParser.binaryOperator4().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBinaryOperator4in interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBinaryOperator5
Visit a parse tree produced byVimscriptParser.binaryOperator5().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBinaryOperator5in interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegister
Visit a parse tree produced byVimscriptParser.register().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRegisterin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLambda
Visit a parse tree produced byVimscriptParser.lambda().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLambdain interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariable
Visit a parse tree produced byVimscriptParser.variable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariablein interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableName
Visit a parse tree produced byVimscriptParser.variableName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariableNamein interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableScope
Visit a parse tree produced byVimscriptParser.variableScope().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariableScopein interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCurlyBracesName
Visit a parse tree produced byVimscriptParser.curlyBracesName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCurlyBracesNamein interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElement
Visit a parse tree produced byVimscriptParser.element().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElementin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOption
Visit a parse tree produced byVimscriptParser.option().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptionin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionName
Visit a parse tree produced byVimscriptParser.optionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptionNamein interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionScope
Visit a parse tree produced byVimscriptParser.optionScope().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptionScopein interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnvVariable
Visit a parse tree produced byVimscriptParser.envVariable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnvVariablein interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnvVariableName
Visit a parse tree produced byVimscriptParser.envVariableName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnvVariableNamein interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionCall
Visit a parse tree produced byVimscriptParser.functionCall().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionCallin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionName
Visit a parse tree produced byVimscriptParser.functionName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionNamein interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionScope
Visit a parse tree produced byVimscriptParser.functionScope().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionScopein interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionArguments
Visit a parse tree produced byVimscriptParser.functionArguments().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionArgumentsin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionArgument
Visit a parse tree produced byVimscriptParser.functionArgument().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionArgumentin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitList
Visit a parse tree produced byVimscriptParser.list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitListin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDictionary
Visit a parse tree produced byVimscriptParser.dictionary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDictionaryin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDictionaryEntry
Visit a parse tree produced byVimscriptParser.dictionaryEntry().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDictionaryEntryin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteralDictionary
Visit a parse tree produced byVimscriptParser.literalDictionary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLiteralDictionaryin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteralDictionaryEntry
Visit a parse tree produced byVimscriptParser.literalDictionaryEntry().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLiteralDictionaryEntryin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteralDictionaryKey
Visit a parse tree produced byVimscriptParser.literalDictionaryKey().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLiteralDictionaryKeyin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnyScope
Visit a parse tree produced byVimscriptParser.anyScope().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnyScopein interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitString
Visit a parse tree produced byVimscriptParser.string().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStringin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnsignedFloat
Visit a parse tree produced byVimscriptParser.unsignedFloat().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnsignedFloatin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnsignedInt
Visit a parse tree produced byVimscriptParser.unsignedInt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnsignedIntin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBlob
Visit a parse tree produced byVimscriptParser.blob().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBlobin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMark
Visit a parse tree produced byVimscriptParser.mark().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMarkin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInline_comment
Visit a parse tree produced byVimscriptParser.inline_comment().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInline_commentin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnyCaseNameWithDigitsAndUnderscores
public T visitAnyCaseNameWithDigitsAndUnderscores(VimscriptParser.AnyCaseNameWithDigitsAndUnderscoresContext ctx) Visit a parse tree produced byVimscriptParser.anyCaseNameWithDigitsAndUnderscores().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnyCaseNameWithDigitsAndUnderscoresin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnyCaseNameWithDigitsAndUnderscoresExceptKeywords
public T visitAnyCaseNameWithDigitsAndUnderscoresExceptKeywords(VimscriptParser.AnyCaseNameWithDigitsAndUnderscoresExceptKeywordsContext ctx) Visit a parse tree produced byVimscriptParser.anyCaseNameWithDigitsAndUnderscoresExceptKeywords().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnyCaseNameWithDigitsAndUnderscoresExceptKeywordsin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUppercaseAlphabeticChar
Visit a parse tree produced byVimscriptParser.uppercaseAlphabeticChar().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUppercaseAlphabeticCharin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLowercaseAlphabeticChar
Visit a parse tree produced byVimscriptParser.lowercaseAlphabeticChar().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLowercaseAlphabeticCharin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeyword
Visit a parse tree produced byVimscriptParser.keyword().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitKeywordin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExistingCommands
Visit a parse tree produced byVimscriptParser.existingCommands().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExistingCommandsin interfaceVimscriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-