Package org.fulib.scenarios.parser
Interface RegisterParserListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
RegisterParserBaseListener
public interface RegisterParserListener extends org.antlr.v4.runtime.tree.ParseTreeListenerThis interface defines a complete listener for a parse tree produced byRegisterParser.
-
-
Method Summary
-
-
-
Method Detail
-
enterRegister
void enterRegister(RegisterParser.RegisterContext ctx)
Enter a parse tree produced byRegisterParser.register().- Parameters:
ctx- the parse tree
-
exitRegister
void exitRegister(RegisterParser.RegisterContext ctx)
Exit a parse tree produced byRegisterParser.register().- Parameters:
ctx- the parse tree
-
enterClassDef
void enterClassDef(RegisterParser.ClassDefContext ctx)
Enter a parse tree produced byRegisterParser.classDef().- Parameters:
ctx- the parse tree
-
exitClassDef
void exitClassDef(RegisterParser.ClassDefContext ctx)
Exit a parse tree produced byRegisterParser.classDef().- Parameters:
ctx- the parse tree
-
enterExampleClause
void enterExampleClause(RegisterParser.ExampleClauseContext ctx)
Enter a parse tree produced byRegisterParser.exampleClause().- Parameters:
ctx- the parse tree
-
exitExampleClause
void exitExampleClause(RegisterParser.ExampleClauseContext ctx)
Exit a parse tree produced byRegisterParser.exampleClause().- Parameters:
ctx- the parse tree
-
enterExampleValue
void enterExampleValue(RegisterParser.ExampleValueContext ctx)
Enter a parse tree produced byRegisterParser.exampleValue().- Parameters:
ctx- the parse tree
-
exitExampleValue
void exitExampleValue(RegisterParser.ExampleValueContext ctx)
Exit a parse tree produced byRegisterParser.exampleValue().- Parameters:
ctx- the parse tree
-
enterAttrDef
void enterAttrDef(RegisterParser.AttrDefContext ctx)
Enter a parse tree produced byRegisterParser.attrDef().- Parameters:
ctx- the parse tree
-
exitAttrDef
void exitAttrDef(RegisterParser.AttrDefContext ctx)
Exit a parse tree produced byRegisterParser.attrDef().- Parameters:
ctx- the parse tree
-
enterRoleDef
void enterRoleDef(RegisterParser.RoleDefContext ctx)
Enter a parse tree produced byRegisterParser.roleDef().- Parameters:
ctx- the parse tree
-
exitRoleDef
void exitRoleDef(RegisterParser.RoleDefContext ctx)
Exit a parse tree produced byRegisterParser.roleDef().- Parameters:
ctx- the parse tree
-
enterCfClause
void enterCfClause(RegisterParser.CfClauseContext ctx)
Enter a parse tree produced byRegisterParser.cfClause().- Parameters:
ctx- the parse tree
-
exitCfClause
void exitCfClause(RegisterParser.CfClauseContext ctx)
Exit a parse tree produced byRegisterParser.cfClause().- Parameters:
ctx- the parse tree
-
enterCardinality
void enterCardinality(RegisterParser.CardinalityContext ctx)
Enter a parse tree produced byRegisterParser.cardinality().- Parameters:
ctx- the parse tree
-
exitCardinality
void exitCardinality(RegisterParser.CardinalityContext ctx)
Exit a parse tree produced byRegisterParser.cardinality().- Parameters:
ctx- the parse tree
-
-