Class GeneratorLoader
java.lang.Object
org.graphwalker.dsl.generator.GeneratorParserBaseListener
org.graphwalker.dsl.antlr.generator.GeneratorLoader
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,GeneratorParserListener
Created by krikar on 5/14/14.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byGeneratorParser.andExpression().voidEnter a parse tree produced byGeneratorParser.generator().voidEnter a parse tree produced byGeneratorParser.orExpression().voidExit a parse tree produced byGeneratorParser.andExpression().voidExit a parse tree produced byGeneratorParser.generator().voidExit a parse tree produced byGeneratorParser.orExpression().voidExit a parse tree produced byGeneratorParser.stopCondition().Methods inherited from class org.graphwalker.dsl.generator.GeneratorParserBaseListener
enterEveryRule, enterLogicalExpression, enterParse, enterPrimaryExpression, enterStopCondition, exitEveryRule, exitLogicalExpression, exitParse, exitPrimaryExpression, visitErrorNode, visitTerminal
-
Constructor Details
-
GeneratorLoader
public GeneratorLoader()
-
-
Method Details
-
enterAndExpression
Description copied from class:GeneratorParserBaseListenerEnter a parse tree produced byGeneratorParser.andExpression().The default implementation does nothing.
- Specified by:
enterAndExpressionin interfaceGeneratorParserListener- Overrides:
enterAndExpressionin classGeneratorParserBaseListener- Parameters:
ctx- the parse tree
-
exitAndExpression
Description copied from class:GeneratorParserBaseListenerExit a parse tree produced byGeneratorParser.andExpression().The default implementation does nothing.
- Specified by:
exitAndExpressionin interfaceGeneratorParserListener- Overrides:
exitAndExpressionin classGeneratorParserBaseListener- Parameters:
ctx- the parse tree
-
enterOrExpression
Description copied from class:GeneratorParserBaseListenerEnter a parse tree produced byGeneratorParser.orExpression().The default implementation does nothing.
- Specified by:
enterOrExpressionin interfaceGeneratorParserListener- Overrides:
enterOrExpressionin classGeneratorParserBaseListener- Parameters:
ctx- the parse tree
-
exitOrExpression
Description copied from class:GeneratorParserBaseListenerExit a parse tree produced byGeneratorParser.orExpression().The default implementation does nothing.
- Specified by:
exitOrExpressionin interfaceGeneratorParserListener- Overrides:
exitOrExpressionin classGeneratorParserBaseListener- Parameters:
ctx- the parse tree
-
exitStopCondition
Description copied from class:GeneratorParserBaseListenerExit a parse tree produced byGeneratorParser.stopCondition().The default implementation does nothing.
- Specified by:
exitStopConditionin interfaceGeneratorParserListener- Overrides:
exitStopConditionin classGeneratorParserBaseListener- Parameters:
ctx- the parse tree
-
enterGenerator
Description copied from class:GeneratorParserBaseListenerEnter a parse tree produced byGeneratorParser.generator().The default implementation does nothing.
- Specified by:
enterGeneratorin interfaceGeneratorParserListener- Overrides:
enterGeneratorin classGeneratorParserBaseListener- Parameters:
context- the parse tree
-
exitGenerator
Description copied from class:GeneratorParserBaseListenerExit a parse tree produced byGeneratorParser.generator().The default implementation does nothing.
- Specified by:
exitGeneratorin interfaceGeneratorParserListener- Overrides:
exitGeneratorin classGeneratorParserBaseListener- Parameters:
context- the parse tree
-
getGenerator
-