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

/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
H A DJHdf.java37 public class JHdf implements HDF { class in inherits:HDF
48 JHdf(Data data, DataFactory dataFactory, LoadPathToFileCache loadPathCache, JSilverOptions options) { method in class:JHdf
56 static JHdf cast(HDF hdf) {
57 if (!(hdf instanceof JHdf)) {
58 throw new IllegalArgumentException("HDF object not of type JHdf. "
62 return (JHdf) hdf;
162 return d == null ? null : new JHdf(d, dataFactory, loadPathCache, options);
173 return new JHdf(child, dataFactory, loadPathCache, options);
189 return new JHdf(root, dataFactory, loadPathCache, options);
195 JHdf jHd
[all...]

Completed in 419 milliseconds