class AsyncTransformState extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AsyncTransformState
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AsyncTransformState(awaitSymbol: Global.Symbol, postAnfTransform: (Global.Block) ⇒ Global.Block, dotDiagram: (Global.Symbol, Global.Tree) ⇒ Option[(String) ⇒ Unit], allowExceptionsToPropagate: Boolean, typingTransformer: AsyncTransformStates.TypingTransformer, exteralFsmSelfParam: Global.Symbol, applyTrParam: Global.Symbol, asyncType: Global.Type, asyncNames: AsyncNames[global.type])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from AsyncTransformState to any2stringadd[AsyncTransformState] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (AsyncTransformState, B)
- Implicit
- This member is added by an implicit conversion from AsyncTransformState to ArrowAssoc[AsyncTransformState] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- lazy val Async_await: Global.Symbol
- val allowExceptionsToPropagate: Boolean
- val applySym: Global.Symbol
- val applyTr: Global.Symbol
- val applyTrParam: Global.Symbol
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val asyncNames: AsyncNames[global.type]
- val asyncType: Global.Type
- val awaitSymbol: Global.Symbol
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- var currentPos: Global.Position
- val dotDiagram: (Global.Symbol, Global.Tree) ⇒ Option[(String) ⇒ Unit]
-
def
ensuring(cond: (AsyncTransformState) ⇒ Boolean, msg: ⇒ Any): AsyncTransformState
- Implicit
- This member is added by an implicit conversion from AsyncTransformState to Ensuring[AsyncTransformState] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (AsyncTransformState) ⇒ Boolean): AsyncTransformState
- Implicit
- This member is added by an implicit conversion from AsyncTransformState to Ensuring[AsyncTransformState] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): AsyncTransformState
- Implicit
- This member is added by an implicit conversion from AsyncTransformState to Ensuring[AsyncTransformState] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): AsyncTransformState
- Implicit
- This member is added by an implicit conversion from AsyncTransformState to Ensuring[AsyncTransformState] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val exteralFsmSelfParam: Global.Symbol
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val labelDefStates: Map[Global.Symbol, Int]
- val localTyper: (analyzer)#Typer
- def memberRef(sym: Global.Symbol): Global.Tree
- val name: AsyncName
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val postAnfTransform: (Global.Block) ⇒ Global.Block
- val stateAssigner: StateAssigner
- lazy val stateCompleteFailure: Global.Symbol
- lazy val stateCompleteSuccess: Global.Symbol
- lazy val stateGetCompleted: Global.Symbol
- lazy val stateGetter: Global.Symbol
- lazy val stateMachineClass: Global.Symbol
- def stateMachineMember(name: Global.TermName): Global.Symbol
- def stateMachineRef(): Global.Tree
- lazy val stateOnComplete: Global.Symbol
- lazy val stateSetter: Global.Symbol
- lazy val stateTryGet: Global.Symbol
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- lazy val tryGetIsIdentity: Boolean
- val typingTransformer: AsyncTransformStates.TypingTransformer
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- lazy val whileLabel: Global.Symbol
-
def
→[B](y: B): (AsyncTransformState, B)
- Implicit
- This member is added by an implicit conversion from AsyncTransformState to ArrowAssoc[AsyncTransformState] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Deprecated Value Members
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from AsyncTransformState to StringFormat[AsyncTransformState] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
The Scala compiler and reflection APIs.