Package kieker.analysis.generic
Class FunctionNameValueConverter
java.lang.Object
kieker.analysis.generic.StringValueConverter
kieker.analysis.generic.FunctionNameValueConverter
- All Implemented Interfaces:
IValueConverter<java.lang.String>
public class FunctionNameValueConverter extends StringValueConverter
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 Constructor Description FunctionNameValueConverter(boolean caseInsenstive, int column)
-
Method Summary
Modifier and Type Method Description java.lang.String
getColumnValue(java.lang.String[] input)
-
Constructor Details
-
FunctionNameValueConverter
public FunctionNameValueConverter(boolean caseInsenstive, int column)
-
-
Method Details
-
getColumnValue
public java.lang.String getColumnValue(java.lang.String[] input)- Specified by:
getColumnValue
in interfaceIValueConverter<java.lang.String>
- Overrides:
getColumnValue
in classStringValueConverter
-