org.openorb.pss.compiler.util
public class tools extends tools
Method Summary | |
---|---|
static boolean | compare(byte[] b1, byte[] b2)
This operation is used to compare two buffers |
static psdlStore | get_store(Object ob, idlObject state) |
static psdlStore | get_store_for(Object ob, idlObject state)
This operation returns the associated store directive for a reference state |
static String | javaName(PsdlCompilerProperties pcp, idlObject obj)
This operation returns a Java name for an IDL object accroding to the IDL to Java mapping rules. |
static void | javaType(PsdlCompilerProperties pcp, idlObject obj, PrintWriter output)
This operations return the translation of an IDL object to java |
static psdlStore | look_store_for(Object ob, idlObject state) |
static void | marshal(PsdlCompilerProperties pcp, idlObject obj, PrintWriter output, String streamName, String typeName, Object extra, Object extra2)
This operations marshals an IDL object to java |
static void | unmarshal(PsdlCompilerProperties pcp, idlObject obj, PrintWriter output, String streamName, String typeName, Object extra, idlObject extra2, boolean fromHome)
This operation unmarshals an IDL object to java |