Interface IlolcodeListener
This interface defines a complete listener for a parse tree produced by lolcodeParser.
Namespace: GCore.Antlr.Grammers.Lolcode
Assembly: Lolcode.dll
Syntax
public interface IlolcodeListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterAdd(lolcodeParser.AddContext)
Enter a parse tree produced by add().
Declaration
void EnterAdd(lolcodeParser.AddContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.AddContext | context | The parse tree. |
EnterAll_(lolcodeParser.All_Context)
Enter a parse tree produced by all_().
Declaration
void EnterAll_(lolcodeParser.All_Context context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.All_Context | context | The parse tree. |
EnterAny_(lolcodeParser.Any_Context)
Enter a parse tree produced by any_().
Declaration
void EnterAny_(lolcodeParser.Any_Context context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.Any_Context | context | The parse tree. |
EnterAssignment(lolcodeParser.AssignmentContext)
Enter a parse tree produced by assignment().
Declaration
void EnterAssignment(lolcodeParser.AssignmentContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.AssignmentContext | context | The parse tree. |
EnterBoth(lolcodeParser.BothContext)
Enter a parse tree produced by both().
Declaration
void EnterBoth(lolcodeParser.BothContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.BothContext | context | The parse tree. |
EnterCast(lolcodeParser.CastContext)
Enter a parse tree produced by cast().
Declaration
void EnterCast(lolcodeParser.CastContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.CastContext | context | The parse tree. |
EnterCode_block(lolcodeParser.Code_blockContext)
Enter a parse tree produced by code_block().
Declaration
void EnterCode_block(lolcodeParser.Code_blockContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.Code_blockContext | context | The parse tree. |
EnterComment(lolcodeParser.CommentContext)
Enter a parse tree produced by comment().
Declaration
void EnterComment(lolcodeParser.CommentContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.CommentContext | context | The parse tree. |
EnterDeclaration(lolcodeParser.DeclarationContext)
Enter a parse tree produced by declaration().
Declaration
void EnterDeclaration(lolcodeParser.DeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.DeclarationContext | context | The parse tree. |
EnterDiv(lolcodeParser.DivContext)
Enter a parse tree produced by div().
Declaration
void EnterDiv(lolcodeParser.DivContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.DivContext | context | The parse tree. |
EnterEither(lolcodeParser.EitherContext)
Enter a parse tree produced by either().
Declaration
void EnterEither(lolcodeParser.EitherContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.EitherContext | context | The parse tree. |
EnterElse_if_block(lolcodeParser.Else_if_blockContext)
Enter a parse tree produced by else_if_block().
Declaration
void EnterElse_if_block(lolcodeParser.Else_if_blockContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.Else_if_blockContext | context | The parse tree. |
EnterEquals(lolcodeParser.EqualsContext)
Enter a parse tree produced by equals().
Declaration
void EnterEquals(lolcodeParser.EqualsContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.EqualsContext | context | The parse tree. |
EnterExpression(lolcodeParser.ExpressionContext)
Enter a parse tree produced by expression().
Declaration
void EnterExpression(lolcodeParser.ExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.ExpressionContext | context | The parse tree. |
EnterFunc_(lolcodeParser.Func_Context)
Enter a parse tree produced by func_().
Declaration
void EnterFunc_(lolcodeParser.Func_Context context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.Func_Context | context | The parse tree. |
EnterFunc_decl(lolcodeParser.Func_declContext)
Enter a parse tree produced by func_decl().
Declaration
void EnterFunc_decl(lolcodeParser.Func_declContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.Func_declContext | context | The parse tree. |
EnterGreater(lolcodeParser.GreaterContext)
Enter a parse tree produced by greater().
Declaration
void EnterGreater(lolcodeParser.GreaterContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.GreaterContext | context | The parse tree. |
EnterIf_block(lolcodeParser.If_blockContext)
Enter a parse tree produced by if_block().
Declaration
void EnterIf_block(lolcodeParser.If_blockContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.If_blockContext | context | The parse tree. |
EnterInput_block(lolcodeParser.Input_blockContext)
Enter a parse tree produced by input_block().
Declaration
void EnterInput_block(lolcodeParser.Input_blockContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.Input_blockContext | context | The parse tree. |
EnterLess(lolcodeParser.LessContext)
Enter a parse tree produced by less().
Declaration
void EnterLess(lolcodeParser.LessContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.LessContext | context | The parse tree. |
EnterLoop(lolcodeParser.LoopContext)
Enter a parse tree produced by loop().
Declaration
void EnterLoop(lolcodeParser.LoopContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.LoopContext | context | The parse tree. |
EnterMod(lolcodeParser.ModContext)
Enter a parse tree produced by mod().
Declaration
void EnterMod(lolcodeParser.ModContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.ModContext | context | The parse tree. |
EnterMul(lolcodeParser.MulContext)
Enter a parse tree produced by mul().
Declaration
void EnterMul(lolcodeParser.MulContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.MulContext | context | The parse tree. |
EnterNot_(lolcodeParser.Not_Context)
Enter a parse tree produced by not_().
Declaration
void EnterNot_(lolcodeParser.Not_Context context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.Not_Context | context | The parse tree. |
EnterNot_equals(lolcodeParser.Not_equalsContext)
Enter a parse tree produced by not_equals().
Declaration
void EnterNot_equals(lolcodeParser.Not_equalsContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.Not_equalsContext | context | The parse tree. |
EnterPrint_block(lolcodeParser.Print_blockContext)
Enter a parse tree produced by print_block().
Declaration
void EnterPrint_block(lolcodeParser.Print_blockContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.Print_blockContext | context | The parse tree. |
EnterProgram(lolcodeParser.ProgramContext)
Enter a parse tree produced by program().
Declaration
void EnterProgram(lolcodeParser.ProgramContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.ProgramContext | context | The parse tree. |
EnterStatement(lolcodeParser.StatementContext)
Enter a parse tree produced by statement().
Declaration
void EnterStatement(lolcodeParser.StatementContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.StatementContext | context | The parse tree. |
EnterSub(lolcodeParser.SubContext)
Enter a parse tree produced by sub().
Declaration
void EnterSub(lolcodeParser.SubContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.SubContext | context | The parse tree. |
ExitAdd(lolcodeParser.AddContext)
Exit a parse tree produced by add().
Declaration
void ExitAdd(lolcodeParser.AddContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.AddContext | context | The parse tree. |
ExitAll_(lolcodeParser.All_Context)
Exit a parse tree produced by all_().
Declaration
void ExitAll_(lolcodeParser.All_Context context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.All_Context | context | The parse tree. |
ExitAny_(lolcodeParser.Any_Context)
Exit a parse tree produced by any_().
Declaration
void ExitAny_(lolcodeParser.Any_Context context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.Any_Context | context | The parse tree. |
ExitAssignment(lolcodeParser.AssignmentContext)
Exit a parse tree produced by assignment().
Declaration
void ExitAssignment(lolcodeParser.AssignmentContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.AssignmentContext | context | The parse tree. |
ExitBoth(lolcodeParser.BothContext)
Exit a parse tree produced by both().
Declaration
void ExitBoth(lolcodeParser.BothContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.BothContext | context | The parse tree. |
ExitCast(lolcodeParser.CastContext)
Exit a parse tree produced by cast().
Declaration
void ExitCast(lolcodeParser.CastContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.CastContext | context | The parse tree. |
ExitCode_block(lolcodeParser.Code_blockContext)
Exit a parse tree produced by code_block().
Declaration
void ExitCode_block(lolcodeParser.Code_blockContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.Code_blockContext | context | The parse tree. |
ExitComment(lolcodeParser.CommentContext)
Exit a parse tree produced by comment().
Declaration
void ExitComment(lolcodeParser.CommentContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.CommentContext | context | The parse tree. |
ExitDeclaration(lolcodeParser.DeclarationContext)
Exit a parse tree produced by declaration().
Declaration
void ExitDeclaration(lolcodeParser.DeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.DeclarationContext | context | The parse tree. |
ExitDiv(lolcodeParser.DivContext)
Exit a parse tree produced by div().
Declaration
void ExitDiv(lolcodeParser.DivContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.DivContext | context | The parse tree. |
ExitEither(lolcodeParser.EitherContext)
Exit a parse tree produced by either().
Declaration
void ExitEither(lolcodeParser.EitherContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.EitherContext | context | The parse tree. |
ExitElse_if_block(lolcodeParser.Else_if_blockContext)
Exit a parse tree produced by else_if_block().
Declaration
void ExitElse_if_block(lolcodeParser.Else_if_blockContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.Else_if_blockContext | context | The parse tree. |
ExitEquals(lolcodeParser.EqualsContext)
Exit a parse tree produced by equals().
Declaration
void ExitEquals(lolcodeParser.EqualsContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.EqualsContext | context | The parse tree. |
ExitExpression(lolcodeParser.ExpressionContext)
Exit a parse tree produced by expression().
Declaration
void ExitExpression(lolcodeParser.ExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.ExpressionContext | context | The parse tree. |
ExitFunc_(lolcodeParser.Func_Context)
Exit a parse tree produced by func_().
Declaration
void ExitFunc_(lolcodeParser.Func_Context context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.Func_Context | context | The parse tree. |
ExitFunc_decl(lolcodeParser.Func_declContext)
Exit a parse tree produced by func_decl().
Declaration
void ExitFunc_decl(lolcodeParser.Func_declContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.Func_declContext | context | The parse tree. |
ExitGreater(lolcodeParser.GreaterContext)
Exit a parse tree produced by greater().
Declaration
void ExitGreater(lolcodeParser.GreaterContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.GreaterContext | context | The parse tree. |
ExitIf_block(lolcodeParser.If_blockContext)
Exit a parse tree produced by if_block().
Declaration
void ExitIf_block(lolcodeParser.If_blockContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.If_blockContext | context | The parse tree. |
ExitInput_block(lolcodeParser.Input_blockContext)
Exit a parse tree produced by input_block().
Declaration
void ExitInput_block(lolcodeParser.Input_blockContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.Input_blockContext | context | The parse tree. |
ExitLess(lolcodeParser.LessContext)
Exit a parse tree produced by less().
Declaration
void ExitLess(lolcodeParser.LessContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.LessContext | context | The parse tree. |
ExitLoop(lolcodeParser.LoopContext)
Exit a parse tree produced by loop().
Declaration
void ExitLoop(lolcodeParser.LoopContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.LoopContext | context | The parse tree. |
ExitMod(lolcodeParser.ModContext)
Exit a parse tree produced by mod().
Declaration
void ExitMod(lolcodeParser.ModContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.ModContext | context | The parse tree. |
ExitMul(lolcodeParser.MulContext)
Exit a parse tree produced by mul().
Declaration
void ExitMul(lolcodeParser.MulContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.MulContext | context | The parse tree. |
ExitNot_(lolcodeParser.Not_Context)
Exit a parse tree produced by not_().
Declaration
void ExitNot_(lolcodeParser.Not_Context context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.Not_Context | context | The parse tree. |
ExitNot_equals(lolcodeParser.Not_equalsContext)
Exit a parse tree produced by not_equals().
Declaration
void ExitNot_equals(lolcodeParser.Not_equalsContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.Not_equalsContext | context | The parse tree. |
ExitPrint_block(lolcodeParser.Print_blockContext)
Exit a parse tree produced by print_block().
Declaration
void ExitPrint_block(lolcodeParser.Print_blockContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.Print_blockContext | context | The parse tree. |
ExitProgram(lolcodeParser.ProgramContext)
Exit a parse tree produced by program().
Declaration
void ExitProgram(lolcodeParser.ProgramContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.ProgramContext | context | The parse tree. |
ExitStatement(lolcodeParser.StatementContext)
Exit a parse tree produced by statement().
Declaration
void ExitStatement(lolcodeParser.StatementContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.StatementContext | context | The parse tree. |
ExitSub(lolcodeParser.SubContext)
Exit a parse tree produced by sub().
Declaration
void ExitSub(lolcodeParser.SubContext context)
Parameters
Type | Name | Description |
---|---|---|
lolcodeParser.SubContext | context | The parse tree. |