Package net.maswag.falcaun
Class ExtendedSignalMapperVisitorImpl
java.lang.Object
org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<Function<ExtendedIOSignalPiece<List<Double>>,List<Double>>>
net.maswag.falcaun.ExtendedSignalMapperBaseVisitor<Function<ExtendedIOSignalPiece<List<Double>>,List<Double>>>
net.maswag.falcaun.ExtendedSignalMapperVisitorImpl
- All Implemented Interfaces:
ExtendedSignalMapperVisitor<Function<ExtendedIOSignalPiece<List<Double>>,,List<Double>>> org.antlr.v4.runtime.tree.ParseTreeVisitor<Function<ExtendedIOSignalPiece<List<Double>>,List<Double>>>
public class ExtendedSignalMapperVisitorImpl
extends ExtendedSignalMapperBaseVisitor<Function<ExtendedIOSignalPiece<List<Double>>,List<Double>>>
ExtendedSignalMapperVisitorImpl class.
- Author:
- Masaki Waga <masakiwaga@gmail.com>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced byExtendedSignalMapperParser.atomic().Visit a parse tree produced byExtendedSignalMapperParser.expr().Visit a parse tree produced byExtendedSignalMapperParser.extended_expr().Methods inherited from class net.maswag.falcaun.ExtendedSignalMapperBaseVisitor
visitValueMethods 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
-
ExtendedSignalMapperVisitorImpl
public ExtendedSignalMapperVisitorImpl()
-
-
Method Details
-
visitExpr
public Function<ExtendedIOSignalPiece<List<Double>>,List<Double>> visitExpr(ExtendedSignalMapperParser.ExprContext ctx) Visit a parse tree produced byExtendedSignalMapperParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExprin interfaceExtendedSignalMapperVisitor<Function<ExtendedIOSignalPiece<List<Double>>,List<Double>>> - Overrides:
visitExprin classExtendedSignalMapperBaseVisitor<Function<ExtendedIOSignalPiece<List<Double>>,List<Double>>> - Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAtomic
public Function<ExtendedIOSignalPiece<List<Double>>,List<Double>> visitAtomic(ExtendedSignalMapperParser.AtomicContext ctx) Visit a parse tree produced byExtendedSignalMapperParser.atomic().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAtomicin interfaceExtendedSignalMapperVisitor<Function<ExtendedIOSignalPiece<List<Double>>,List<Double>>> - Overrides:
visitAtomicin classExtendedSignalMapperBaseVisitor<Function<ExtendedIOSignalPiece<List<Double>>,List<Double>>> - Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExtended_expr
public Function<ExtendedIOSignalPiece<List<Double>>,List<Double>> visitExtended_expr(ExtendedSignalMapperParser.Extended_exprContext ctx) Description copied from class:ExtendedSignalMapperBaseVisitorVisit a parse tree produced byExtendedSignalMapperParser.extended_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExtended_exprin interfaceExtendedSignalMapperVisitor<Function<ExtendedIOSignalPiece<List<Double>>,List<Double>>> - Overrides:
visitExtended_exprin classExtendedSignalMapperBaseVisitor<Function<ExtendedIOSignalPiece<List<Double>>,List<Double>>> - Parameters:
ctx- the parse tree- Returns:
- the visitor result
-