class
Function extends AnyRef
Instance Constructors
-
new
Function(name: String, params: Seq[Variable], ops: Option[BlockOperation], retType: ScalarType, access: Option[Function], const: Boolean, local: Boolean, isSummary: Boolean, uniq_name_if_local: Boolean = true, id: Int = Counter.nextFunction())
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
val
access: Option[Function]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
val
const: Boolean
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
getName(): String
-
def
hashCode(): Int
-
val
id: Int
-
final
def
isInstanceOf[T0]: Boolean
-
val
isSummary: Boolean
-
val
local: Boolean
-
val
name: String
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
var
params: Seq[Variable]
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
val
uniq_name_if_local: Boolean
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
PENCIL function.