|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.llnl.babel.backend.sidl.Sidl
public class Sidl
Provide a collection of static methods to provide the mapping of SIDL concepts into SIDL. This class provides the mapping of symbol names to SIDL symbols and the mapping of types.
Field Summary |
---|
Method Summary | |
---|---|
static java.lang.String |
getFileName(SymbolID id)
Return the name of the Sidl file for a particular symbol (i.e., package). |
static java.lang.String |
getSymbolName(SymbolID id)
Convert a symbol name into string with the pieces of the symbol joined together with underline characters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String getSymbolName(SymbolID id)
id
- the symbol id to convert.
public static java.lang.String getFileName(SymbolID id)
id
- the symbol whose sidl file name will be returned.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |