Class: RubyLexer::RenderExactlyStringToken

Inherits:
StringToken show all
Defined in:
lib/rubylexer/token.rb

Overview


Constant Summary

Constants inherited from StringToken

StringToken::DQUOTE_ESCAPE_TABLE, StringToken::PREFIXERS, StringToken::SUFFIXERS

Instance Attribute Summary

Attributes inherited from StringToken

#bs_handler, #char, #close, #elems, #line, #lvars, #modifiers, #open, #startline

Attributes inherited from Token

#allow_ooo_offset, #as, #ident, #offset, #tag

Method Summary

Methods inherited from StringToken

#append, #append_token, #has_str_inc?, #initialize, #to_s, #to_term, #translate_escapes, #with_line

Methods inherited from Token

#error, #has_no_block?, #initialize, #to_s, #ws_munge

Constructor Details

This class inherits a constructor from RubyLexer::StringToken