public interface RegisterParserListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
RegisterParser.void enterRegister(RegisterParser.RegisterContext ctx)
RegisterParser.register().ctx - the parse treevoid exitRegister(RegisterParser.RegisterContext ctx)
RegisterParser.register().ctx - the parse treevoid enterClassDef(RegisterParser.ClassDefContext ctx)
RegisterParser.classDef().ctx - the parse treevoid exitClassDef(RegisterParser.ClassDefContext ctx)
RegisterParser.classDef().ctx - the parse treevoid enterExampleClause(RegisterParser.ExampleClauseContext ctx)
RegisterParser.exampleClause().ctx - the parse treevoid exitExampleClause(RegisterParser.ExampleClauseContext ctx)
RegisterParser.exampleClause().ctx - the parse treevoid enterExampleValue(RegisterParser.ExampleValueContext ctx)
RegisterParser.exampleValue().ctx - the parse treevoid exitExampleValue(RegisterParser.ExampleValueContext ctx)
RegisterParser.exampleValue().ctx - the parse treevoid enterAttrDef(RegisterParser.AttrDefContext ctx)
RegisterParser.attrDef().ctx - the parse treevoid exitAttrDef(RegisterParser.AttrDefContext ctx)
RegisterParser.attrDef().ctx - the parse treevoid enterRoleDef(RegisterParser.RoleDefContext ctx)
RegisterParser.roleDef().ctx - the parse treevoid exitRoleDef(RegisterParser.RoleDefContext ctx)
RegisterParser.roleDef().ctx - the parse treevoid enterCfClause(RegisterParser.CfClauseContext ctx)
RegisterParser.cfClause().ctx - the parse treevoid exitCfClause(RegisterParser.CfClauseContext ctx)
RegisterParser.cfClause().ctx - the parse treevoid enterCardinality(RegisterParser.CardinalityContext ctx)
RegisterParser.cardinality().ctx - the parse treevoid exitCardinality(RegisterParser.CardinalityContext ctx)
RegisterParser.cardinality().ctx - the parse tree