- java.lang.Object
-
- io.virtdata.generated.VirtDataBaseListener
-
- All Implemented Interfaces:
VirtDataListener,org.antlr.v4.runtime.tree.ParseTreeListener
- Direct Known Subclasses:
VirtDataBuilder
public class VirtDataBaseListener extends java.lang.Object implements VirtDataListener
This class provides an empty implementation ofVirtDataListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description VirtDataBaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterVirtdataRecipe
public void enterVirtdataRecipe(VirtDataParser.VirtdataRecipeContext ctx)
Enter a parse tree produced byVirtDataParser.virtdataRecipe().The default implementation does nothing.
- Specified by:
enterVirtdataRecipein interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
exitVirtdataRecipe
public void exitVirtdataRecipe(VirtDataParser.VirtdataRecipeContext ctx)
Exit a parse tree produced byVirtDataParser.virtdataRecipe().The default implementation does nothing.
- Specified by:
exitVirtdataRecipein interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
enterVirtdataFlow
public void enterVirtdataFlow(VirtDataParser.VirtdataFlowContext ctx)
Enter a parse tree produced byVirtDataParser.virtdataFlow().The default implementation does nothing.
- Specified by:
enterVirtdataFlowin interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
exitVirtdataFlow
public void exitVirtdataFlow(VirtDataParser.VirtdataFlowContext ctx)
Exit a parse tree produced byVirtDataParser.virtdataFlow().The default implementation does nothing.
- Specified by:
exitVirtdataFlowin interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
enterExpression
public void enterExpression(VirtDataParser.ExpressionContext ctx)
Enter a parse tree produced byVirtDataParser.expression().The default implementation does nothing.
- Specified by:
enterExpressionin interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
exitExpression
public void exitExpression(VirtDataParser.ExpressionContext ctx)
Exit a parse tree produced byVirtDataParser.expression().The default implementation does nothing.
- Specified by:
exitExpressionin interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
enterVirtdataCall
public void enterVirtdataCall(VirtDataParser.VirtdataCallContext ctx)
Enter a parse tree produced byVirtDataParser.virtdataCall().The default implementation does nothing.
- Specified by:
enterVirtdataCallin interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
exitVirtdataCall
public void exitVirtdataCall(VirtDataParser.VirtdataCallContext ctx)
Exit a parse tree produced byVirtDataParser.virtdataCall().The default implementation does nothing.
- Specified by:
exitVirtdataCallin interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
enterLvalue
public void enterLvalue(VirtDataParser.LvalueContext ctx)
Enter a parse tree produced byVirtDataParser.lvalue().The default implementation does nothing.
- Specified by:
enterLvaluein interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
exitLvalue
public void exitLvalue(VirtDataParser.LvalueContext ctx)
Exit a parse tree produced byVirtDataParser.lvalue().The default implementation does nothing.
- Specified by:
exitLvaluein interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
enterInputType
public void enterInputType(VirtDataParser.InputTypeContext ctx)
Enter a parse tree produced byVirtDataParser.inputType().The default implementation does nothing.
- Specified by:
enterInputTypein interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
exitInputType
public void exitInputType(VirtDataParser.InputTypeContext ctx)
Exit a parse tree produced byVirtDataParser.inputType().The default implementation does nothing.
- Specified by:
exitInputTypein interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
enterFuncName
public void enterFuncName(VirtDataParser.FuncNameContext ctx)
Enter a parse tree produced byVirtDataParser.funcName().The default implementation does nothing.
- Specified by:
enterFuncNamein interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
exitFuncName
public void exitFuncName(VirtDataParser.FuncNameContext ctx)
Exit a parse tree produced byVirtDataParser.funcName().The default implementation does nothing.
- Specified by:
exitFuncNamein interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
enterOutputType
public void enterOutputType(VirtDataParser.OutputTypeContext ctx)
Enter a parse tree produced byVirtDataParser.outputType().The default implementation does nothing.
- Specified by:
enterOutputTypein interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
exitOutputType
public void exitOutputType(VirtDataParser.OutputTypeContext ctx)
Exit a parse tree produced byVirtDataParser.outputType().The default implementation does nothing.
- Specified by:
exitOutputTypein interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
enterArg
public void enterArg(VirtDataParser.ArgContext ctx)
Enter a parse tree produced byVirtDataParser.arg().The default implementation does nothing.
- Specified by:
enterArgin interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
exitArg
public void exitArg(VirtDataParser.ArgContext ctx)
Exit a parse tree produced byVirtDataParser.arg().The default implementation does nothing.
- Specified by:
exitArgin interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
enterRef
public void enterRef(VirtDataParser.RefContext ctx)
Enter a parse tree produced byVirtDataParser.ref().The default implementation does nothing.
- Specified by:
enterRefin interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
exitRef
public void exitRef(VirtDataParser.RefContext ctx)
Exit a parse tree produced byVirtDataParser.ref().The default implementation does nothing.
- Specified by:
exitRefin interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
enterValue
public void enterValue(VirtDataParser.ValueContext ctx)
Enter a parse tree produced byVirtDataParser.value().The default implementation does nothing.
- Specified by:
enterValuein interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
exitValue
public void exitValue(VirtDataParser.ValueContext ctx)
Exit a parse tree produced byVirtDataParser.value().The default implementation does nothing.
- Specified by:
exitValuein interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
enterStringValue
public void enterStringValue(VirtDataParser.StringValueContext ctx)
Enter a parse tree produced byVirtDataParser.stringValue().The default implementation does nothing.
- Specified by:
enterStringValuein interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
exitStringValue
public void exitStringValue(VirtDataParser.StringValueContext ctx)
Exit a parse tree produced byVirtDataParser.stringValue().The default implementation does nothing.
- Specified by:
exitStringValuein interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
enterLongValue
public void enterLongValue(VirtDataParser.LongValueContext ctx)
Enter a parse tree produced byVirtDataParser.longValue().The default implementation does nothing.
- Specified by:
enterLongValuein interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
exitLongValue
public void exitLongValue(VirtDataParser.LongValueContext ctx)
Exit a parse tree produced byVirtDataParser.longValue().The default implementation does nothing.
- Specified by:
exitLongValuein interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
enterDoubleValue
public void enterDoubleValue(VirtDataParser.DoubleValueContext ctx)
Enter a parse tree produced byVirtDataParser.doubleValue().The default implementation does nothing.
- Specified by:
enterDoubleValuein interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
exitDoubleValue
public void exitDoubleValue(VirtDataParser.DoubleValueContext ctx)
Exit a parse tree produced byVirtDataParser.doubleValue().The default implementation does nothing.
- Specified by:
exitDoubleValuein interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
enterIntegerValue
public void enterIntegerValue(VirtDataParser.IntegerValueContext ctx)
Enter a parse tree produced byVirtDataParser.integerValue().The default implementation does nothing.
- Specified by:
enterIntegerValuein interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
exitIntegerValue
public void exitIntegerValue(VirtDataParser.IntegerValueContext ctx)
Exit a parse tree produced byVirtDataParser.integerValue().The default implementation does nothing.
- Specified by:
exitIntegerValuein interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
enterFloatValue
public void enterFloatValue(VirtDataParser.FloatValueContext ctx)
Enter a parse tree produced byVirtDataParser.floatValue().The default implementation does nothing.
- Specified by:
enterFloatValuein interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
exitFloatValue
public void exitFloatValue(VirtDataParser.FloatValueContext ctx)
Exit a parse tree produced byVirtDataParser.floatValue().The default implementation does nothing.
- Specified by:
exitFloatValuein interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
enterBooleanValue
public void enterBooleanValue(VirtDataParser.BooleanValueContext ctx)
Enter a parse tree produced byVirtDataParser.booleanValue().The default implementation does nothing.
- Specified by:
enterBooleanValuein interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
exitBooleanValue
public void exitBooleanValue(VirtDataParser.BooleanValueContext ctx)
Exit a parse tree produced byVirtDataParser.booleanValue().The default implementation does nothing.
- Specified by:
exitBooleanValuein interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
enterSpecend
public void enterSpecend(VirtDataParser.SpecendContext ctx)
Enter a parse tree produced byVirtDataParser.specend().The default implementation does nothing.
- Specified by:
enterSpecendin interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
exitSpecend
public void exitSpecend(VirtDataParser.SpecendContext ctx)
Exit a parse tree produced byVirtDataParser.specend().The default implementation does nothing.
- Specified by:
exitSpecendin interfaceVirtDataListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-