literalAdjPhrase(literalAdj)grammaren_us.t[6339]

In many cases, we might want to write what is semantically a literal string qualifier without the quotes. For example, we might want to refer to an elevator button that's labeled "G" as simply "button G", without any quotes around the "G". To accommodate these cases, we provide the literalAdjective part-of-speech. We'll match these parts of speech the same way we'd match them if they were quoted.

grammar literalAdjPhrase(literalAdj) :   NounPhraseWithVocab

Superclass Tree   (in declaration order)

literalAdjPhrase(literalAdj)
        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[6363]

return the result

getVocabMatchList (resolver, results, extraFlags)OVERRIDDENen_us.t[6341]
no description available

TADS 3 Library Manual
Generated on 7/19/2007 from TADS version 3.0.15.1