class Core extends Runtime
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Core
- Runtime
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Core()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def $ceil(a: NumberValue): NumberValue
- def $cos(a: NumberValue): NumberValue
- def $exp(a: NumberValue): NumberValue
- def $floor(a: NumberValue): NumberValue
- def $log(a: NumberValue): NumberValue
- def $log10(a: NumberValue): NumberValue
- def $max(a: NumberValue, b: NumberValue): NumberValue
- def $min(a: NumberValue, b: NumberValue): NumberValue
- def $pi(): NumberValue
- def $pow(a: NumberValue, b: NumberValue): NumberValue
- def $round(a: NumberValue): NumberValue
- def $sin(a: NumberValue): NumberValue
- def $sqrt(a: NumberValue): NumberValue
- def $tan(a: NumberValue): NumberValue
- def $tanh(a: NumberValue): NumberValue
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
executeFunction(name: String, params: Seq[Value]): Value
- Definition Classes
- Runtime
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
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( ... )