Interface VimscriptVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- All Known Implementing Classes:
VimscriptBaseVisitor
public interface VimscriptVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
This interface defines a complete generic visitor for a parse tree produced
by
VimscriptParser.-
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 interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Method Details
-
visitScript
Visit a parse tree produced byVimscriptParser.script().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForLoop
Visit a parse tree produced byVimscriptParser.forLoop().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhileLoop
Visit a parse tree produced byVimscriptParser.whileLoop().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBlockMember
Visit a parse tree produced byVimscriptParser.blockMember().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComment
Visit a parse tree produced byVimscriptParser.comment().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFinishStatement
Visit a parse tree produced byVimscriptParser.finishStatement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContinueStatement
Visit a parse tree produced byVimscriptParser.continueStatement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBreakStatement
Visit a parse tree produced byVimscriptParser.breakStatement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReturnStatement
Visit a parse tree produced byVimscriptParser.returnStatement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitThrowStatement
Visit a parse tree produced byVimscriptParser.throwStatement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIfStatement
Visit a parse tree produced byVimscriptParser.ifStatement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIfBlock
Visit a parse tree produced byVimscriptParser.ifBlock().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElifBlock
Visit a parse tree produced byVimscriptParser.elifBlock().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElseBlock
Visit a parse tree produced byVimscriptParser.elseBlock().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTryStatement
Visit a parse tree produced byVimscriptParser.tryStatement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTryBlock
Visit a parse tree produced byVimscriptParser.tryBlock().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCatchBlock
Visit a parse tree produced byVimscriptParser.catchBlock().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPattern
Visit a parse tree produced byVimscriptParser.pattern().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPatternBody
Visit a parse tree produced byVimscriptParser.patternBody().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFinallyBlock
Visit a parse tree produced byVimscriptParser.finallyBlock().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionDefinition
Visit a parse tree produced byVimscriptParser.functionDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionFlag
Visit a parse tree produced byVimscriptParser.functionFlag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArgumentsDeclaration
Visit a parse tree produced byVimscriptParser.argumentsDeclaration().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaultValue
Visit a parse tree produced byVimscriptParser.defaultValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAutoCmd
Visit a parse tree produced byVimscriptParser.autoCmd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAugroup
Visit a parse tree produced byVimscriptParser.augroup().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGoToLineCommand
Visit a parse tree produced by theGoToLineCommandlabeled alternative inVimscriptParser.command().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLetCommand
Visit a parse tree produced by theLetCommandlabeled alternative inVimscriptParser.command().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEchoCommand
Visit a parse tree produced by theEchoCommandlabeled alternative inVimscriptParser.command().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDelfunctionCommand
Visit a parse tree produced by theDelfunctionCommandlabeled alternative inVimscriptParser.command().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCallCommand
Visit a parse tree produced by theCallCommandlabeled alternative inVimscriptParser.command().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExecuteCommand
Visit a parse tree produced by theExecuteCommandlabeled alternative inVimscriptParser.command().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShiftLeftCommand
Visit a parse tree produced by theShiftLeftCommandlabeled alternative inVimscriptParser.command().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShiftRightCommand
Visit a parse tree produced by theShiftRightCommandlabeled alternative inVimscriptParser.command().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommandWithComment
Visit a parse tree produced by theCommandWithCommentlabeled alternative inVimscriptParser.command().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommandWithoutComments
Visit a parse tree produced by theCommandWithoutCommentslabeled alternative inVimscriptParser.command().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommandWithBars
Visit a parse tree produced by theCommandWithBarslabeled alternative inVimscriptParser.command().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOtherCommand
Visit a parse tree produced by theOtherCommandlabeled alternative inVimscriptParser.command().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommandArgumentWithBars
Visit a parse tree produced byVimscriptParser.commandArgumentWithBars().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommandArgumentWithoutBars
Visit a parse tree produced byVimscriptParser.commandArgumentWithoutBars().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLShift
Visit a parse tree produced byVimscriptParser.lShift().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRShift
Visit a parse tree produced byVimscriptParser.rShift().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLet1Command
Visit a parse tree produced by theLet1Commandlabeled alternative inVimscriptParser.letCommands().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLet2Command
Visit a parse tree produced by theLet2Commandlabeled alternative inVimscriptParser.letCommands().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssignmentOperator
Visit a parse tree produced byVimscriptParser.assignmentOperator().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPlusAssign
Visit a parse tree produced byVimscriptParser.plusAssign().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMinusAssign
Visit a parse tree produced byVimscriptParser.minusAssign().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStartAssign
Visit a parse tree produced byVimscriptParser.startAssign().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDivAssign
Visit a parse tree produced byVimscriptParser.divAssign().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModAssign
Visit a parse tree produced byVimscriptParser.modAssign().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDotAssign
Visit a parse tree produced byVimscriptParser.dotAssign().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShortRange
Visit a parse tree produced byVimscriptParser.shortRange().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRange
Visit a parse tree produced byVimscriptParser.range().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangeUnit
Visit a parse tree produced byVimscriptParser.rangeUnit().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangeExpression
Visit a parse tree produced byVimscriptParser.rangeExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangeMember
Visit a parse tree produced byVimscriptParser.rangeMember().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangeSeparator
Visit a parse tree produced byVimscriptParser.rangeSeparator().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSearch
Visit a parse tree produced byVimscriptParser.search().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRangeOffset
Visit a parse tree produced byVimscriptParser.rangeOffset().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumberInOffset
Visit a parse tree produced byVimscriptParser.numberInOffset().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPlusOneOffset
Visit a parse tree produced byVimscriptParser.plusOneOffset().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMinusOneOffset
Visit a parse tree produced byVimscriptParser.minusOneOffset().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommandName
Visit a parse tree produced byVimscriptParser.commandName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOneElementSublistExpression
Visit a parse tree produced by theOneElementSublistExpressionlabeled alternative inVimscriptParser.expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTernaryExpression
Visit a parse tree produced by theTernaryExpressionlabeled alternative inVimscriptParser.expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDictionaryExpression
Visit a parse tree produced by theDictionaryExpressionlabeled alternative inVimscriptParser.expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionAsMethodCall1
Visit a parse tree produced by theFunctionAsMethodCall1labeled alternative inVimscriptParser.expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLambdaFunctionCallExpression
Visit a parse tree produced by theLambdaFunctionCallExpressionlabeled alternative inVimscriptParser.expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionAsMethodCall2
Visit a parse tree produced by theFunctionAsMethodCall2labeled alternative inVimscriptParser.expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnaryExpression
Visit a parse tree produced by theUnaryExpressionlabeled alternative inVimscriptParser.expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFalsyExpression
Visit a parse tree produced by theFalsyExpressionlabeled alternative inVimscriptParser.expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionCallExpression
Visit a parse tree produced by theFunctionCallExpressionlabeled alternative inVimscriptParser.expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegisterExpression
Visit a parse tree produced by theRegisterExpressionlabeled alternative inVimscriptParser.expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBinExpression2
Visit a parse tree produced by theBinExpression2labeled alternative inVimscriptParser.expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBinExpression1
Visit a parse tree produced by theBinExpression1labeled alternative inVimscriptParser.expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBinExpression4
Visit a parse tree produced by theBinExpression4labeled alternative inVimscriptParser.expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBinExpression3
Visit a parse tree produced by theBinExpression3labeled alternative inVimscriptParser.expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteralDictionaryExpression
Visit a parse tree produced by theLiteralDictionaryExpressionlabeled alternative inVimscriptParser.expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBinExpression5
Visit a parse tree produced by theBinExpression5labeled alternative inVimscriptParser.expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionExpression
Visit a parse tree produced by theOptionExpressionlabeled alternative inVimscriptParser.expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBlobExpression
Visit a parse tree produced by theBlobExpressionlabeled alternative inVimscriptParser.expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIntExpression
Visit a parse tree produced by theIntExpressionlabeled alternative inVimscriptParser.expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListExpression
Visit a parse tree produced by theListExpressionlabeled alternative inVimscriptParser.expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFloatExpression
Visit a parse tree produced by theFloatExpressionlabeled alternative inVimscriptParser.expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableExpression
Visit a parse tree produced by theVariableExpressionlabeled alternative inVimscriptParser.expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnvVariableExpression
Visit a parse tree produced by theEnvVariableExpressionlabeled alternative inVimscriptParser.expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSublistExpression
Visit a parse tree produced by theSublistExpressionlabeled alternative inVimscriptParser.expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringExpression
Visit a parse tree produced by theStringExpressionlabeled alternative inVimscriptParser.expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWrappedExpression
Visit a parse tree produced by theWrappedExpressionlabeled alternative inVimscriptParser.expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLambdaExpression
Visit a parse tree produced by theLambdaExpressionlabeled alternative inVimscriptParser.expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBinaryOperator1
Visit a parse tree produced byVimscriptParser.binaryOperator1().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBinaryOperator2
Visit a parse tree produced byVimscriptParser.binaryOperator2().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBinaryOperator3
Visit a parse tree produced byVimscriptParser.binaryOperator3().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBinaryOperator4
Visit a parse tree produced byVimscriptParser.binaryOperator4().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBinaryOperator5
Visit a parse tree produced byVimscriptParser.binaryOperator5().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRegister
Visit a parse tree produced byVimscriptParser.register().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLambda
Visit a parse tree produced byVimscriptParser.lambda().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariable
Visit a parse tree produced byVimscriptParser.variable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableName
Visit a parse tree produced byVimscriptParser.variableName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableScope
Visit a parse tree produced byVimscriptParser.variableScope().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCurlyBracesName
Visit a parse tree produced byVimscriptParser.curlyBracesName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElement
Visit a parse tree produced byVimscriptParser.element().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOption
Visit a parse tree produced byVimscriptParser.option().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionName
Visit a parse tree produced byVimscriptParser.optionName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionScope
Visit a parse tree produced byVimscriptParser.optionScope().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnvVariable
Visit a parse tree produced byVimscriptParser.envVariable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnvVariableName
Visit a parse tree produced byVimscriptParser.envVariableName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionCall
Visit a parse tree produced byVimscriptParser.functionCall().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionName
Visit a parse tree produced byVimscriptParser.functionName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionScope
Visit a parse tree produced byVimscriptParser.functionScope().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionArguments
Visit a parse tree produced byVimscriptParser.functionArguments().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionArgument
Visit a parse tree produced byVimscriptParser.functionArgument().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitList
Visit a parse tree produced byVimscriptParser.list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDictionary
Visit a parse tree produced byVimscriptParser.dictionary().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDictionaryEntry
Visit a parse tree produced byVimscriptParser.dictionaryEntry().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteralDictionary
Visit a parse tree produced byVimscriptParser.literalDictionary().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteralDictionaryEntry
Visit a parse tree produced byVimscriptParser.literalDictionaryEntry().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteralDictionaryKey
Visit a parse tree produced byVimscriptParser.literalDictionaryKey().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnyScope
Visit a parse tree produced byVimscriptParser.anyScope().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitString
Visit a parse tree produced byVimscriptParser.string().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnsignedFloat
Visit a parse tree produced byVimscriptParser.unsignedFloat().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnsignedInt
Visit a parse tree produced byVimscriptParser.unsignedInt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBlob
Visit a parse tree produced byVimscriptParser.blob().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMark
Visit a parse tree produced byVimscriptParser.mark().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInline_comment
Visit a parse tree produced byVimscriptParser.inline_comment().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnyCaseNameWithDigitsAndUnderscores
T visitAnyCaseNameWithDigitsAndUnderscores(VimscriptParser.AnyCaseNameWithDigitsAndUnderscoresContext ctx) Visit a parse tree produced byVimscriptParser.anyCaseNameWithDigitsAndUnderscores().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnyCaseNameWithDigitsAndUnderscoresExceptKeywords
T visitAnyCaseNameWithDigitsAndUnderscoresExceptKeywords(VimscriptParser.AnyCaseNameWithDigitsAndUnderscoresExceptKeywordsContext ctx) Visit a parse tree produced byVimscriptParser.anyCaseNameWithDigitsAndUnderscoresExceptKeywords().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUppercaseAlphabeticChar
Visit a parse tree produced byVimscriptParser.uppercaseAlphabeticChar().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLowercaseAlphabeticChar
Visit a parse tree produced byVimscriptParser.lowercaseAlphabeticChar().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKeyword
Visit a parse tree produced byVimscriptParser.keyword().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExistingCommands
Visit a parse tree produced byVimscriptParser.existingCommands().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-