final case class WasmStringFromCodePoint(codePoint: Tree) extends Value with Product with Serializable
Wasm intrinsic for jl.Character.toString(int)
.
Typing rules: codePoint
must be an int
. The result is a string
.
Evaluation semantics are as follows:
- Let
codePointV
be the result of evaluatingcodePoint
. 2. IfcodePointV
is not a valid code point, UB (i.e., this transient *assumes* thatcodePointV
is a valid code point). 3. Return a string of 1 or 2 chars that represents the given code point.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WasmStringFromCodePoint
- Serializable
- Serializable
- Product
- Equals
- Value
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new WasmStringFromCodePoint(codePoint: Tree)
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( ... ) @native()
- val codePoint: Tree
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
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()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
printIR(out: IRTreePrinter): Unit
- Definition Classes
- WasmStringFromCodePoint → Value
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
tpe: Type
- Definition Classes
- WasmStringFromCodePoint → Value
-
def
transform(transformer: Transformer, isStat: Boolean)(implicit pos: Position): Tree
- Definition Classes
- WasmStringFromCodePoint → Value
-
def
traverse(traverser: Traverser): Unit
- Definition Classes
- WasmStringFromCodePoint → Value
-
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()