Uses of Class
org.ek9lang.antlr.EK9Parser.ThrowStatementContext
Packages that use EK9Parser.ThrowStatementContext
Package
Description
E - Initial Symbol definition by traversing the 'ANTLR' - 'AST'.
G - Full Symbol Resolution can now take place.
I - PRE Intermediate Representation generation checks.
-
Uses of EK9Parser.ThrowStatementContext in org.ek9lang.antlr
Methods in org.ek9lang.antlr that return EK9Parser.ThrowStatementContextModifier and TypeMethodDescriptionEK9Parser.StatementContext.throwStatement()
EK9Parser.throwStatement()
Methods in org.ek9lang.antlr with parameters of type EK9Parser.ThrowStatementContextModifier and TypeMethodDescriptionvoid
EK9BaseListener.enterThrowStatement
(EK9Parser.ThrowStatementContext ctx) Enter a parse tree produced byEK9Parser.throwStatement()
.void
EK9Listener.enterThrowStatement
(EK9Parser.ThrowStatementContext ctx) Enter a parse tree produced byEK9Parser.throwStatement()
.void
EK9BaseListener.exitThrowStatement
(EK9Parser.ThrowStatementContext ctx) Exit a parse tree produced byEK9Parser.throwStatement()
.void
EK9Listener.exitThrowStatement
(EK9Parser.ThrowStatementContext ctx) Exit a parse tree produced byEK9Parser.throwStatement()
.EK9BaseVisitor.visitThrowStatement
(EK9Parser.ThrowStatementContext ctx) Visit a parse tree produced byEK9Parser.throwStatement()
.EK9Visitor.visitThrowStatement
(EK9Parser.ThrowStatementContext ctx) Visit a parse tree produced byEK9Parser.throwStatement()
. -
Uses of EK9Parser.ThrowStatementContext in org.ek9lang.compiler.phase1
Methods in org.ek9lang.compiler.phase1 with parameters of type EK9Parser.ThrowStatementContextModifier and TypeMethodDescriptionvoid
DefinitionListener.enterThrowStatement
(EK9Parser.ThrowStatementContext ctx) This is a key event as it in effect causes the current scope to fail with abnormal termination. -
Uses of EK9Parser.ThrowStatementContext in org.ek9lang.compiler.phase3
Methods in org.ek9lang.compiler.phase3 with parameters of type EK9Parser.ThrowStatementContextModifier and TypeMethodDescriptionvoid
ThrowStatementOrError.accept
(EK9Parser.ThrowStatementContext ctx) void
ExpressionsListener.exitThrowStatement
(EK9Parser.ThrowStatementContext ctx) -
Uses of EK9Parser.ThrowStatementContext in org.ek9lang.compiler.phase5
Methods in org.ek9lang.compiler.phase5 with parameters of type EK9Parser.ThrowStatementContextModifier and TypeMethodDescriptionvoid
PreIRListener.enterThrowStatement
(EK9Parser.ThrowStatementContext ctx)