semantic-lex-string

semantic-lex-string is a variable defined in `lex.el'.
Its value is shown below.

Documentation:
Detect and create a string token.

Value:

((looking-at "\\s\"") (semantic-lex-push-token (semantic-lex-token 'string (point) (save-excursion (semantic-lex-unterminated-syntax-protection 'string (forward-sexp 1) (point))))))