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

/openjdk7/jdk/src/share/classes/java/sql/
H A DStruct.java30 * structured type. A <code>Struct</code> object contains a
33 * By default, an instance of<code>Struct</code> is valid as long as the
36 * All methods on the <code>Struct</code> interface must be fully implemented if the
41 public interface Struct { interface
45 * that this <code>Struct</code> object represents.
48 * type for which this <code>Struct</code> object
59 * structured type that this <code>Struct</code> object represents.
83 * structured type that this <code>Struct</code> object represents.
/openjdk7/jdk/src/macosx/native/jobjc/src/core/java/com/apple/jobjc/
H A DStruct.java30 public abstract class Struct{ class
38 protected Struct(final JObjCRuntime runtime, final int SIZEOF){ method in class:Struct
47 protected Struct(final JObjCRuntime runtime, final NativeBuffer buffer, final int SIZEOF){ method in class:Struct
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/model/
H A DStruct.java47 public class Struct extends TypeElement<Framework> implements OutputFileGenerator { class in inherits:TypeElement,OutputFileGenerator
63 public Struct(final Node node, final Framework parent) throws Throwable { method in class:Struct
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DToken.java92 Struct = 29, field in class:Token

Completed in 629 milliseconds