package source
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
final
case class
AnythingType() extends BaseType with Product with Serializable
This type is used as a type constraint for the type checker (i.e.
This type is used as a type constraint for the type checker (i.e. any type is accepted). It will never be user-visible.
-
trait
BaseIdnNode extends BaseNode
Identifier reference
- trait BaseNode extends Product
- trait BaseProgram extends BaseNode
- sealed trait BaseType extends Type
-
final
case class
NotValueType() extends BaseType with Product with Serializable
This type is used when the expression does not return a value.
This type is used when the expression does not return a value. (i.e. it is not an expression). Typical case is when calling a program that does not return.
- trait RawBridge[T] extends AnyRef
- final class RawBridgeImpl[T] extends RawBridge[T]
- final class RawBridgeRef[T] extends RawBridge[T]
- trait SourcePrettyPrinter extends PrettyPrinter with Keywords with StrictLogging
- trait Type extends BaseNode
Value Members
- object RawBridgeImpl
- object RawBridgeRef