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.
Contains critical general components used in the
Ek9Compiler listeners.-
Uses of EK9Parser.ExpressionContext in org.ek9lang.antlr
Fields in org.ek9lang.antlr declared as EK9Parser.ExpressionContextModifier and TypeFieldDescriptionEK9Parser.ExpressionContext.controlEK9Parser.PreFlowAndControlContext.controlEK9Parser.WhileStatementExpressionContext.controlEK9Parser.ExpressionContext.leftEK9Parser.ExpressionContext.rightMethods 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 TypeMethodDescriptionvoidEK9BaseListener.enterExpression(EK9Parser.ExpressionContext ctx) Enter a parse tree produced byEK9Parser.expression().voidEK9Listener.enterExpression(EK9Parser.ExpressionContext ctx) Enter a parse tree produced byEK9Parser.expression().voidEK9BaseListener.exitExpression(EK9Parser.ExpressionContext ctx) Exit a parse tree produced byEK9Parser.expression().voidEK9Listener.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 classTypically 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 TypeMethodDescriptionvoidNotABooleanLiteralOrError.accept(EK9Parser.ExpressionContext ctx) voidDefinitionListener.enterExpression(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 classJust gets the left and right hand side of values in an expression.(package private) final classJust gets both of the ternary expression parts (not the control).(package private) final classJust checks that an expression used in a control for if/while etc is a Boolean type.(package private) final classEnsures that 'expression' is now resolved and 'typed' or a not resolved error.(package private) final classReturns the appropriate operator text symbol for the expression.(package private) final classCreate 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 TypeMethodDescriptionvoidControlIsBooleanOrError.accept(EK9Parser.ExpressionContext ctx) voidExpressionOrError.accept(EK9Parser.ExpressionContext ctx) AccessLeftAndRightOrError.apply(EK9Parser.ExpressionContext ctx) AccessTernaryExpressionsOrError.apply(EK9Parser.ExpressionContext ctx) MapOperatorText.apply(EK9Parser.ExpressionContext ctx) MethodSymbolSearchForExpression.apply(EK9Parser.ExpressionContext ctx) voidExpressionsListener.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) classOnce an expression has been assessed 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 classJust 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) classWhen 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) final classSimilar 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 TypeMethodDescriptionvoidExpressionSafeSymbolMarker.accept(EK9Parser.ExpressionContext ctx, IScope scopeMadeSafe) voidTernaryBlockSafeGenericAccessMarker.accept(EK9Parser.ExpressionContext ctx) voidPreIRListener.enterExpression(EK9Parser.ExpressionContext ctx) voidPreIRListener.exitExpression(EK9Parser.ExpressionContext ctx) protected voidAbstractSafeGenericAccessMarker.processExpression(EK9Parser.ExpressionContext ctx, IScope wouldBeSafeScope) booleanExpressionSimpleForSafeAccess.test(EK9Parser.ExpressionContext ctx) booleanFormOfComparator.test(EK9Parser.ExpressionContext ctx) -
Uses of EK9Parser.ExpressionContext in org.ek9lang.compiler.phase7.generator
Methods in org.ek9lang.compiler.phase7.generator with parameters of type EK9Parser.ExpressionContextModifier and TypeMethodDescriptionBinaryOperationGenerator.processOperandExpression(EK9Parser.ExpressionContext operandExpr, VariableDetails operandDetails) Process operand expression using exprGenerator from generators struct.UnaryOperationGenerator.processOperandExpression(EK9Parser.ExpressionContext operandExpr, VariableDetails operandDetails) Process operand expression using exprGenerator from generators struct. -
Uses of EK9Parser.ExpressionContext in org.ek9lang.compiler.phase7.support
Methods in org.ek9lang.compiler.phase7.support that return EK9Parser.ExpressionContextModifier and TypeMethodDescriptionExprProcessingDetails.ctx()Returns the value of thectxrecord component.Constructors in org.ek9lang.compiler.phase7.support with parameters of type EK9Parser.ExpressionContextModifierConstructorDescriptionExprProcessingDetails(EK9Parser.ExpressionContext ctx, VariableDetails variableDetails) Creates an instance of aExprProcessingDetailsrecord class. -
Uses of EK9Parser.ExpressionContext in org.ek9lang.compiler.support
Methods in org.ek9lang.compiler.support with parameters of type EK9Parser.ExpressionContextModifier and TypeMethodDescriptionOperationFactory.newOperatorCall(String operator, EK9Parser.ExpressionContext ctx, IScope scope) Create a CallSymbol for an operator in an expression.SymbolFactory.newOperatorCall(String operator, EK9Parser.ExpressionContext ctx, IScope scope) Create a new CallSymbol for an operator in an expression.