
| Public Member Functions | |
| virtual bool | isWord () const =0 | 
| virtual bool | isVoicetag () const =0 | 
| Protected Member Functions | |
| SlotItem () | |
| virtual | ~SlotItem () | 
| Friends | |
| class | android::speech::recognition::srec::SrecGrammarImpl | 
| class | SlotItemProxy | 
| android.speech.recognition.SlotItem.SlotItem | ( | ) |  [protected] | 
Prevent construction.
| virtual android.speech.recognition.SlotItem.~SlotItem | ( | ) |  [protected, virtual] | 
Prevent destruction.
| virtual bool android.speech.recognition.SlotItem.isWord | ( | ) | const  [pure virtual] | 
Returns true if the item is a word.
Implemented in android.speech.recognition.VoicetagItem, and android.speech.recognition.WordItem.
| virtual bool android.speech.recognition.SlotItem.isVoicetag | ( | ) | const  [pure virtual] | 
Returns true if the item is a voicetag.
Implemented in android.speech.recognition.VoicetagItem, and android.speech.recognition.WordItem.
 1.5.3
 1.5.3