Packages

c

swam.traversal

SectionTransformer

class SectionTransformer[F[_], Ctx] extends AnyRef

Source
SectionTransformer.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SectionTransformer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SectionTransformer()(implicit F: Applicative[F])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. val codeTransform: (Ctx, Code) => F[(Ctx, Option[Section])]
  7. val customTransform: (Ctx, Custom) => F[(Ctx, Option[Section])]
  8. val datasTransform: (Ctx, Datas) => F[(Ctx, Option[Section])]
  9. val elementsTransform: (Ctx, Elements) => F[(Ctx, Option[Section])]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. val exportsTransform: (Ctx, Exports) => F[(Ctx, Option[Section])]
  13. val functionsTransform: (Ctx, Functions) => F[(Ctx, Option[Section])]
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. val globalsTransform: (Ctx, Globals) => F[(Ctx, Option[Section])]
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. val id: (Ctx, Section) => F[(Ctx, Option[Section])]
    Attributes
    protected[this]
  18. val importsTransform: (Ctx, Imports) => F[(Ctx, Option[Section])]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val memoriesTransform: (Ctx, Memories) => F[(Ctx, Option[Section])]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. val startTransform: (Ctx, Start) => F[(Ctx, Option[Section])]
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. val tablesTransform: (Ctx, Tables) => F[(Ctx, Option[Section])]
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def transform(ctx: Ctx, sec: Section): F[(Ctx, Option[Section])]
  29. val typesTransform: (Ctx, Types) => F[(Ctx, Option[Section])]
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped