gov.llnl.babel.backend.mangler
Class NonMangler
java.lang.Object
gov.llnl.babel.backend.mangler.NonMangler
- NameMangler
public class NonMangler
extends java.lang.Object
This mangler doesn't do any mangling. It simply creates the whole
long name.
String | shortArrayName(String symbol, String method, String suffix) - This returns the full, unmangled name.
|
String | shortName(String symbol, String suffix) - This return the full, unmangled name.
|
String | shortName(String symbol, String method, String suffix) - This returns the full, unmangled name.
|
shortArrayName
public String shortArrayName(String symbol,
String method,
String suffix)
This returns the full, unmangled name.
- shortArrayName in interface NameMangler
shortName
public String shortName(String symbol,
String suffix)
This return the full, unmangled name.
- shortName in interface NameMangler
shortName
public String shortName(String symbol,
String method,
String suffix)
This returns the full, unmangled name.
- shortName in interface NameMangler