Uses of Record Class
org.ek9lang.compiler.phase5.flow.CollectionStateValue
Packages that use CollectionStateValue
-
Uses of CollectionStateValue in org.ek9lang.compiler.phase5.flow
Fields in org.ek9lang.compiler.phase5.flow declared as CollectionStateValueModifier and TypeFieldDescriptionstatic final CollectionStateValueCollectionStateValue.SET_AND_EMPTYCollection/container that is SET and EMPTY (e.g.,List() of String).static final CollectionStateValueCollectionStateValue.SET_AND_NON_EMPTYCollection/container that is SET and NON-EMPTY (e.g.,[1, 2, 3]).static final CollectionStateValueCollectionStateValue.UNSET_AND_EMPTYCollection/container that is UNSET and EMPTY (e.g.,Optional() of String).Methods in org.ek9lang.compiler.phase5.flow that return CollectionStateValueModifier and TypeMethodDescriptionConstructorStateExtractor.extractFromAssignment(EK9Parser.AssignmentExpressionContext assignExpr) Extract a CollectionStateValue from an assignment expression if it is a collection/container constructor or literal.ConstructorStateExtractor.extractFromExpression(EK9Parser.ExpressionContext expr) Extract a CollectionStateValue from an expression if it is a collection/container constructor or literal.