Package com.github._1c_syntax.bsl.parser
Interface BSLMethodDescriptionParserVisitor<Result>
- Type Parameters:
Result
- The return type of the visit operation. UseVoid
for operations with no return type.
- All Superinterfaces:
ParseTreeVisitor<Result>
- All Known Implementing Classes:
BSLMethodDescriptionParserBaseVisitor
This interface defines a complete generic visitor for a parse tree produced
by
BSLMethodDescriptionParser
.-
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced byBSLMethodDescriptionParser.callOptions()
.Visit a parse tree produced byBSLMethodDescriptionParser.callOptionsString()
.Visit a parse tree produced byBSLMethodDescriptionParser.complexType()
.Visit a parse tree produced byBSLMethodDescriptionParser.deprecate()
.Visit a parse tree produced byBSLMethodDescriptionParser.deprecateDescription()
.Visit a parse tree produced byBSLMethodDescriptionParser.description()
.Visit a parse tree produced byBSLMethodDescriptionParser.descriptionBlock()
.Visit a parse tree produced byBSLMethodDescriptionParser.descriptionString()
.Visit a parse tree produced byBSLMethodDescriptionParser.examples()
.Visit a parse tree produced byBSLMethodDescriptionParser.examplesString()
.Visit a parse tree produced byBSLMethodDescriptionParser.hyperlinkBlock()
.Visit a parse tree produced byBSLMethodDescriptionParser.hyperlinkType()
.Visit a parse tree produced byBSLMethodDescriptionParser.listTypes()
.Visit a parse tree produced byBSLMethodDescriptionParser.methodDescription()
.Visit a parse tree produced byBSLMethodDescriptionParser.parameter()
.Visit a parse tree produced byBSLMethodDescriptionParser.parameterName()
.Visit a parse tree produced byBSLMethodDescriptionParser.parameters()
.Visit a parse tree produced byBSLMethodDescriptionParser.parameterString()
.Visit a parse tree produced byBSLMethodDescriptionParser.returnsValue()
.Visit a parse tree produced byBSLMethodDescriptionParser.returnsValues()
.Visit a parse tree produced byBSLMethodDescriptionParser.returnsValuesString()
.Visit a parse tree produced byBSLMethodDescriptionParser.simpleType()
.Visit a parse tree produced byBSLMethodDescriptionParser.spitter()
.Visit a parse tree produced byBSLMethodDescriptionParser.startPart()
.Visit a parse tree produced byBSLMethodDescriptionParser.subParameter()
.Visit a parse tree produced byBSLMethodDescriptionParser.type()
.Visit a parse tree produced byBSLMethodDescriptionParser.typeDescription()
.Visit a parse tree produced byBSLMethodDescriptionParser.typesBlock()
.Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Method Details
-
visitMethodDescription
Visit a parse tree produced byBSLMethodDescriptionParser.methodDescription()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDeprecate
Visit a parse tree produced byBSLMethodDescriptionParser.deprecate()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDeprecateDescription
Result visitDeprecateDescription(@NotNull BSLMethodDescriptionParser.DeprecateDescriptionContext ctx) Visit a parse tree produced byBSLMethodDescriptionParser.deprecateDescription()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDescriptionBlock
Visit a parse tree produced byBSLMethodDescriptionParser.descriptionBlock()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDescription
Visit a parse tree produced byBSLMethodDescriptionParser.description()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDescriptionString
Visit a parse tree produced byBSLMethodDescriptionParser.descriptionString()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExamples
Visit a parse tree produced byBSLMethodDescriptionParser.examples()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExamplesString
Visit a parse tree produced byBSLMethodDescriptionParser.examplesString()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCallOptions
Visit a parse tree produced byBSLMethodDescriptionParser.callOptions()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCallOptionsString
Visit a parse tree produced byBSLMethodDescriptionParser.callOptionsString()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitParameters
Visit a parse tree produced byBSLMethodDescriptionParser.parameters()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitParameterString
Visit a parse tree produced byBSLMethodDescriptionParser.parameterString()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitParameter
Visit a parse tree produced byBSLMethodDescriptionParser.parameter()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSubParameter
Visit a parse tree produced byBSLMethodDescriptionParser.subParameter()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitParameterName
Visit a parse tree produced byBSLMethodDescriptionParser.parameterName()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitReturnsValues
Visit a parse tree produced byBSLMethodDescriptionParser.returnsValues()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitReturnsValuesString
Visit a parse tree produced byBSLMethodDescriptionParser.returnsValuesString()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitReturnsValue
Visit a parse tree produced byBSLMethodDescriptionParser.returnsValue()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTypesBlock
Visit a parse tree produced byBSLMethodDescriptionParser.typesBlock()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTypeDescription
Visit a parse tree produced byBSLMethodDescriptionParser.typeDescription()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitType
Visit a parse tree produced byBSLMethodDescriptionParser.type()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSimpleType
Visit a parse tree produced byBSLMethodDescriptionParser.simpleType()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitListTypes
Visit a parse tree produced byBSLMethodDescriptionParser.listTypes()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitComplexType
Visit a parse tree produced byBSLMethodDescriptionParser.complexType()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHyperlinkType
Visit a parse tree produced byBSLMethodDescriptionParser.hyperlinkType()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSpitter
Visit a parse tree produced byBSLMethodDescriptionParser.spitter()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitHyperlinkBlock
Visit a parse tree produced byBSLMethodDescriptionParser.hyperlinkBlock()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitStartPart
Visit a parse tree produced byBSLMethodDescriptionParser.startPart()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-