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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait