CoreNounPhraseProductionclass | parser.t[4185] |
Superclass Tree | Subclass Tree | Global Objects | Property Summary | Method Summary | Property Details | Method Details |
This class is only needed for noun phrases with object vocabulary words. It captures the unqualified core of the phrase as entered by the user, mostly for reiteration in error messages from the parser. It's not necessary to define rules of this class for noun phrases that don't have object vocabulary words (e.g., pronouns, ALL).
class
CoreNounPhraseProduction : Production
CoreNounPhraseProduction
Production
object
CoreNounPhraseProduction
nounPhrase(main)
pluralPhrase(main)
Inherited from Production
:
determiner
nounPhraseRole
npClass
parent
Inherited from Production
:
addNounListItem
findAction
findChild
findParent
getNounPhraseRole
getText
getTokens
grammarInfoForBuild
isChildOf
noteEndOfSentence
visitLiteral
visitProd
build (cmd, np) OVERRIDDEN | parser.t[4186] |