Class UciBaseVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
UciVisitor<T>,org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
UciVisitor,
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 byUciParser.author().Visit a parse tree produced byUciParser.binc().Visit a parse tree produced byUciParser.btime().Visit a parse tree produced byUciParser.command().Visit a parse tree produced byUciParser.depthparam().Visit a parse tree produced byUciParser.fen().Visit a parse tree produced byUciParser.go().Visit a parse tree produced byUciParser.id().Visit a parse tree produced byUciParser.move().Visit a parse tree produced byUciParser.movetime().Visit a parse tree produced byUciParser.name().Visit a parse tree produced byUciParser.option().Visit a parse tree produced byUciParser.optionname().Visit a parse tree produced byUciParser.optiontype().Visit a parse tree produced byUciParser.position().Visit a parse tree produced byUciParser.request().Visit a parse tree produced byUciParser.response().Visit a parse tree produced byUciParser.setoption().Visit a parse tree produced byUciParser.winc().Visit a parse tree produced byUciParser.wtime().Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Constructor Details
-
UciBaseVisitor
public UciBaseVisitor()
-
-
Method Details
-
visitCommand
Visit a parse tree produced byUciParser.command().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommandin interfaceUciVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRequest
Visit a parse tree produced byUciParser.request().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRequestin interfaceUciVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetoption
Visit a parse tree produced byUciParser.setoption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetoptionin interfaceUciVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPosition
Visit a parse tree produced byUciParser.position().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPositionin interfaceUciVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFen
Visit a parse tree produced byUciParser.fen().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFenin interfaceUciVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGo
Visit a parse tree produced byUciParser.go().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGoin interfaceUciVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDepthparam
Visit a parse tree produced byUciParser.depthparam().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDepthparamin interfaceUciVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMovetime
Visit a parse tree produced byUciParser.movetime().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMovetimein interfaceUciVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWtime
Visit a parse tree produced byUciParser.wtime().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWtimein interfaceUciVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBtime
Visit a parse tree produced byUciParser.btime().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBtimein interfaceUciVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWinc
Visit a parse tree produced byUciParser.winc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWincin interfaceUciVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBinc
Visit a parse tree produced byUciParser.binc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBincin interfaceUciVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResponse
Visit a parse tree produced byUciParser.response().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitResponsein interfaceUciVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitId
Visit a parse tree produced byUciParser.id().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdin interfaceUciVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitName
Visit a parse tree produced byUciParser.name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNamein interfaceUciVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAuthor
Visit a parse tree produced byUciParser.author().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAuthorin interfaceUciVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMove
Visit a parse tree produced byUciParser.move().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMovein interfaceUciVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOption
Visit a parse tree produced byUciParser.option().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptionin interfaceUciVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptionname
Visit a parse tree produced byUciParser.optionname().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptionnamein interfaceUciVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptiontype
Visit a parse tree produced byUciParser.optiontype().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptiontypein interfaceUciVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-