FunctionDesc

de.uni_luebeck.isp.tessla.instrumenter.CInstrumentationBridge.FunctionDesc
class FunctionDesc(f: FunctionDesc) extends IFunDesc

Define an IFunDesc by the given native function description

Value parameters

f

the native function description

Attributes

Graph
Supertypes
trait IFunDesc
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

override def name: String

The name of the function

The name of the function

Attributes

Definition Classes
override def parNum: Int

The amount of parameters the function declares

The amount of parameters the function declares

Attributes

Definition Classes
override def parType(i: Int): String

The type of the i-th parameter

The type of the i-th parameter

Value parameters

i

the index of the parameter

Attributes

Returns

the type of the parameter

Definition Classes
override def retType: String

The return type of the function

The return type of the function

Attributes

Definition Classes

Inherited methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
IFunDesc -> Any
Inherited from:
IFunDesc