FullFunctionDesc

de.uni_luebeck.isp.tessla.instrumenter.CInstrumentationBridge$.FullFunctionDesc
class FullFunctionDesc(f: FullFunctionDesc) extends FunctionDesc with IFullFunDesc

Define an IFullFunDesc by the given native function description.

Attributes

f

the native function description

Graph
Supertypes
trait IFunDesc
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def parName(i: Int): String

The name of the i-th parameter of this function

The name of the i-th parameter of this function

Attributes

i

the index of the parameter

Returns:

the name of the parameter

Definition Classes

Inherited methods

override def name: String

The name of the function

The name of the function

Attributes

Definition Classes
Inherited from:
FunctionDesc
override def parNum: Int

The amount of parameters the function declares

The amount of parameters the function declares

Attributes

Definition Classes
Inherited from:
FunctionDesc
override def parType(i: Int): String

The type of the i-th parameter

The type of the i-th parameter

Attributes

i

the index of the parameter

Returns:

the type of the parameter

Definition Classes
Inherited from:
FunctionDesc
override def retType: String

The return type of the function

The return type of the function

Attributes

Definition Classes
Inherited from:
FunctionDesc
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
Inherited from:
IFullFunDesc