VerbRule(TravelVia)grammargrammar.t[2657]

Create a TravelVia VerbRule merely so we can supply a verbPhrase. (The parser looks for subclasses of each specific Action class to find its verb phrase, since the language-specific Action definitions are always in the language module's 'grammar' subclasses. We don't need an actual grammar rule, since this isn't an input-able verb, so we merely need to create a regular subclass in order for the verbPhrase to get found.)

VerbRule(TravelVia)      // original source text
grammar VerbRule(TravelVia) :   VerbProduction      // after macro expansion

Superclass Tree   (in declaration order)

VerbRule(TravelVia)
        VerbProduction
                Production
                        object

Summary of Properties  

action  dobjReply  missingQ  verbPhrase 

Inherited from VerbProduction :
isActive  priority 

Inherited from Production :
determiner  nounPhraseRole  npClass  parent 

Summary of Methods  

Inherited from VerbProduction :
answerMissing  build  missingRoleProd  visitProd 

Inherited from Production :
addNounListItem  findAction  findChild  findParent  getNounPhraseRole  getText  getTokens  grammarInfoForBuild  isChildOf  noteEndOfSentence  visitLiteral 

Properties  

actiongrammar.t[2660]

no description available

dobjReplygrammar.t[2663]
no description available

missingQgrammar.t[2662]
no description available

verbPhrasegrammar.t[2661]
no description available

Methods  

(none)

Adv3Lite Library Reference Manual
Generated on 26/02/2025 from adv3Lite version 2.2