object genFunctionID
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- genFunctionID
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
sealed abstract
class
JSHelperFunctionID extends FunctionID
A
FunctionID
for a JS helper function.A
FunctionID
for a JS helper function.Its
toString()
is guaranteed to correspond to the import name of the helper. - final case class arrayGet(baseRef: NonArrayTypeRef) extends FunctionID with Product with Serializable
- final case class arraySet(baseRef: NonArrayTypeRef) extends FunctionID with Product with Serializable
- final case class asInstance(targetTpe: Type) extends FunctionID with Product with Serializable
- final case class box(primRef: PrimRef) extends JSHelperFunctionID with Product with Serializable
- final case class clone(className: ClassName) extends FunctionID with Product with Serializable
- final case class cloneArray(arrayBaseRef: NonArrayTypeRef) extends FunctionID with Product with Serializable
- final case class createJSClassOf(className: ClassName) extends FunctionID with Product with Serializable
- final case class forExport(exportedName: String) extends FunctionID with Product with Serializable
- final case class forMethod(namespace: MemberNamespace, className: ClassName, methodName: MethodName) extends FunctionID with Product with Serializable
- final case class forTableEntry(className: ClassName, methodName: MethodName) extends FunctionID with Product with Serializable
- final case class forTopLevelExportSetter(exportedName: String) extends FunctionID with Product with Serializable
- final case class instanceTest(className: ClassName) extends FunctionID with Product with Serializable
- final case class isJSClassInstance(className: ClassName) extends FunctionID with Product with Serializable
- final case class loadJSClass(className: ClassName) extends FunctionID with Product with Serializable
- final case class loadModule(className: ClassName) extends FunctionID with Product with Serializable
- final case class newDefault(className: ClassName) extends FunctionID with Product with Serializable
- final case class postSuperStats(className: ClassName) extends FunctionID with Product with Serializable
- final case class preSuperStats(className: ClassName) extends FunctionID with Product with Serializable
- final case class superArgs(className: ClassName) extends FunctionID with Product with Serializable
- final case class typeTest(primRef: PrimRef) extends JSHelperFunctionID with Product with Serializable
- final case class unbox(primRef: PrimRef) extends JSHelperFunctionID with 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
- def arrayGetFor(arrayTypeRef: ArrayTypeRef): arrayGet
- def arraySetFor(arrayTypeRef: ArrayTypeRef): arraySet
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
-
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 specializedArrayCopy(arrayTypeRef: ArrayTypeRef): FunctionID
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()
- object anyGetClass extends FunctionID with Product with Serializable
- object anyGetClassName extends FunctionID with Product with Serializable
- object anyGetTypeData extends FunctionID with Product with Serializable
- object arrayCopyCheckBounds extends FunctionID with Product with Serializable
- object arrayTypeData extends FunctionID with Product with Serializable
- object asSpecificRefArray extends FunctionID with Product with Serializable
- object bIFallback extends JSHelperFunctionID with Product with Serializable
- object bigintHashCode extends JSHelperFunctionID with Product with Serializable
- object booleanToString extends JSHelperFunctionID with Product with Serializable
- object cast extends FunctionID with Product with Serializable
- object checkedStringCharAt extends FunctionID with Product with Serializable
- object checkedStringCodePointAt extends FunctionID with Product with Serializable
- object checkedSubstringStart extends FunctionID with Product with Serializable
- object checkedSubstringStartEnd extends FunctionID with Product with Serializable
- object classCastException extends FunctionID with Product with Serializable
- object createClassOf extends FunctionID with Product with Serializable
- object createStringFromData extends FunctionID with Product with Serializable
- object doubleToString extends JSHelperFunctionID with Product with Serializable
- object fmod extends JSHelperFunctionID with Product with Serializable
- object genericArrayCopy extends FunctionID with Product with Serializable
- object getClassOf extends FunctionID with Product with Serializable
- object getComponentType extends FunctionID with Product with Serializable
- object getSuperClass extends FunctionID with Product with Serializable
- object idHashCodeGet extends JSHelperFunctionID with Product with Serializable
- object idHashCodeSet extends JSHelperFunctionID with Product with Serializable
- object identityHashCode extends FunctionID with Product with Serializable
- object intToString extends JSHelperFunctionID with Product with Serializable
- object is extends JSHelperFunctionID with Product with Serializable
- object isAssignableFrom extends FunctionID with Product with Serializable
- object isInstance extends FunctionID with Product with Serializable
- object isUndef extends JSHelperFunctionID with Product with Serializable
- object jsDelete extends JSHelperFunctionID with Product with Serializable
- object jsForInSimple extends JSHelperFunctionID with Product with Serializable
- object jsImportCall extends JSHelperFunctionID with Product with Serializable
- object jsImportMeta extends JSHelperFunctionID with Product with Serializable
- object jsIsTruthy extends JSHelperFunctionID with Product with Serializable
- object jsNewArray extends JSHelperFunctionID with Product with Serializable
- object jsNewNoArg extends JSHelperFunctionID with Product with Serializable
- object jsNewObject extends JSHelperFunctionID with Product with Serializable
- object jsSelect extends JSHelperFunctionID with Product with Serializable
- object jsSelectSet extends JSHelperFunctionID with Product with Serializable
- object jsSuperSelect extends JSHelperFunctionID with Product with Serializable
- object jsSuperSelectSet extends JSHelperFunctionID with Product with Serializable
- object jsValueDescription extends JSHelperFunctionID with Product with Serializable
- object jsValueToString extends JSHelperFunctionID with Product with Serializable
- object jsValueToStringForConcat extends JSHelperFunctionID with Product with Serializable
- object jsValueType extends JSHelperFunctionID with Product with Serializable
- object longToString extends JSHelperFunctionID with Product with Serializable
- object makeTypeError extends JSHelperFunctionID with Product with Serializable
- object newArray extends FunctionID with Product with Serializable
- object newSymbol extends JSHelperFunctionID with Product with Serializable
- object searchReflectiveProxy extends FunctionID with Product with Serializable
- object slowRefArrayCopy extends FunctionID with Product with Serializable
- object start extends FunctionID with Product with Serializable
- object stringBuiltins
- object stringLiteral extends FunctionID with Product with Serializable
- object symbolDescription extends JSHelperFunctionID with Product with Serializable
- object throwArrayIndexOutOfBoundsException extends FunctionID with Product with Serializable
- object throwArrayStoreException extends FunctionID with Product with Serializable
- object throwModuleInitError extends FunctionID with Product with Serializable
- object throwNegativeArraySizeException extends FunctionID with Product with Serializable
- object throwNullPointerException extends FunctionID with Product with Serializable
- object typeDataName extends FunctionID with Product with Serializable
- object uIFallback extends JSHelperFunctionID with Product with Serializable
- object valueDescription extends FunctionID with Product with Serializable