Uses of Class
org.ek9lang.antlr.EK9Parser.IfControlBlockContext
Packages that use EK9Parser.IfControlBlockContext
Package
Description
I - PRE Intermediate Representation generation checks.
-
Uses of EK9Parser.IfControlBlockContext in org.ek9lang.antlr
Methods in org.ek9lang.antlr that return EK9Parser.IfControlBlockContextModifier and TypeMethodDescriptionEK9Parser.ifControlBlock()EK9Parser.IfStatementContext.ifControlBlock(int i) Methods in org.ek9lang.antlr that return types with arguments of type EK9Parser.IfControlBlockContextMethods in org.ek9lang.antlr with parameters of type EK9Parser.IfControlBlockContextModifier and TypeMethodDescriptionvoidEK9BaseListener.enterIfControlBlock(EK9Parser.IfControlBlockContext ctx) Enter a parse tree produced byEK9Parser.ifControlBlock().voidEK9Listener.enterIfControlBlock(EK9Parser.IfControlBlockContext ctx) Enter a parse tree produced byEK9Parser.ifControlBlock().voidEK9BaseListener.exitIfControlBlock(EK9Parser.IfControlBlockContext ctx) Exit a parse tree produced byEK9Parser.ifControlBlock().voidEK9Listener.exitIfControlBlock(EK9Parser.IfControlBlockContext ctx) Exit a parse tree produced byEK9Parser.ifControlBlock().EK9BaseVisitor.visitIfControlBlock(EK9Parser.IfControlBlockContext ctx) Visit a parse tree produced byEK9Parser.ifControlBlock().EK9Visitor.visitIfControlBlock(EK9Parser.IfControlBlockContext ctx) Visit a parse tree produced byEK9Parser.ifControlBlock(). -
Uses of EK9Parser.IfControlBlockContext in org.ek9lang.compiler.phase5
Classes in org.ek9lang.compiler.phase5 that implement interfaces with type arguments of type EK9Parser.IfControlBlockContextModifier and TypeClassDescription(package private) final classDoes basic checks on the if condition to see if a Result/Optional access has been made safe.Methods in org.ek9lang.compiler.phase5 with parameters of type EK9Parser.IfControlBlockContextModifier and TypeMethodDescriptionvoidIfBlockSafeGenericAccessMarker.accept(EK9Parser.IfControlBlockContext ctx) This is the expression we have to assess.voidPreIRListener.enterIfControlBlock(EK9Parser.IfControlBlockContext ctx)