Packages

class ReformatFolder extends Folder[ReformatState]

Linear Supertypes
Folder[ReformatState], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReformatFolder
  2. Folder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ReformatFolder()

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() @IntrinsicCandidate()
  6. def closeAdaptation(state: ReformatState, adaptation: AdaptorDefinition): ReformatState
  7. def closeContainer(state: ReformatState, container: ParentDefOf[Definition], parents: Seq[ParentDefOf[Definition]]): ReformatState
    Definition Classes
    ReformatFolderFolder
  8. def closeInclude(state: ReformatState, include: Include): ReformatState
  9. def closeOnClause(state: ReformatState): ReformatState
  10. def closeStory(state: ReformatState, story: Story): ReformatState
  11. def doDefinition(state: ReformatState, definition: Definition, parents: Seq[ParentDefOf[Definition]]): ReformatState
    Definition Classes
    ReformatFolderFolder
  12. def doInlet(state: ReformatState, inlet: Inlet): ReformatState
  13. def doJoint(state: ReformatState, joint: Joint): ReformatState
  14. def doOutlet(state: ReformatState, outlet: Outlet): ReformatState
  15. def doPipe(state: ReformatState, pipe: Pipe): ReformatState
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. def openAdaptation(state: ReformatState, adaptation: Adaptation): ReformatState
  25. def openAdaptor(state: ReformatState, adaptor: Adaptor): ReformatState
  26. def openContainer(state: ReformatState, container: ParentDefOf[Definition], parents: Seq[ParentDefOf[Definition]]): ReformatState
    Definition Classes
    ReformatFolderFolder
  27. def openDomain(state: ReformatState, domain: Domain): ReformatState
  28. def openFunction[TCD <: ParentDefOf[Definition]](state: ReformatState, function: Function): ReformatState
  29. def openInclude(state: ReformatState, include: Include): ReformatState
  30. def openOnClause(state: ReformatState, onClause: OnClause): ReformatState
  31. def openSagaStep(state: ReformatState, step: SagaStep): ReformatState
  32. def openStory(state: ReformatState, story: Story): ReformatState
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. 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

Inherited from Folder[ReformatState]

Inherited from AnyRef

Inherited from Any

Ungrouped