class BuiltIns extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BuiltIns
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type ConstOpT = (Seq[LiteralValue], Location) ⇒ LiteralValue
- type CreateExpT = (Seq[StreamRef], Location) ⇒ Expression
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 binaryBoolFunction(constantOperation: (Boolean, Boolean, Location) ⇒ LiteralValue, createExpression: (StreamRef, StreamRef, Location) ⇒ Expression): (Seq[Arg], String, Location) ⇒ TranslatedExpression
- def binaryFunction(constantOperation: (Any, Any, Location) ⇒ LiteralValue, createExpression: (StreamRef, StreamRef, Location) ⇒ Expression): (Seq[Arg], String, Location) ⇒ TranslatedExpression
- def binaryIntFunction(resultType: ValueType, constantOperation: (BigInt, BigInt, Location) ⇒ LiteralValue, createExpression: (StreamRef, StreamRef, Location) ⇒ Expression): (Seq[Arg], String, Location) ⇒ TranslatedExpression
- val builtins: Map[(String, Int), (Seq[Arg], String, Location) ⇒ TranslatedExpression]
-
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
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
- def liftableFunction(resultType: ValueType, operandTypes: Seq[ValueType], constantOperation: ConstOpT, createExpression: CreateExpT): (Seq[Arg], String, Location) ⇒ TranslatedExpression
-
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
- def unaryBoolFunction(constantOperation: (Boolean, Location) ⇒ LiteralValue, createExpression: (StreamRef, Location) ⇒ Expression): (Seq[Arg], String, Location) ⇒ TranslatedExpression
- def unaryIntFunction(constantOperation: (BigInt, Location) ⇒ LiteralValue, createExpression: (StreamRef, Location) ⇒ Expression): (Seq[Arg], String, Location) ⇒ TranslatedExpression
-
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( ... )