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