Uses of Class
org.ek9lang.antlr.EK9Parser.ExpressionContext
Packages that use EK9Parser.ExpressionContext
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.
K - Intermediate Representation Generation.
-
Uses of EK9Parser.ExpressionContext in org.ek9lang.antlr
Fields in org.ek9lang.antlr declared as EK9Parser.ExpressionContextModifier and TypeFieldDescriptionEK9Parser.ExpressionContext.control
EK9Parser.PreFlowAndControlContext.control
EK9Parser.WhileStatementExpressionContext.control
EK9Parser.ExpressionContext.left
EK9Parser.ExpressionContext.right
Methods in org.ek9lang.antlr that return EK9Parser.ExpressionContextModifier and TypeMethodDescriptionEK9Parser.AssertStatementContext.expression()
EK9Parser.AssignmentExpressionContext.expression()
EK9Parser.CaseExpressionContext.expression()
EK9Parser.expression()
EK9Parser.ExpressionContext.expression
(int i) EK9Parser.ExpressionParamContext.expression()
EK9Parser.ForLoopContext.expression()
EK9Parser.GuardExpressionContext.expression()
EK9Parser.InitValuePairContext.expression
(int i) EK9Parser.ListContext.expression
(int i) EK9Parser.PreFlowAndControlContext.expression()
EK9Parser.PrimaryContext.expression()
EK9Parser.RangeContext.expression
(int i) EK9Parser.StreamCatContext.expression
(int i) EK9Parser.StringPartContext.expression()
EK9Parser.TernaryPartContext.expression()
EK9Parser.WhileStatementExpressionContext.expression()
Methods in org.ek9lang.antlr that return types with arguments of type EK9Parser.ExpressionContextModifier and TypeMethodDescriptionEK9Parser.ExpressionContext.expression()
EK9Parser.InitValuePairContext.expression()
EK9Parser.ListContext.expression()
EK9Parser.RangeContext.expression()
EK9Parser.StreamCatContext.expression()
Methods in org.ek9lang.antlr with parameters of type EK9Parser.ExpressionContextModifier and TypeMethodDescriptionvoid
EK9BaseListener.enterExpression
(EK9Parser.ExpressionContext ctx) Enter a parse tree produced byEK9Parser.expression()
.void
EK9Listener.enterExpression
(EK9Parser.ExpressionContext ctx) Enter a parse tree produced byEK9Parser.expression()
.void
EK9BaseListener.exitExpression
(EK9Parser.ExpressionContext ctx) Exit a parse tree produced byEK9Parser.expression()
.void
EK9Listener.exitExpression
(EK9Parser.ExpressionContext ctx) Exit a parse tree produced byEK9Parser.expression()
.EK9BaseVisitor.visitExpression
(EK9Parser.ExpressionContext ctx) Visit a parse tree produced byEK9Parser.expression()
.EK9Visitor.visitExpression
(EK9Parser.ExpressionContext ctx) Visit a parse tree produced byEK9Parser.expression()
. -
Uses of EK9Parser.ExpressionContext in org.ek9lang.compiler.phase1
Classes in org.ek9lang.compiler.phase1 that implement interfaces with type arguments of type EK9Parser.ExpressionContextModifier and TypeClassDescription(package private) final class
Typically used in control expressions to check developer is not doing a while(true).Methods in org.ek9lang.compiler.phase1 with parameters of type EK9Parser.ExpressionContextModifier and TypeMethodDescriptionvoid
NotABooleanLiteralOrError.accept
(EK9Parser.ExpressionContext ctx) -
Uses of EK9Parser.ExpressionContext in org.ek9lang.compiler.phase3
Classes in org.ek9lang.compiler.phase3 that implement interfaces with type arguments of type EK9Parser.ExpressionContextModifier and TypeClassDescription(package private) final class
Just gets the left and right hand side of values in an expression.(package private) final class
Just gets both of the ternary expression parts (not the control).(package private) final class
Just checks that an expression used in a control for if/while etc is a Boolean type.(package private) final class
Ensures that 'expression' is now resolved and 'typed' or a not resolved error.(package private) final class
Returns the appropriate operator text symbol for the expression.(package private) final class
Create a MethodSearch symbol for an operation that could have a single expression or two expressions.Methods in org.ek9lang.compiler.phase3 with parameters of type EK9Parser.ExpressionContextModifier and TypeMethodDescriptionvoid
ControlIsBooleanOrError.accept
(EK9Parser.ExpressionContext ctx) void
ExpressionOrError.accept
(EK9Parser.ExpressionContext ctx) AccessLeftAndRightOrError.apply
(EK9Parser.ExpressionContext ctx) AccessTernaryExpressionsOrError.apply
(EK9Parser.ExpressionContext ctx) MapOperatorText.apply
(EK9Parser.ExpressionContext ctx) MethodSymbolSearchForExpression.apply
(EK9Parser.ExpressionContext ctx) void
ExpressionsListener.exitExpression
(EK9Parser.ExpressionContext ctx) -
Uses of EK9Parser.ExpressionContext in org.ek9lang.compiler.phase5
Classes in org.ek9lang.compiler.phase5 that implement interfaces with type arguments of type EK9Parser.ExpressionContextModifier and TypeClassDescription(package private) final class
Just checks if the expression as defined by the ANTLR AST is simple enough to be assessed to make any Result/Optional get()/ok()/error() method calls safe.(package private) class
When looking to calculate complexity of methods/functions it is important to work out if parts of an expression are in some way conditional.(package private) class
Once an expression has been assesed as being simple enough to process, this consumer is called to mark the appropriate symbol(s) used in the expression as safe if the appropriate methods are called.(package private) final class
Similar to the if block check, but this is focused on the true part of the ternary expression.Methods in org.ek9lang.compiler.phase5 with parameters of type EK9Parser.ExpressionContextModifier and TypeMethodDescriptionvoid
MarkAppropriateSymbolsSafe.accept
(EK9Parser.ExpressionContext ctx, IScope scopeMadeSafe) void
TernaryBlockSafeGenericAccessMarker.accept
(EK9Parser.ExpressionContext ctx) void
PreIRListener.enterExpression
(EK9Parser.ExpressionContext ctx) void
PreIRListener.exitExpression
(EK9Parser.ExpressionContext ctx) boolean
ExpressionSimpleForSafeAccess.test
(EK9Parser.ExpressionContext ctx) boolean
FormOfComparator.test
(EK9Parser.ExpressionContext ctx) -
Uses of EK9Parser.ExpressionContext in org.ek9lang.compiler.phase7
Classes in org.ek9lang.compiler.phase7 that implement interfaces with type arguments of type EK9Parser.ExpressionContextModifier and TypeClassDescriptionfinal class
Creates an Expression node from the AST passed in.Methods in org.ek9lang.compiler.phase7 with parameters of type EK9Parser.ExpressionContext