Uses of Class
org.ek9lang.antlr.EK9Parser.ThrowStatementContext
Package
Description
E - Initial Symbol definition by traversing the 'ANTLR' - 'AST'.
G - Full Symbol Resolution can now take place.
-
Uses of EK9Parser.ThrowStatementContext in org.ek9lang.antlr
Modifier and TypeMethodDescriptionEK9Parser.StatementContext.throwStatement()
EK9Parser.throwStatement()
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
ThrowStatementOrError.accept
(EK9Parser.ThrowStatementContext ctx) void
ExpressionsListener.exitThrowStatement
(EK9Parser.ThrowStatementContext ctx)