IFullFunDesc

de.uni_luebeck.isp.tessla.instrumenter.CInstrumentation$.IFullFunDesc
trait IFullFunDesc extends IFunDesc

Extension of a function description by parameter names

Attributes

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

Members list

Concise view

Value members

Abstract methods

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

Concrete 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 methods

def name: String

The name of the function

The name of the function

Attributes

Inherited from:
IFunDesc
def parNum: Int

The amount of parameters the function declares

The amount of parameters the function declares

Attributes

Inherited from:
IFunDesc
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

Inherited from:
IFunDesc
def retType: String

The return type of the function

The return type of the function

Attributes

Inherited from:
IFunDesc