Dsl
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- Dsl.type
Members list
Type members
Classlikes
Includes Dsls derived from other Dsls for the same Keyword in
a simpler domain. For example, a Dsl.Derived.StackUnsafe for
keywords.Yield in the domain Vector[Int] !! String
is derived from
the Dsl for keywords.Yield in the domain Vector[Int]
.
Includes Dsls derived from other Dsls for the same Keyword in
a simpler domain. For example, a Dsl.Derived.StackUnsafe for
keywords.Yield in the domain Vector[Int] !! String
is derived from
the Dsl for keywords.Yield in the domain Vector[Int]
.
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- Derived.type
The AST returned from a for
...yield
or a for
...do
expression.
The AST returned from a for
...yield
or a for
...do
expression.
Note that a For does not directly support !-notation. Instead, keywords.Each.ToView is used to convert a For to a Keyword that supports !-notation.
Attributes
Attributes
- Companion:
- trait
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- HasValueOrElement.type
Attributes
- Companion:
- object
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- object given_IsKeyword_Fence_type_Unit.type
Attributes
- Graph
- Supertypes
- Known subtypes
- object given_IsKeyword_Fence_type_Unit.type
Attributes
- Companion:
- trait
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- IsStackSafe.type
Attributes
- Companion:
- object
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- Keyword.type
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- TrampolineFunction1.type
Inherited classlikes
Attributes
- Inherited from:
- LowPriorityDsl1 (hidden)
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Types
An Dsl for a control flow Keyword, composed of other Dsls for
subtree of the Keyword. For example, a Dsl.Composed for
keywords.If is composed of the Dsl for the condition, the Dsl
for the then
clause, and the Dsl for the else
clause.
An Dsl for a control flow Keyword, composed of other Dsls for
subtree of the Keyword. For example, a Dsl.Composed for
keywords.If is composed of the Dsl for the condition, the Dsl
for the then
clause, and the Dsl for the else
clause.
Attributes
An original Dsl for a Keyword, i.e. neither Derived.StackSafe nor Derived.StackUnsafe nor Composed.
An original Dsl for a Keyword, i.e. neither Derived.StackSafe nor Derived.StackUnsafe nor Composed.
Attributes
Inherited types
Attributes
- Inherited from:
- LowPriorityDsl1 (hidden)
Value members
Givens
Givens
Inherited givens
Attributes
- Inherited from:
- LowPriorityDsl0 (hidden)
Attributes
- Inherited from:
- LowPriorityDsl0 (hidden)
Attributes
- Inherited from:
- LowPriorityDsl1 (hidden)
Attributes
- Inherited from:
- LowPriorityDsl1 (hidden)