quotedStringPhrase(main)grammar | en_us.t[7092] |
Superclass Tree | Property Summary | Method Summary | Property Details | Method Details |
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
Inherited from BasicProd
:
firstTokenIndex
isSpecialResponseMatch
lastTokenIndex
Summary of Methods
Inherited from BasicProd
:
canResolveTo
getOrigText
getOrigTokenList
setOrigTokenList
Properties
Methods
getStringText ( ) | en_us.t[7097] |
get my string, with the quotes trimmed off (so we return simply the contents of the string)
TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3
Generated on 5/16/2013 from TADS version 3.1.3