class ReformatFolder extends Folder[ReformatState]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReformatFolder
- Folder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ReformatFolder()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def closeAdaptation(state: ReformatState, adaptation: AdaptorDefinition): ReformatState
- def closeContainer(state: ReformatState, container: ParentDefOf[Definition], parents: Seq[ParentDefOf[Definition]]): ReformatState
- Definition Classes
- ReformatFolder → Folder
- def closeInclude(state: ReformatState, include: Include): ReformatState
- def closeOnClause(state: ReformatState): ReformatState
- def closeStory(state: ReformatState, story: Story): ReformatState
- def doDefinition(state: ReformatState, definition: Definition, parents: Seq[ParentDefOf[Definition]]): ReformatState
- Definition Classes
- ReformatFolder → Folder
- def doInlet(state: ReformatState, inlet: Inlet): ReformatState
- def doJoint(state: ReformatState, joint: Joint): ReformatState
- def doOutlet(state: ReformatState, outlet: Outlet): ReformatState
- def doPipe(state: ReformatState, pipe: Pipe): ReformatState
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def openAdaptation(state: ReformatState, adaptation: Adaptation): ReformatState
- def openAdaptor(state: ReformatState, adaptor: Adaptor): ReformatState
- def openContainer(state: ReformatState, container: ParentDefOf[Definition], parents: Seq[ParentDefOf[Definition]]): ReformatState
- Definition Classes
- ReformatFolder → Folder
- def openDomain(state: ReformatState, domain: Domain): ReformatState
- def openFunction[TCD <: ParentDefOf[Definition]](state: ReformatState, function: Function): ReformatState
- def openInclude(state: ReformatState, include: Include): ReformatState
- def openOnClause(state: ReformatState, onClause: OnClause): ReformatState
- def openSagaStep(state: ReformatState, step: SagaStep): ReformatState
- def openStory(state: ReformatState, story: Story): ReformatState
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated