FullFunctionDesc
de.uni_luebeck.isp.tessla.instrumenter.CInstrumentationBridge.FullFunctionDesc
class FullFunctionDesc(f: FullFunctionDesc) extends FunctionDesc, IFullFunDesc
Define an IFullFunDesc by the given native function description.
Value parameters
- f
-
the native function description
Attributes
- Graph
-
- Supertypes
-
trait IFullFunDescclass FunctionDesctrait IFunDescclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
The name of the i-th parameter of this function
The name of the i-th parameter of this function
Value parameters
- i
-
the index of the parameter
Attributes
- Returns
-
the name of the parameter
- Definition Classes
Inherited methods
The name of the function
The amount of parameters the function declares
The amount of parameters the function declares
Attributes
- Definition Classes
- Inherited from:
- FunctionDesc
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
- Inherited from:
- FunctionDesc
The return type of the function
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
In this article