Sandbox: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(wiki bot test)
No edit summary
Line 1: Line 1:
<!-- Besides the comments at the end this page has been generated
  -- with the olmar wiki bot on behalf of Hendrik Tews
  --> __NOTOC__
E_stringLit is a Ast subtype node belonging to Expression.
E_stringLit is a Ast subtype node belonging to Expression.



Revision as of 19:42, 22 November 2007

E_stringLit is a Ast subtype node belonging to Expression.

Data Fields

  • string_lit_type : CType option
  • string_lit_text : stringRef
  • continuation : E_stringLit option
  • fullTextNQ : stringRef option

Comments

Please make your modifications only below, because the content above will be regenerated automatically from time to time.