-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
VirtDataBaseListener,VirtDataBuilder
public interface VirtDataListener extends org.antlr.v4.runtime.tree.ParseTreeListenerThis interface defines a complete listener for a parse tree produced byVirtDataParser.
-
-
Method Summary
-
-
-
Method Detail
-
enterVirtdataRecipe
void enterVirtdataRecipe(VirtDataParser.VirtdataRecipeContext ctx)
Enter a parse tree produced byVirtDataParser.virtdataRecipe().- Parameters:
ctx- the parse tree
-
exitVirtdataRecipe
void exitVirtdataRecipe(VirtDataParser.VirtdataRecipeContext ctx)
Exit a parse tree produced byVirtDataParser.virtdataRecipe().- Parameters:
ctx- the parse tree
-
enterVirtdataFlow
void enterVirtdataFlow(VirtDataParser.VirtdataFlowContext ctx)
Enter a parse tree produced byVirtDataParser.virtdataFlow().- Parameters:
ctx- the parse tree
-
exitVirtdataFlow
void exitVirtdataFlow(VirtDataParser.VirtdataFlowContext ctx)
Exit a parse tree produced byVirtDataParser.virtdataFlow().- Parameters:
ctx- the parse tree
-
enterExpression
void enterExpression(VirtDataParser.ExpressionContext ctx)
Enter a parse tree produced byVirtDataParser.expression().- Parameters:
ctx- the parse tree
-
exitExpression
void exitExpression(VirtDataParser.ExpressionContext ctx)
Exit a parse tree produced byVirtDataParser.expression().- Parameters:
ctx- the parse tree
-
enterVirtdataCall
void enterVirtdataCall(VirtDataParser.VirtdataCallContext ctx)
Enter a parse tree produced byVirtDataParser.virtdataCall().- Parameters:
ctx- the parse tree
-
exitVirtdataCall
void exitVirtdataCall(VirtDataParser.VirtdataCallContext ctx)
Exit a parse tree produced byVirtDataParser.virtdataCall().- Parameters:
ctx- the parse tree
-
enterLvalue
void enterLvalue(VirtDataParser.LvalueContext ctx)
Enter a parse tree produced byVirtDataParser.lvalue().- Parameters:
ctx- the parse tree
-
exitLvalue
void exitLvalue(VirtDataParser.LvalueContext ctx)
Exit a parse tree produced byVirtDataParser.lvalue().- Parameters:
ctx- the parse tree
-
enterInputType
void enterInputType(VirtDataParser.InputTypeContext ctx)
Enter a parse tree produced byVirtDataParser.inputType().- Parameters:
ctx- the parse tree
-
exitInputType
void exitInputType(VirtDataParser.InputTypeContext ctx)
Exit a parse tree produced byVirtDataParser.inputType().- Parameters:
ctx- the parse tree
-
enterFuncName
void enterFuncName(VirtDataParser.FuncNameContext ctx)
Enter a parse tree produced byVirtDataParser.funcName().- Parameters:
ctx- the parse tree
-
exitFuncName
void exitFuncName(VirtDataParser.FuncNameContext ctx)
Exit a parse tree produced byVirtDataParser.funcName().- Parameters:
ctx- the parse tree
-
enterOutputType
void enterOutputType(VirtDataParser.OutputTypeContext ctx)
Enter a parse tree produced byVirtDataParser.outputType().- Parameters:
ctx- the parse tree
-
exitOutputType
void exitOutputType(VirtDataParser.OutputTypeContext ctx)
Exit a parse tree produced byVirtDataParser.outputType().- Parameters:
ctx- the parse tree
-
enterArg
void enterArg(VirtDataParser.ArgContext ctx)
Enter a parse tree produced byVirtDataParser.arg().- Parameters:
ctx- the parse tree
-
exitArg
void exitArg(VirtDataParser.ArgContext ctx)
Exit a parse tree produced byVirtDataParser.arg().- Parameters:
ctx- the parse tree
-
enterRef
void enterRef(VirtDataParser.RefContext ctx)
Enter a parse tree produced byVirtDataParser.ref().- Parameters:
ctx- the parse tree
-
exitRef
void exitRef(VirtDataParser.RefContext ctx)
Exit a parse tree produced byVirtDataParser.ref().- Parameters:
ctx- the parse tree
-
enterValue
void enterValue(VirtDataParser.ValueContext ctx)
Enter a parse tree produced byVirtDataParser.value().- Parameters:
ctx- the parse tree
-
exitValue
void exitValue(VirtDataParser.ValueContext ctx)
Exit a parse tree produced byVirtDataParser.value().- Parameters:
ctx- the parse tree
-
enterStringValue
void enterStringValue(VirtDataParser.StringValueContext ctx)
Enter a parse tree produced byVirtDataParser.stringValue().- Parameters:
ctx- the parse tree
-
exitStringValue
void exitStringValue(VirtDataParser.StringValueContext ctx)
Exit a parse tree produced byVirtDataParser.stringValue().- Parameters:
ctx- the parse tree
-
enterLongValue
void enterLongValue(VirtDataParser.LongValueContext ctx)
Enter a parse tree produced byVirtDataParser.longValue().- Parameters:
ctx- the parse tree
-
exitLongValue
void exitLongValue(VirtDataParser.LongValueContext ctx)
Exit a parse tree produced byVirtDataParser.longValue().- Parameters:
ctx- the parse tree
-
enterDoubleValue
void enterDoubleValue(VirtDataParser.DoubleValueContext ctx)
Enter a parse tree produced byVirtDataParser.doubleValue().- Parameters:
ctx- the parse tree
-
exitDoubleValue
void exitDoubleValue(VirtDataParser.DoubleValueContext ctx)
Exit a parse tree produced byVirtDataParser.doubleValue().- Parameters:
ctx- the parse tree
-
enterIntegerValue
void enterIntegerValue(VirtDataParser.IntegerValueContext ctx)
Enter a parse tree produced byVirtDataParser.integerValue().- Parameters:
ctx- the parse tree
-
exitIntegerValue
void exitIntegerValue(VirtDataParser.IntegerValueContext ctx)
Exit a parse tree produced byVirtDataParser.integerValue().- Parameters:
ctx- the parse tree
-
enterFloatValue
void enterFloatValue(VirtDataParser.FloatValueContext ctx)
Enter a parse tree produced byVirtDataParser.floatValue().- Parameters:
ctx- the parse tree
-
exitFloatValue
void exitFloatValue(VirtDataParser.FloatValueContext ctx)
Exit a parse tree produced byVirtDataParser.floatValue().- Parameters:
ctx- the parse tree
-
enterBooleanValue
void enterBooleanValue(VirtDataParser.BooleanValueContext ctx)
Enter a parse tree produced byVirtDataParser.booleanValue().- Parameters:
ctx- the parse tree
-
exitBooleanValue
void exitBooleanValue(VirtDataParser.BooleanValueContext ctx)
Exit a parse tree produced byVirtDataParser.booleanValue().- Parameters:
ctx- the parse tree
-
enterSpecend
void enterSpecend(VirtDataParser.SpecendContext ctx)
Enter a parse tree produced byVirtDataParser.specend().- Parameters:
ctx- the parse tree
-
exitSpecend
void exitSpecend(VirtDataParser.SpecendContext ctx)
Exit a parse tree produced byVirtDataParser.specend().- Parameters:
ctx- the parse tree
-
-