| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.llnl.babel.backend.mangler.NonMangler
public class NonMangler
This mangler doesn't do any mangling. It simply creates the whole long name.
| Constructor Summary | |
|---|---|
| NonMangler() | |
| Method Summary | |
|---|---|
|  java.lang.String | shortArrayName(java.lang.String symbol,
               java.lang.String method,
               java.lang.String suffix)This returns the full, unmangled name. | 
|  java.lang.String | shortName(java.lang.String symbol,
          java.lang.String suffix)This return the full, unmangled name. | 
|  java.lang.String | shortName(java.lang.String symbol,
          java.lang.String method,
          java.lang.String suffix)This returns the full, unmangled name. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public NonMangler()
| Method Detail | 
|---|
public java.lang.String shortName(java.lang.String symbol,
                                  java.lang.String method,
                                  java.lang.String suffix)
shortName in interface NameManglersymbol - the fullname of the Symbol. This name has period
                characters between the various parts of the fullname.method - the name of the method Method.  This name has no
                periods in it.suffix - a string that is tagged onto the end of the method.
                Implementation methods may have "_i" as a suffix to
                keep them distinct from stubs and skeletons.
public java.lang.String shortArrayName(java.lang.String symbol,
                                       java.lang.String method,
                                       java.lang.String suffix)
shortArrayName in interface NameManglersymbol - the fullname of the Symbol. This name has period
                characters between the various parts of the fullname.method - the name of the method Method.  This name has no
                periods in it.suffix - a string that is tagged onto the end of the method.
                Implementation methods may have "_i" as a suffix to
                keep them distinct from stubs and skeletons.
public java.lang.String shortName(java.lang.String symbol,
                                  java.lang.String suffix)
shortName in interface NameMangler| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||