- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- All Known Implementing Classes:
MemberParserBaseVisitor
public interface MemberParserVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
This interface defines a complete generic visitor for a parse tree produced
by
MemberParser.-
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced byMemberParser.arg().Visit a parse tree produced byMemberParser.argument().Visit a parse tree produced byMemberParser.argumentList().Visit a parse tree produced byMemberParser.arguments().Visit a parse tree produced byMemberParser.array().Visit a parse tree produced byMemberParser.arrayCreatorRest().Visit a parse tree produced byMemberParser.castType().Visit a parse tree produced byMemberParser.classArguments().Visit a parse tree produced byMemberParser.classCreatorRest().Visit a parse tree produced byMemberParser.control().Visit a parse tree produced byMemberParser.creator().Visit a parse tree produced byMemberParser.floatLiteral().Visit a parse tree produced byMemberParser.identifier().Visit a parse tree produced byMemberParser.integerLiteral().Visit a parse tree produced byMemberParser.lambdaCaller().Visit a parse tree produced byMemberParser.lambdaList().Visit a parse tree produced byMemberParser.lastBrack().Visit a parse tree produced byMemberParser.lastDot().Visit a parse tree produced byMemberParser.literal().Visit a parse tree produced byMemberParser.member().Visit a parse tree produced byMemberParser.memberGroup().Visit a parse tree produced byMemberParser.memberGroupOrVar().Visit a parse tree produced byMemberParser.memberList().Visit a parse tree produced byMemberParser.memberP().Visit a parse tree produced byMemberParser.memberUnit().Visit a parse tree produced byMemberParser.methodCall().Visit a parse tree produced byMemberParser.primitiveType().Visit a parse tree produced byMemberParser.qualifiedType().Visit a parse tree produced byMemberParser.typeType().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Method Details
-
visitMemberUnit
Visit a parse tree produced byMemberParser.memberUnit().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMemberGroup
Visit a parse tree produced byMemberParser.memberGroup().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLambdaCaller
Visit a parse tree produced byMemberParser.lambdaCaller().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLambdaList
Visit a parse tree produced byMemberParser.lambdaList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMemberGroupOrVar
Visit a parse tree produced byMemberParser.memberGroupOrVar().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMemberP
Visit a parse tree produced byMemberParser.memberP().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMemberList
Visit a parse tree produced byMemberParser.memberList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMember
Visit a parse tree produced byMemberParser.member().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArg
Visit a parse tree produced byMemberParser.arg().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreator
Visit a parse tree produced byMemberParser.creator().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArrayCreatorRest
Visit a parse tree produced byMemberParser.arrayCreatorRest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassCreatorRest
Visit a parse tree produced byMemberParser.classCreatorRest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArgument
Visit a parse tree produced byMemberParser.argument().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArgumentList
Visit a parse tree produced byMemberParser.argumentList().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMethodCall
Visit a parse tree produced byMemberParser.methodCall().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitControl
Visit a parse tree produced byMemberParser.control().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArray
Visit a parse tree produced byMemberParser.array().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifier
Visit a parse tree produced byMemberParser.identifier().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArguments
Visit a parse tree produced byMemberParser.arguments().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClassArguments
Visit a parse tree produced byMemberParser.classArguments().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCastType
Visit a parse tree produced byMemberParser.castType().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifiedType
Visit a parse tree produced byMemberParser.qualifiedType().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeType
Visit a parse tree produced byMemberParser.typeType().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimitiveType
Visit a parse tree produced byMemberParser.primitiveType().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteral
Visit a parse tree produced byMemberParser.literal().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIntegerLiteral
Visit a parse tree produced byMemberParser.integerLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFloatLiteral
Visit a parse tree produced byMemberParser.floatLiteral().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLastDot
Visit a parse tree produced byMemberParser.lastDot().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLastBrack
Visit a parse tree produced byMemberParser.lastBrack().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-