quotedStringPhrase(main)grammaren_us.t[6902]

A "quoted string" phrase is a literal enclosed in single or double quotes.

Note that this is a separate production from literalPhrase. This production can be used when *only* a quoted string is allowed. The literalPhrase production allows both quoted and unquoted text.

grammar quotedStringPhrase(main) :   LiteralProd

Superclass Tree   (in declaration order)

quotedStringPhrase(main)
        LiteralProd
                BasicProd
                        object

Summary of Properties  

(none)

Summary of Methods  

getStringText 

Inherited from BasicProd :
filterPossRank  getOrigText  getOrigTokenList 

Properties  

(none)

Methods  

getStringText ( )en_us.t[6907]

get my string, with the quotes trimmed off (so we return simply the contents of the string)

TADS 3 Library Manual
Generated on 4/11/2008 from TADS version 3.0.16