simplePluralPhrase(plural)grammaren_us.t[6560]

Simple plural phrase. This is the most basic plural phrase, which is simply a plural noun, optionally preceded by one or more adjectives.

(English doesn't have any sort of adjective declension in number, so there's no need to distinguish between plural and singular adjectives; this equivalent rule in languages with adjective-noun agreement in number would use plural adjectives here as well as plural nouns.)

grammar simplePluralPhrase(plural) :   NounPhraseWithVocab

Superclass Tree   (in declaration order)

simplePluralPhrase(plural)
       
NounPhraseWithVocab
                NounPhraseProd
                        BasicProd
                                object

Summary of Properties  

Inherited from NounPhraseProd :
filterForCollectives 

Summary of Methods  

getAdjustedTokens  getVocabMatchList 

Inherited from NounPhraseWithVocab :
combineWordMatches  combineWordMatchItems  dictMatchIsExact  dictMatchIsStronger  filterDictMatches  getWordMatches  inScopeMatches  intersectWordMatches  resolveNouns  resolveNounsMatchName 

Inherited from NounPhraseProd :
filterTruncations  getVerifyKeepers 

Inherited from BasicProd :
filterPossRank  getOrigText  getOrigTokenList 

Properties  

(none)

Methods  

getAdjustedTokens ( )OVERRIDDENen_us.t[6606]

return the result list

getVocabMatchList (resolver, results, extraFlags)OVERRIDDENen_us.t[6562]
generate a list of my resolved objects

TADS 3 Library Manual
Generated on 9/15/2006 from TADS version 3.0.12