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

/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DSymtabEntry.java79 _repID = (RepositoryID)clone.clone ();
80 ((IDLID)_repID).appendToName (_name);
98 _repID = (RepositoryID)that._repID.clone ();
162 if (_repID instanceof IDLID)
163 ((IDLID)_repID).replaceName (newName);
225 return _repID;
232 _repID = id;
363 private RepositoryID _repID = new IDLID ("", "", "1.0"); field in class:SymtabEntry

Completed in 30 milliseconds