Squeak Class Documentation category index | class index  
 
CRLookupItem
  category: Genie-Engine
  superclass: Object
  subclasses:

Instances of this class are used to build the result of a dictionary lookup. In general, a lookup result consists not only of the most similar fature, but of a certain amount of similar features. These matches are hold in instances of this class. Besides the feature itself, the associated character and the distance to the feature that was looked up are also stored.

instance methods
  accessing
  char
distance
feature

  char accessing
  charType
correspondingKeystrokes
correspondingMouseEventsHand:position:buttons:
correspondsToKeystrokes
correspondsToMouseEvents
evaluateCodeIn:
isCode
isCommand
isStrokes
normalizedChar

  comparing
  <
<=
=
species

  initialize-release
  initializeFeature:char:distance:

  printing
  printOn:

class methods
  instance creation
  feature:char:distance:

instance methods
  accessing top  
 

char


 

distance


 

feature


  char accessing top  
 

charType


 

correspondingKeystrokes


 

correspondingMouseEventsHand:position:buttons:


 

correspondsToKeystrokes


 

correspondsToMouseEvents


 

evaluateCodeIn:


 

isCode


 

isCommand


 

isStrokes


 

normalizedChar


  comparing top  
 

<


 

<=


 

=

Answer whether the receiver and the argument represent the same
object. If = is redefined in any subclass, consider also redefining the
message hash.


 

species

Answer the preferred class for reconstructing the receiver. For example,
collections create new collections whenever enumeration messages such as
collect: or select: are invoked. The new kind of collection is determined by
the species of the original collection. Species and class are not always the
same. For example, the species of Interval is Array.


  initialize-release top  
 

initializeFeature:char:distance:


  printing top  
 

printOn:

Append to the argument, aStream, a sequence of characters that
identifies the receiver.


class methods
  instance creation top  
 

feature:char:distance: