object SharedCompileTimeMessages
Linear Supertypes
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- SharedCompileTimeMessages
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
Type Members
-  case class TemporalMethodParameterIssue(name: String, issue: String) extends Product with Serializable
 
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
 
 -  val actMethodShouldntBeExtMethod: String
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
 
 -  def defaultArgumentsNotSupported(names: List[String]): String
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -  def expectedSimpleMethodInvocation(treeCls: Class[_], tree: String): String
 -  val generateChildWorkflowExecute: String
 -  val generatedActivityExecute: String
 -  val generatedActivityExecuteAsync: String
 -  val generatedChildWorkflowExecuteAsync: String
 -  val generatedContinueAsNewExecute: String
 -  val generatedQueryInvoke: String
 -  val generatedScheduleStartWorkflow: String
 -  val generatedSignal: String
 -  val generatedSignalWithStart: String
 -  val generatedWorkflowExecute: String
 -  val generatedWorkflowStart: String
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -  def isNotConcreteClass(tpe: String): String
 -  def methodNotFound(instanceTpe: String, methodName: String, errorDetails: String): String
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -  def notActivity(what: String): String
 -  def notQueryMethod(what: String): String
 -  def notSignalMethod(what: String): String
 -  def notWorkflow(what: String): String
 -  def notWorkflowMethod(what: String): String
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -  val qrMethodShouldntBeExtMethod: String
 -  val sgnlMethodShouldntBeExtMethod: String
 -  def shouldHavePublicNullaryConstructor(tpe: String): String
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -  def temporalMethodParameterTypesHasIssue(method: String, issue: TemporalMethodParameterIssue): String
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -  def unexpectedLibraryError(details: String): String
 -  def usingNonStubOf(stubType: String, method: String, tpe: String): String
 -   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])
 
 -  val wfMethodShouldntBeExtMethod: String
 -  object TemporalMethodParameterIssue extends Serializable
 
Deprecated Value Members
-    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable]) @Deprecated
 - Deprecated
 (Since version 9)