Searched defs:JniHdf (Results 1 - 1 of 1) sorted by relevance

/external/jsilver/src/org/clearsilver/jni/
H A DJniHdf.java31 public class JniHdf implements HDF { class in inherits:HDF
34 JniHdf root; // If this is a child HDF node, points at the root node of
43 static JniHdf cast(HDF hdf) {
44 if (!(hdf instanceof JniHdf)) {
45 throw new IllegalArgumentException("HDF object not of type JniHdf. "
49 return (JniHdf)hdf;
55 public JniHdf() { method in class:JniHdf
60 protected JniHdf(long hdfptr, JniHdf parent) { method in class:JniHdf
68 protected JniHdf newHd
[all...]

Completed in 54 milliseconds