Next: Interfaces and Abstract Classes
Up: Basics
Previous: Out and inout arguments
Contents
Index
Data types
Table 10.1:
SIDL to Java Type Mappings
SIDL TYPE |
JAVA TYPE |
int |
int |
long |
long |
float |
float |
double |
double |
bool |
boolean |
char |
char |
string |
String |
fcomplex |
FloatComplex |
dcomplex |
DoubleComplex |
enum |
Enum |
opaque |
long |
interface |
interface |
class |
class |
array |
type.Array |
Most SIDL types map directly into Java as shown in
Table 10.1.
The remainder of this subsection focuses specifically on interfaces,
abstract classes, exceptions (in general), enumerations, and arrays.
Subsections
babel-1.0.0
users_guide Last Modified 2006-07-21
http://www.llnl.gov/CASC/components
components@llnl.gov