Package

scala.scalanative

interflow

Permalink

package interflow

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. interflow
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Addr = Long

    Permalink
  2. final case class BailOut(msg: String) extends Exception with Product with Serializable

    Permalink
  3. trait Combine extends AnyRef

    Permalink
  4. final case class DelayedInstance(delayedOp: Op) extends Instance with Product with Serializable

    Permalink
  5. final case class EscapedInstance(escapedValue: Val) extends Instance with Product with Serializable

    Permalink
  6. trait Eval extends AnyRef

    Permalink
  7. trait Inline extends AnyRef

    Permalink
  8. sealed abstract class Instance extends Cloneable

    Permalink
  9. class Interflow extends Visit with Opt with NoOpt with Eval with Combine with Inline with PolyInline with Intrinsics with Log

    Permalink
  10. trait Intrinsics extends AnyRef

    Permalink
  11. sealed abstract class Kind extends AnyRef

    Permalink
  12. trait Log extends AnyRef

    Permalink
  13. final class MergeBlock extends AnyRef

    Permalink
  14. final case class MergePhi(param: Local, incoming: Seq[(Local, Val)]) extends Product with Serializable

    Permalink
  15. final class MergeProcessor extends AnyRef

    Permalink
  16. trait NoOpt extends AnyRef

    Permalink
  17. trait Opt extends AnyRef

    Permalink
  18. trait PolyInline extends AnyRef

    Permalink
  19. final class State extends AnyRef

    Permalink
  20. final case class VirtualInstance(kind: Kind, cls: Class, values: Array[Val]) extends Instance with Product with Serializable

    Permalink
  21. trait Visit extends AnyRef

    Permalink

Value Members

  1. object ArrayKind extends Kind

    Permalink
  2. object BinRef

    Permalink
  3. object BoxKind extends Kind

    Permalink
  4. object ClassKind extends Kind

    Permalink
  5. object CompRef

    Permalink
  6. object ConvRef

    Permalink
  7. object DelayedRef

    Permalink
  8. object EscapedRef

    Permalink
  9. object InstanceRef

    Permalink
  10. object Interflow

    Permalink
  11. object MergeProcessor

    Permalink
  12. object StringKind extends Kind

    Permalink
  13. object UseDef

    Permalink
  14. object VirtualRef

    Permalink
  15. object Whitelist

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped