- Type Parameters:
T
- The return type of the visit operation. UseVoid
for operations with no return type.
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- All Known Implementing Classes:
SimpleXLParserBaseVisitor
public interface SimpleXLParserVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
This interface defines a complete generic visitor for a parse tree produced
by
SimpleXLParser
.-
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced bySimpleXLParser.accessMember()
.Visit a parse tree produced bySimpleXLParser.altAnnotationQualifiedName()
.Visit a parse tree produced bySimpleXLParser.annotation()
.Visit a parse tree produced bySimpleXLParser.annotationConstantRest()
.Visit a parse tree produced bySimpleXLParser.annotationMethodOrConstantRest()
.Visit a parse tree produced bySimpleXLParser.annotationMethodRest()
.Visit a parse tree produced bySimpleXLParser.annotationTypeBody()
.Visit a parse tree produced bySimpleXLParser.annotationTypeDeclaration()
.Visit a parse tree produced bySimpleXLParser.annotationTypeElementDeclaration()
.Visit a parse tree produced bySimpleXLParser.annotationTypeElementRest()
.Visit a parse tree produced bySimpleXLParser.anonymousClassBody()
.Visit a parse tree produced bySimpleXLParser.arguments()
.Visit a parse tree produced bySimpleXLParser.arrayCreatorRest()
.Visit a parse tree produced bySimpleXLParser.arrayInitializer()
.Visit a parse tree produced bySimpleXLParser.block()
.Visit a parse tree produced bySimpleXLParser.blockStatement()
.Visit a parse tree produced bySimpleXLParser.castedMember()
.Visit a parse tree produced bySimpleXLParser.castedType()
.Visit a parse tree produced bySimpleXLParser.catchClause()
.Visit a parse tree produced bySimpleXLParser.catchType()
.Visit a parse tree produced bySimpleXLParser.classBody()
.Visit a parse tree produced bySimpleXLParser.classBodyDeclaration()
.Visit a parse tree produced bySimpleXLParser.classCreatorRest()
.Visit a parse tree produced bySimpleXLParser.classDeclaration()
.Visit a parse tree produced bySimpleXLParser.classOrInterfaceModifier()
.Visit a parse tree produced bySimpleXLParser.classOrInterfaceType()
.Visit a parse tree produced bySimpleXLParser.classType()
.Visit a parse tree produced bySimpleXLParser.closureRange()
.Visit a parse tree produced bySimpleXLParser.collectionNodes()
.Visit a parse tree produced bySimpleXLParser.comments()
.Visit a parse tree produced bySimpleXLParser.compilationUnit()
.Visit a parse tree produced bySimpleXLParser.compoundPattern()
.Visit a parse tree produced bySimpleXLParser.conditionalExpression()
.Visit a parse tree produced bySimpleXLParser.conditionalExpressions()
.Visit a parse tree produced bySimpleXLParser.connectedPattern()
.Visit a parse tree produced bySimpleXLParser.connectedPatternList()
.Visit a parse tree produced bySimpleXLParser.connectedPatternPart()
.Visit a parse tree produced bySimpleXLParser.constantDeclarator()
.Visit a parse tree produced bySimpleXLParser.constDeclaration()
.Visit a parse tree produced bySimpleXLParser.constructorDeclaration()
.Visit a parse tree produced bySimpleXLParser.controlBody()
.Visit a parse tree produced bySimpleXLParser.controlStatement()
.Visit a parse tree produced bySimpleXLParser.createdName()
.Visit a parse tree produced bySimpleXLParser.creator()
.Visit a parse tree produced bySimpleXLParser.defaultValue()
.Visit a parse tree produced bySimpleXLParser.edgeNode()
.Visit a parse tree produced bySimpleXLParser.elementValue()
.Visit a parse tree produced bySimpleXLParser.elementValueArrayInitializer()
.Visit a parse tree produced bySimpleXLParser.elementValuePair()
.Visit a parse tree produced bySimpleXLParser.elementValuePairs()
.Visit a parse tree produced bySimpleXLParser.enhancedForControl()
.Visit a parse tree produced bySimpleXLParser.expression()
.Visit a parse tree produced bySimpleXLParser.expressionList()
.Visit a parse tree produced bySimpleXLParser.expressionListParen()
.Visit a parse tree produced bySimpleXLParser.expressionOrDecl()
.Visit a parse tree produced bySimpleXLParser.expressionOrDeclList()
.Visit a parse tree produced bySimpleXLParser.expressionOrDot()
.Visit a parse tree produced bySimpleXLParser.extendsDeclaration()
.Visit a parse tree produced bySimpleXLParser.extendsModuleDeclaration()
.Visit a parse tree produced bySimpleXLParser.extentRange()
.Visit a parse tree produced bySimpleXLParser.fieldDeclaration()
.Visit a parse tree produced bySimpleXLParser.finallyBlock()
.Visit a parse tree produced bySimpleXLParser.floatLiteral()
.Visit a parse tree produced bySimpleXLParser.forControl()
.Visit a parse tree produced bySimpleXLParser.forControlNoVar()
.Visit a parse tree produced bySimpleXLParser.forInit()
.Visit a parse tree produced bySimpleXLParser.formalParameter()
.Visit a parse tree produced bySimpleXLParser.formalParameterList()
.Visit a parse tree produced bySimpleXLParser.formalParameters()
.Visit a parse tree produced bySimpleXLParser.generatorDeclaration()
.Visit a parse tree produced bySimpleXLParser.graphRule()
.Visit a parse tree produced bySimpleXLParser.identifier()
.Visit a parse tree produced bySimpleXLParser.implementsDeclaration()
.Visit a parse tree produced bySimpleXLParser.importDeclaration()
.Visit a parse tree produced bySimpleXLParser.innerCreator()
.Visit a parse tree produced bySimpleXLParser.integerLiteral()
.Visit a parse tree produced bySimpleXLParser.interfaceBody()
.Visit a parse tree produced bySimpleXLParser.interfaceBodyDeclaration()
.Visit a parse tree produced bySimpleXLParser.interfaceCommonBodyDeclaration()
.Visit a parse tree produced bySimpleXLParser.interfaceDeclaration()
.Visit a parse tree produced bySimpleXLParser.interfaceExtendsDeclaration()
.Visit a parse tree produced bySimpleXLParser.interfaceMemberDeclaration()
.Visit a parse tree produced bySimpleXLParser.interfaceMethodDeclaration()
.Visit a parse tree produced bySimpleXLParser.interfaceMethodModifier()
.Visit a parse tree produced bySimpleXLParser.intersectionPattern()
.Visit a parse tree produced bySimpleXLParser.labeledPrimaryPatternNoDot()
.Visit a parse tree produced bySimpleXLParser.lastFormalParameter()
.Visit a parse tree produced bySimpleXLParser.literal()
.Visit a parse tree produced bySimpleXLParser.localTypeDeclaration()
.Visit a parse tree produced bySimpleXLParser.localVariableDeclaration()
.Visit a parse tree produced bySimpleXLParser.memberDeclaration()
.Visit a parse tree produced bySimpleXLParser.memberIdentifier()
.Visit a parse tree produced bySimpleXLParser.methodBody()
.Visit a parse tree produced bySimpleXLParser.methodCall()
.Visit a parse tree produced bySimpleXLParser.methodDeclaration()
.Visit a parse tree produced bySimpleXLParser.methodInitializerModuleParam()
.Visit a parse tree produced bySimpleXLParser.modifier()
.Visit a parse tree produced bySimpleXLParser.moduleBody()
.Visit a parse tree produced bySimpleXLParser.moduleCtorBlock()
.Visit a parse tree produced bySimpleXLParser.moduleDeclaration()
.Visit a parse tree produced bySimpleXLParser.moduleInst()
.Visit a parse tree produced bySimpleXLParser.moduleParameterDeclaration()
.Visit a parse tree produced bySimpleXLParser.moduleParameterDeclarationList()
.Visit a parse tree produced bySimpleXLParser.moduleParentParameterDeclaration()
.visitModuleParentParameterDeclarationList
(SimpleXLParser.ModuleParentParameterDeclarationListContext ctx) Visit a parse tree produced bySimpleXLParser.moduleParentParameterDeclarationList()
.Visit a parse tree produced bySimpleXLParser.node()
.Visit a parse tree produced bySimpleXLParser.nonWildcardTypeArguments()
.Visit a parse tree produced bySimpleXLParser.nonWildcardTypeArgumentsOrDiamond()
.Visit a parse tree produced bySimpleXLParser.observerExtendsClause()
.Visit a parse tree produced bySimpleXLParser.packageDeclaration()
.Visit a parse tree produced bySimpleXLParser.parExpression()
.Visit a parse tree produced bySimpleXLParser.patternSelectorRest()
.Visit a parse tree produced bySimpleXLParser.primary()
.Visit a parse tree produced bySimpleXLParser.primaryEdgePattern()
.Visit a parse tree produced bySimpleXLParser.primaryExpressionNode()
.Visit a parse tree produced bySimpleXLParser.primaryNodePattern()
.Visit a parse tree produced bySimpleXLParser.primaryNodePatternRest()
.Visit a parse tree produced bySimpleXLParser.primaryNoParen()
.Visit a parse tree produced bySimpleXLParser.primaryPattern()
.Visit a parse tree produced bySimpleXLParser.primitiveType()
.Visit a parse tree produced bySimpleXLParser.produceEdgeOp()
.Visit a parse tree produced bySimpleXLParser.productionBlock()
.Visit a parse tree produced bySimpleXLParser.productionExpression()
.Visit a parse tree produced bySimpleXLParser.productionStatement()
.Visit a parse tree produced bySimpleXLParser.productionStatements()
.Visit a parse tree produced bySimpleXLParser.productionStatementsAsList()
.Visit a parse tree produced bySimpleXLParser.productionStatementsWithoutClique()
.Visit a parse tree produced bySimpleXLParser.productionStatementWithoutClique()
.Visit a parse tree produced bySimpleXLParser.qualifiedName()
.Visit a parse tree produced bySimpleXLParser.qualifiedNameList()
.Visit a parse tree produced bySimpleXLParser.query()
.Visit a parse tree produced bySimpleXLParser.queryClass()
.Visit a parse tree produced bySimpleXLParser.refTypeType()
.Visit a parse tree produced bySimpleXLParser.resource()
.Visit a parse tree produced bySimpleXLParser.resources()
.Visit a parse tree produced bySimpleXLParser.resourceSpecification()
.Visit a parse tree produced bySimpleXLParser.rggBodyDeclaration()
.Visit a parse tree produced bySimpleXLParser.rggMemberDeclaration()
.Visit a parse tree produced bySimpleXLParser.rggMethodBody()
.Visit a parse tree produced bySimpleXLParser.rggMethodDeclaration()
.Visit a parse tree produced bySimpleXLParser.rules()
.Visit a parse tree produced bySimpleXLParser.rulesInCurrentGraph()
.Visit a parse tree produced bySimpleXLParser.scaleDeclaration()
.Visit a parse tree produced bySimpleXLParser.script()
.Visit a parse tree produced bySimpleXLParser.selectorExpression()
.Visit a parse tree produced bySimpleXLParser.statement()
.Visit a parse tree produced bySimpleXLParser.statementNoExprNoLabel()
.Visit a parse tree produced bySimpleXLParser.statementSemi()
.Visit a parse tree produced bySimpleXLParser.superSuffix()
.Visit a parse tree produced bySimpleXLParser.switchBlockStatementGroup()
.Visit a parse tree produced bySimpleXLParser.switchLabel()
.Visit a parse tree produced bySimpleXLParser.traversalModifier()
.Visit a parse tree produced bySimpleXLParser.typeArgument()
.Visit a parse tree produced bySimpleXLParser.typeArguments()
.Visit a parse tree produced bySimpleXLParser.typeArgumentsOrDiamond()
.Visit a parse tree produced bySimpleXLParser.typeBound()
.Visit a parse tree produced bySimpleXLParser.typeDeclaration()
.Visit a parse tree produced bySimpleXLParser.typeIdentifier()
.Visit a parse tree produced bySimpleXLParser.typeList()
.Visit a parse tree produced bySimpleXLParser.typeParameter()
.Visit a parse tree produced bySimpleXLParser.typeParameters()
.Visit a parse tree produced bySimpleXLParser.typeType()
.Visit a parse tree produced bySimpleXLParser.typeTypeOrVoid()
.Visit a parse tree produced bySimpleXLParser.unaryOpNode()
.Visit a parse tree produced bySimpleXLParser.variableDeclarator()
.Visit a parse tree produced bySimpleXLParser.variableDeclaratorId()
.Visit a parse tree produced bySimpleXLParser.variableDeclarators()
.Visit a parse tree produced bySimpleXLParser.variableInitializer()
.Visit a parse tree produced bySimpleXLParser.variableModifier()
.Visit a parse tree produced bySimpleXLParser.withInstanceRest()
.Visit a parse tree produced bySimpleXLParser.xlarguments()
.Visit a parse tree produced bySimpleXLParser.xlexpressionList()
.Visit a parse tree produced bySimpleXLParser.xllambdaExpression()
.Visit a parse tree produced bySimpleXLParser.xllambdaExpression0()
.Visit a parse tree produced bySimpleXLParser.xllambdaList()
.Visit a parse tree produced bySimpleXLParser.xllambdaListNoCaller()
.Visit a parse tree produced bySimpleXLParser.xlOperator()
.Visit a parse tree produced bySimpleXLParser.xlparExpression()
.Visit a parse tree produced bySimpleXLParser.xlRule()
.Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Method Details
-
visitComments
Visit a parse tree produced bySimpleXLParser.comments()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCompilationUnit
Visit a parse tree produced bySimpleXLParser.compilationUnit()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPackageDeclaration
Visit a parse tree produced bySimpleXLParser.packageDeclaration()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitImportDeclaration
Visit a parse tree produced bySimpleXLParser.importDeclaration()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTypeDeclaration
Visit a parse tree produced bySimpleXLParser.typeDeclaration()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitModifier
Visit a parse tree produced bySimpleXLParser.modifier()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitClassOrInterfaceModifier
Visit a parse tree produced bySimpleXLParser.classOrInterfaceModifier()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitVariableModifier
Visit a parse tree produced bySimpleXLParser.variableModifier()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitModuleDeclaration
Visit a parse tree produced bySimpleXLParser.moduleDeclaration()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExtendsModuleDeclaration
Visit a parse tree produced bySimpleXLParser.extendsModuleDeclaration()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitModuleParameterDeclarationList
Visit a parse tree produced bySimpleXLParser.moduleParameterDeclarationList()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitModuleParameterDeclaration
Visit a parse tree produced bySimpleXLParser.moduleParameterDeclaration()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitModuleParentParameterDeclarationList
T visitModuleParentParameterDeclarationList(SimpleXLParser.ModuleParentParameterDeclarationListContext ctx) Visit a parse tree produced bySimpleXLParser.moduleParentParameterDeclarationList()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitModuleParentParameterDeclaration
Visit a parse tree produced bySimpleXLParser.moduleParentParameterDeclaration()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitModuleBody
Visit a parse tree produced bySimpleXLParser.moduleBody()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitScaleDeclaration
Visit a parse tree produced bySimpleXLParser.scaleDeclaration()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitObserverExtendsClause
Visit a parse tree produced bySimpleXLParser.observerExtendsClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitModuleCtorBlock
Visit a parse tree produced bySimpleXLParser.moduleCtorBlock()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitModuleInst
Visit a parse tree produced bySimpleXLParser.moduleInst()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitClassDeclaration
Visit a parse tree produced bySimpleXLParser.classDeclaration()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExtendsDeclaration
Visit a parse tree produced bySimpleXLParser.extendsDeclaration()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitImplementsDeclaration
Visit a parse tree produced bySimpleXLParser.implementsDeclaration()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitQueryClass
Visit a parse tree produced bySimpleXLParser.queryClass()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTypeParameters
Visit a parse tree produced bySimpleXLParser.typeParameters()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTypeParameter
Visit a parse tree produced bySimpleXLParser.typeParameter()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTypeBound
Visit a parse tree produced bySimpleXLParser.typeBound()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInterfaceDeclaration
Visit a parse tree produced bySimpleXLParser.interfaceDeclaration()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInterfaceExtendsDeclaration
Visit a parse tree produced bySimpleXLParser.interfaceExtendsDeclaration()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitClassBody
Visit a parse tree produced bySimpleXLParser.classBody()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInterfaceBody
Visit a parse tree produced bySimpleXLParser.interfaceBody()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitClassBodyDeclaration
Visit a parse tree produced bySimpleXLParser.classBodyDeclaration()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRggBodyDeclaration
Visit a parse tree produced bySimpleXLParser.rggBodyDeclaration()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRggMemberDeclaration
Visit a parse tree produced bySimpleXLParser.rggMemberDeclaration()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMemberDeclaration
Visit a parse tree produced bySimpleXLParser.memberDeclaration()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMethodDeclaration
Visit a parse tree produced bySimpleXLParser.methodDeclaration()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMethodBody
Visit a parse tree produced bySimpleXLParser.methodBody()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGeneratorDeclaration
Visit a parse tree produced bySimpleXLParser.generatorDeclaration()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRggMethodDeclaration
Visit a parse tree produced bySimpleXLParser.rggMethodDeclaration()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRggMethodBody
Visit a parse tree produced bySimpleXLParser.rggMethodBody()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTypeTypeOrVoid
Visit a parse tree produced bySimpleXLParser.typeTypeOrVoid()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitConstructorDeclaration
Visit a parse tree produced bySimpleXLParser.constructorDeclaration()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFieldDeclaration
Visit a parse tree produced bySimpleXLParser.fieldDeclaration()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInterfaceBodyDeclaration
Visit a parse tree produced bySimpleXLParser.interfaceBodyDeclaration()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInterfaceMemberDeclaration
Visit a parse tree produced bySimpleXLParser.interfaceMemberDeclaration()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitConstDeclaration
Visit a parse tree produced bySimpleXLParser.constDeclaration()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitConstantDeclarator
Visit a parse tree produced bySimpleXLParser.constantDeclarator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInterfaceMethodDeclaration
Visit a parse tree produced bySimpleXLParser.interfaceMethodDeclaration()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInterfaceMethodModifier
Visit a parse tree produced bySimpleXLParser.interfaceMethodModifier()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInterfaceCommonBodyDeclaration
Visit a parse tree produced bySimpleXLParser.interfaceCommonBodyDeclaration()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitProductionStatements
Visit a parse tree produced bySimpleXLParser.productionStatements()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitProductionStatementsAsList
Visit a parse tree produced bySimpleXLParser.productionStatementsAsList()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitProductionBlock
Visit a parse tree produced bySimpleXLParser.productionBlock()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitProductionStatement
Visit a parse tree produced bySimpleXLParser.productionStatement()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitProductionStatementsWithoutClique
T visitProductionStatementsWithoutClique(SimpleXLParser.ProductionStatementsWithoutCliqueContext ctx) Visit a parse tree produced bySimpleXLParser.productionStatementsWithoutClique()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitProductionStatementWithoutClique
Visit a parse tree produced bySimpleXLParser.productionStatementWithoutClique()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRulesInCurrentGraph
Visit a parse tree produced bySimpleXLParser.rulesInCurrentGraph()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRules
Visit a parse tree produced bySimpleXLParser.rules()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExtentRange
Visit a parse tree produced bySimpleXLParser.extentRange()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitXlRule
Visit a parse tree produced bySimpleXLParser.xlRule()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGraphRule
Visit a parse tree produced bySimpleXLParser.graphRule()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitQuery
Visit a parse tree produced bySimpleXLParser.query()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCompoundPattern
Visit a parse tree produced bySimpleXLParser.compoundPattern()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitConnectedPatternList
Visit a parse tree produced bySimpleXLParser.connectedPatternList()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitConnectedPattern
Visit a parse tree produced bySimpleXLParser.connectedPattern()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitConnectedPatternPart
Visit a parse tree produced bySimpleXLParser.connectedPatternPart()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLabeledPrimaryPatternNoDot
Visit a parse tree produced bySimpleXLParser.labeledPrimaryPatternNoDot()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTraversalModifier
Visit a parse tree produced bySimpleXLParser.traversalModifier()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitClosureRange
Visit a parse tree produced bySimpleXLParser.closureRange()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPrimaryPattern
Visit a parse tree produced bySimpleXLParser.primaryPattern()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPrimaryNodePatternRest
Visit a parse tree produced bySimpleXLParser.primaryNodePatternRest()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIntersectionPattern
Visit a parse tree produced bySimpleXLParser.intersectionPattern()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPrimaryNodePattern
Visit a parse tree produced bySimpleXLParser.primaryNodePattern()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPrimaryEdgePattern
Visit a parse tree produced bySimpleXLParser.primaryEdgePattern()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPatternSelectorRest
Visit a parse tree produced bySimpleXLParser.patternSelectorRest()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitScript
Visit a parse tree produced bySimpleXLParser.script()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitVariableDeclarators
Visit a parse tree produced bySimpleXLParser.variableDeclarators()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitVariableDeclarator
Visit a parse tree produced bySimpleXLParser.variableDeclarator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitVariableDeclaratorId
Visit a parse tree produced bySimpleXLParser.variableDeclaratorId()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMethodInitializerModuleParam
Visit a parse tree produced bySimpleXLParser.methodInitializerModuleParam()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitVariableInitializer
Visit a parse tree produced bySimpleXLParser.variableInitializer()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitArrayInitializer
Visit a parse tree produced bySimpleXLParser.arrayInitializer()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitClassOrInterfaceType
Visit a parse tree produced bySimpleXLParser.classOrInterfaceType()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitQualifiedNameList
Visit a parse tree produced bySimpleXLParser.qualifiedNameList()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFormalParameters
Visit a parse tree produced bySimpleXLParser.formalParameters()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFormalParameterList
Visit a parse tree produced bySimpleXLParser.formalParameterList()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFormalParameter
Visit a parse tree produced bySimpleXLParser.formalParameter()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLastFormalParameter
Visit a parse tree produced bySimpleXLParser.lastFormalParameter()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitQualifiedName
Visit a parse tree produced bySimpleXLParser.qualifiedName()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLiteral
Visit a parse tree produced bySimpleXLParser.literal()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIntegerLiteral
Visit a parse tree produced bySimpleXLParser.integerLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFloatLiteral
Visit a parse tree produced bySimpleXLParser.floatLiteral()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAltAnnotationQualifiedName
Visit a parse tree produced bySimpleXLParser.altAnnotationQualifiedName()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAnnotation
Visit a parse tree produced bySimpleXLParser.annotation()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitElementValuePairs
Visit a parse tree produced bySimpleXLParser.elementValuePairs()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitElementValuePair
Visit a parse tree produced bySimpleXLParser.elementValuePair()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitElementValue
Visit a parse tree produced bySimpleXLParser.elementValue()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitElementValueArrayInitializer
Visit a parse tree produced bySimpleXLParser.elementValueArrayInitializer()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAnnotationTypeDeclaration
Visit a parse tree produced bySimpleXLParser.annotationTypeDeclaration()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAnnotationTypeBody
Visit a parse tree produced bySimpleXLParser.annotationTypeBody()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAnnotationTypeElementDeclaration
Visit a parse tree produced bySimpleXLParser.annotationTypeElementDeclaration()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAnnotationTypeElementRest
Visit a parse tree produced bySimpleXLParser.annotationTypeElementRest()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAnnotationMethodOrConstantRest
Visit a parse tree produced bySimpleXLParser.annotationMethodOrConstantRest()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAnnotationMethodRest
Visit a parse tree produced bySimpleXLParser.annotationMethodRest()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAnnotationConstantRest
Visit a parse tree produced bySimpleXLParser.annotationConstantRest()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDefaultValue
Visit a parse tree produced bySimpleXLParser.defaultValue()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitBlock
Visit a parse tree produced bySimpleXLParser.block()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitBlockStatement
Visit a parse tree produced bySimpleXLParser.blockStatement()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLocalVariableDeclaration
Visit a parse tree produced bySimpleXLParser.localVariableDeclaration()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitIdentifier
Visit a parse tree produced bySimpleXLParser.identifier()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTypeIdentifier
Visit a parse tree produced bySimpleXLParser.typeIdentifier()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLocalTypeDeclaration
Visit a parse tree produced bySimpleXLParser.localTypeDeclaration()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitStatement
Visit a parse tree produced bySimpleXLParser.statement()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitStatementNoExprNoLabel
Visit a parse tree produced bySimpleXLParser.statementNoExprNoLabel()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitControlStatement
Visit a parse tree produced bySimpleXLParser.controlStatement()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitControlBody
Visit a parse tree produced bySimpleXLParser.controlBody()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCatchClause
Visit a parse tree produced bySimpleXLParser.catchClause()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCatchType
Visit a parse tree produced bySimpleXLParser.catchType()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFinallyBlock
Visit a parse tree produced bySimpleXLParser.finallyBlock()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitResourceSpecification
Visit a parse tree produced bySimpleXLParser.resourceSpecification()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitResources
Visit a parse tree produced bySimpleXLParser.resources()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitResource
Visit a parse tree produced bySimpleXLParser.resource()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSwitchBlockStatementGroup
Visit a parse tree produced bySimpleXLParser.switchBlockStatementGroup()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSwitchLabel
Visit a parse tree produced bySimpleXLParser.switchLabel()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitForControl
Visit a parse tree produced bySimpleXLParser.forControl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitForInit
Visit a parse tree produced bySimpleXLParser.forInit()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEnhancedForControl
Visit a parse tree produced bySimpleXLParser.enhancedForControl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitForControlNoVar
Visit a parse tree produced bySimpleXLParser.forControlNoVar()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitStatementSemi
Visit a parse tree produced bySimpleXLParser.statementSemi()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitParExpression
Visit a parse tree produced bySimpleXLParser.parExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitXlparExpression
Visit a parse tree produced bySimpleXLParser.xlparExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExpressionList
Visit a parse tree produced bySimpleXLParser.expressionList()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExpressionListParen
Visit a parse tree produced bySimpleXLParser.expressionListParen()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMethodCall
Visit a parse tree produced bySimpleXLParser.methodCall()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitProductionExpression
Visit a parse tree produced bySimpleXLParser.productionExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExpression
Visit a parse tree produced bySimpleXLParser.expression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitXllambdaExpression
Visit a parse tree produced bySimpleXLParser.xllambdaExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitXllambdaExpression0
Visit a parse tree produced bySimpleXLParser.xllambdaExpression0()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitXllambdaList
Visit a parse tree produced bySimpleXLParser.xllambdaList()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitXllambdaListNoCaller
Visit a parse tree produced bySimpleXLParser.xllambdaListNoCaller()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitConditionalExpression
Visit a parse tree produced bySimpleXLParser.conditionalExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitConditionalExpressions
Visit a parse tree produced bySimpleXLParser.conditionalExpressions()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAccessMember
Visit a parse tree produced bySimpleXLParser.accessMember()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMemberIdentifier
Visit a parse tree produced bySimpleXLParser.memberIdentifier()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCastedMember
Visit a parse tree produced bySimpleXLParser.castedMember()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCastedType
Visit a parse tree produced bySimpleXLParser.castedType()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExpressionOrDecl
Visit a parse tree produced bySimpleXLParser.expressionOrDecl()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExpressionOrDeclList
Visit a parse tree produced bySimpleXLParser.expressionOrDeclList()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitXlOperator
Visit a parse tree produced bySimpleXLParser.xlOperator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCollectionNodes
Visit a parse tree produced bySimpleXLParser.collectionNodes()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitProduceEdgeOp
Visit a parse tree produced bySimpleXLParser.produceEdgeOp()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEdgeNode
Visit a parse tree produced bySimpleXLParser.edgeNode()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNode
Visit a parse tree produced bySimpleXLParser.node()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitUnaryOpNode
Visit a parse tree produced bySimpleXLParser.unaryOpNode()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPrimaryExpressionNode
Visit a parse tree produced bySimpleXLParser.primaryExpressionNode()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPrimaryNoParen
Visit a parse tree produced bySimpleXLParser.primaryNoParen()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWithInstanceRest
Visit a parse tree produced bySimpleXLParser.withInstanceRest()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPrimary
Visit a parse tree produced bySimpleXLParser.primary()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSelectorExpression
Visit a parse tree produced bySimpleXLParser.selectorExpression()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitClassType
Visit a parse tree produced bySimpleXLParser.classType()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCreator
Visit a parse tree produced bySimpleXLParser.creator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCreatedName
Visit a parse tree produced bySimpleXLParser.createdName()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInnerCreator
Visit a parse tree produced bySimpleXLParser.innerCreator()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitArrayCreatorRest
Visit a parse tree produced bySimpleXLParser.arrayCreatorRest()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitClassCreatorRest
Visit a parse tree produced bySimpleXLParser.classCreatorRest()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAnonymousClassBody
Visit a parse tree produced bySimpleXLParser.anonymousClassBody()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTypeArgumentsOrDiamond
Visit a parse tree produced bySimpleXLParser.typeArgumentsOrDiamond()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNonWildcardTypeArgumentsOrDiamond
T visitNonWildcardTypeArgumentsOrDiamond(SimpleXLParser.NonWildcardTypeArgumentsOrDiamondContext ctx) Visit a parse tree produced bySimpleXLParser.nonWildcardTypeArgumentsOrDiamond()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNonWildcardTypeArguments
Visit a parse tree produced bySimpleXLParser.nonWildcardTypeArguments()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTypeList
Visit a parse tree produced bySimpleXLParser.typeList()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTypeType
Visit a parse tree produced bySimpleXLParser.typeType()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRefTypeType
Visit a parse tree produced bySimpleXLParser.refTypeType()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPrimitiveType
Visit a parse tree produced bySimpleXLParser.primitiveType()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTypeArguments
Visit a parse tree produced bySimpleXLParser.typeArguments()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSuperSuffix
Visit a parse tree produced bySimpleXLParser.superSuffix()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTypeArgument
Visit a parse tree produced bySimpleXLParser.typeArgument()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitArguments
Visit a parse tree produced bySimpleXLParser.arguments()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitXlarguments
Visit a parse tree produced bySimpleXLParser.xlarguments()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitXlexpressionList
Visit a parse tree produced bySimpleXLParser.xlexpressionList()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExpressionOrDot
Visit a parse tree produced bySimpleXLParser.expressionOrDot()
.- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-