comparison dwtx/jface/text/contentassist/ContextInformation.d @ 162:1a5b8f8129df

...
author Frank Benoit <benoit@tionex.de>
date Mon, 08 Sep 2008 00:51:37 +0200
parents 3678e4f1a766
children
comparison
equal deleted inserted replaced
161:f8d52b926852 162:1a5b8f8129df
110 /* 110 /*
111 * @see java.lang.Object#hashCode() 111 * @see java.lang.Object#hashCode()
112 * @since 3.1 112 * @since 3.1
113 */ 113 */
114 public override hash_t toHash() { 114 public override hash_t toHash() {
115 int low= fContextDisplayString !is null ? fContextDisplayString.toHash() : 0; 115 int low= fContextDisplayString !is null ? .toHash(fContextDisplayString) : 0;
116 return (fInformationDisplayString.toHash() << 16) | low; 116 return (.toHash(fInformationDisplayString) << 16) | low;
117 } 117 }
118 118
119 /* 119 /*
120 * @see IContextInformation#getInformationDisplayString() 120 * @see IContextInformation#getInformationDisplayString()
121 */ 121 */