Package kieker.analysis.generic
Class FunctionNameValueConverter
java.lang.Object
kieker.analysis.generic.StringValueConverter
kieker.analysis.generic.FunctionNameValueConverter
- All Implemented Interfaces:
IValueConverter<String>
In Fortran the compiler might suffix function names in the object file with an _. To remove this
and bring the name in alignment with the source code again, the _ is removed by the @{link
IValueConverter}.
- Since:
- 1.1
- Author:
- Reiner Jung
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FunctionNameValueConverter
public FunctionNameValueConverter(boolean caseInsenstive, int column)
-
-
Method Details
-
getColumnValue
- Specified by:
getColumnValuein interfaceIValueConverter<String>- Overrides:
getColumnValuein classStringValueConverter
-