miscWordList(wordOrNumber)grammar
An miscellaneous word list is a list of one or more words of any kind: any word, any integer, or any apostrophe-S token will do. Note that known and unknown words can be mixed in an unknown word list; we care only that the list is made up of tokWord, tokInt, tokApostropheS, and/or abbreviation-period tokens.
Note that this kind of phrase is often used with a ‘badness’ value. However, we don’t assign any badness here, because a miscellaneous word list might be perfectly valid in some contexts; instead, any productions that include a misc word list should specify badness as desired.
grammar
miscWordList
(wordOrNumber)
:
NounPhraseWithVocab
Superclass Tree (in declaration order)
miscWordList(wordOrNumber)
NounPhraseWithVocab
NounPhraseProd
BasicProd
` object`
Summary of Properties
Inherited from NounPhraseProd
:
filterForCollectives
Inherited from BasicProd
:
firstTokenIndex
isSpecialResponseMatch
lastTokenIndex
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
:
canResolveTo
getOrigText
getOrigTokenList
setOrigTokenList
Properties
(none)
Methods
getAdjustedTokens ( )
OVERRIDDEN
we don’t match anything directly with our vocabulary
getVocabMatchList (resolver, results, extraFlags)
OVERRIDDEN
no description available
TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3