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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/nav/
H A DNType.java39 public interface NType { interface
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/model/types/
H A DNType.java41 * NType (Native Type) bridges the type and type64 attributes in BridgeSupport.
64 public abstract class NType implements Comparable<NType>{ class in inherits:Comparable
67 public NType(Map<Width, Integer> sizeof) { method in class:NType
71 public NType(){ method in class:NType
75 public NType(int sz32, int sz64){ method in class:NType
84 protected abstract boolean equals2(NType nt);
90 && this.sizeof.equals(((NType) o).sizeof)
91 && equals2((NType) o)));
93 public int compareTo(NType
[all...]

Completed in 43 milliseconds