Searched refs:typeId (Results 1 - 4 of 4) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DSeeTagImpl.java361 StringBuilder typeId; field in class:SeeTagImpl.ParameterParseMachine
368 typeId = new StringBuilder();
384 typeId.append(Character.toChars(cp));
391 typeId.append(Character.toChars(cp));
393 typeId.append('[');
415 typeId.append('[');
425 typeId.append(']');
450 if (typeId.length() > 0) {
451 paramList.append(typeId.toString());
457 if (typeId
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DIORImpl.java83 private String typeId; field in class:IORImpl
114 return super.equals( obj ) && typeId.equals( other.getTypeId() ) ;
120 cachedHashValue = (super.hashCode() ^ typeId.hashCode());
138 this.typeId = typeid ;
144 public IORImpl( ORB orb, String typeId, IORTemplate iortemp, ObjectId id) argument
146 this( orb, typeId ) ;
174 public IORImpl( ORB orb, String typeId, IORTemplateList iortemps, ObjectId id) argument
176 this( orb, typeId ) ;
203 return typeId ;
208 os.write_string( typeId ) ;
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DPresentationManagerImpl.java264 String typeId = node.getTypeId() ;
265 resultList.add( typeId ) ;
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/parser/
H A DHprofReader.java830 private byte signatureFromTypeId(byte typeId) throws IOException { argument
831 switch (typeId) {
860 throw new IOException("Invalid type id of " + typeId);

Completed in 45 milliseconds