sass-site/source/documentation/Sass/Script/CssLexer.html

198 lines
17 KiB
HTML
Raw Normal View History

2018-10-22 23:13:05 +02:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>
Class: Sass::Script::CssLexer
&mdash; Documentation by YARD 0.9.12
</title>
<link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="../../../assets/css/docs.css" type="text/css" charset="utf-8" />
<script type="text/javascript" charset="utf-8">
hasFrames = window.top.frames.main ? true : false;
relpath = '../../';
framesUrl = "../../frames.html#!Sass/Script/CssLexer.html";
</script>
<script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
</head>
<body>
<div id="header">
<div id="menu">
<a href="../../_index.html">Index (C)</a> &raquo;
<span class='title'><span class='object_link'><a href="../../Sass.html" title="Sass (module)">Sass</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Script.html" title="Sass::Script (module)">Script</a></span></span>
&raquo;
<span class="title">CssLexer</span>
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
</div>
<div id="search">
<a class="full_list_link" id="class_list_link"
href="../../class_list.html">
Class List
</a>
<a class="full_list_link" id="method_list_link"
href="../../method_list.html">
Method List
</a>
<a class="full_list_link" id="file_list_link"
href="../../file_list.html">
File List
</a>
</div>
<div class="clear"></div>
</div>
<iframe id="search_frame"></iframe>
<div id="content"><h1>Class: Sass::Script::CssLexer
</h1>
<dl class="box">
<dt class="r1">Inherits:</dt>
<dd class="r1">
<span class="inheritName"><span class='object_link'><a href="Lexer.html" title="Sass::Script::Lexer (class)">Lexer</a></span></span>
<ul class="fullTree">
<li>Object</li>
<li class="next"><span class='object_link'><a href="Lexer.html" title="Sass::Script::Lexer (class)">Lexer</a></span></li>
<li class="next">Sass::Script::CssLexer</li>
</ul>
<a href="#" class="inheritanceTree">show all</a>
</dd>
<dt class="r2 last">Defined in:</dt>
<dd class="r2 last">.ruby-sass/lib/sass/script/css_lexer.rb</dd>
</dl>
<div class="clear"></div>
<h2>Overview</h2><div class="docstring">
<div class="discussion">
<p>This is a subclass of <span class='object_link'><a href="Lexer.html" title="Sass::Script::Lexer (class)">Lexer</a></span> for use in parsing plain CSS properties.</p>
</div>
</div>
<div class="tags">
<p class="tag_title">See Also:</p>
<ul class="see">
<li><span class='object_link'><a href="../SCSS/CssParser.html" title="Sass::SCSS::CssParser (class)">Sass::SCSS::CssParser</a></span></li>
</ul>
</div>
<h2>Constant Summary</h2>
<h2>Constant Summary</h2>
<h3 class="inherited">Constants inherited
from <span class='object_link'><a href="Lexer.html" title="Sass::Script::Lexer (class)">Lexer</a></span></h3>
<p class="inherited"><span class='object_link'><a href="Lexer.html#IDENT_OP_NAMES-constant" title="Sass::Script::Lexer::IDENT_OP_NAMES (constant)">Lexer::IDENT_OP_NAMES</a></span>, <span class='object_link'><a href="Lexer.html#OPERATORS-constant" title="Sass::Script::Lexer::OPERATORS (constant)">Lexer::OPERATORS</a></span>, <span class='object_link'><a href="Lexer.html#OPERATORS_REVERSE-constant" title="Sass::Script::Lexer::OPERATORS_REVERSE (constant)">Lexer::OPERATORS_REVERSE</a></span>, <span class='object_link'><a href="Lexer.html#OP_NAMES-constant" title="Sass::Script::Lexer::OP_NAMES (constant)">Lexer::OP_NAMES</a></span>, <span class='object_link'><a href="Lexer.html#PARSEABLE_NUMBER-constant" title="Sass::Script::Lexer::PARSEABLE_NUMBER (constant)">Lexer::PARSEABLE_NUMBER</a></span>, <span class='object_link'><a href="Lexer.html#REGULAR_EXPRESSIONS-constant" title="Sass::Script::Lexer::REGULAR_EXPRESSIONS (constant)">Lexer::REGULAR_EXPRESSIONS</a></span>, <span class='object_link'><a href="Lexer.html#STRING_REGULAR_EXPRESSIONS-constant" title="Sass::Script::Lexer::STRING_REGULAR_EXPRESSIONS (constant)">Lexer::STRING_REGULAR_EXPRESSIONS</a></span>, <span class='object_link'><a href="Lexer.html#TOKEN_NAMES-constant" title="Sass::Script::Lexer::TOKEN_NAMES (constant)">Lexer::TOKEN_NAMES</a></span></p>
<h3 class="inherited">Constants included
from <span class='object_link'><a href="../SCSS/RX.html" title="Sass::SCSS::RX (module)">Sass::SCSS::RX</a></span></h3>
<p class="inherited"><span class='object_link'><a href="../SCSS/RX.html#ANY-constant" title="Sass::SCSS::RX::ANY (constant)">Sass::SCSS::RX::ANY</a></span>, <span class='object_link'><a href="../SCSS/RX.html#CDC-constant" title="Sass::SCSS::RX::CDC (constant)">Sass::SCSS::RX::CDC</a></span>, <span class='object_link'><a href="../SCSS/RX.html#CDO-constant" title="Sass::SCSS::RX::CDO (constant)">Sass::SCSS::RX::CDO</a></span>, <span class='object_link'><a href="../SCSS/RX.html#COMMENT-constant" title="Sass::SCSS::RX::COMMENT (constant)">Sass::SCSS::RX::COMMENT</a></span>, <span class='object_link'><a href="../SCSS/RX.html#DASHMATCH-constant" title="Sass::SCSS::RX::DASHMATCH (constant)">Sass::SCSS::RX::DASHMATCH</a></span>, <span class='object_link'><a href="../SCSS/RX.html#DOMAIN-constant" title="Sass::SCSS::RX::DOMAIN (constant)">Sass::SCSS::RX::DOMAIN</a></span>, <span class='object_link'><a href="../SCSS/RX.html#ESCAPE-constant" title="Sass::SCSS::RX::ESCAPE (constant)">Sass::SCSS::RX::ESCAPE</a></span>, <span class='object_link'><a href="../SCSS/RX.html#FUNCTION-constant" title="Sass::SCSS::RX::FUNCTION (constant)">Sass::SCSS::RX::FUNCTION</a></span>, <span class='object_link'><a href="../SCSS/RX.html#GREATER-constant" title="Sass::SCSS::RX::GREATER (constant)">Sass::SCSS::RX::GREATER</a></span>, <span class='object_link'><a href="../SCSS/RX.html#H-constant" title="Sass::SCSS::RX::H (constant)">Sass::SCSS::RX::H</a></span>, <span class='object_link'><a href="../SCSS/RX.html#HASH-constant" title="Sass::SCSS::RX::HASH (constant)">Sass::SCSS::RX::HASH</a></span>, <span class='object_link'><a href="../SCSS/RX.html#HEXCOLOR-constant" title="Sass::SCSS::RX::HEXCOLOR (constant)">Sass::SCSS::RX::HEXCOLOR</a></span>, <span class='object_link'><a href="../SCSS/RX.html#IDENT-constant" title="Sass::SCSS::RX::IDENT (constant)">Sass::SCSS::RX::IDENT</a></span>, <span class='object_link'><a href="../SCSS/RX.html#IDENT_HYPHEN_INTERP-constant" title="Sass::SCSS::RX::IDENT_HYPHEN_INTERP (constant)">Sass::SCSS::RX::IDENT_HYPHEN_INTERP</a></span>, <span class='object_link'><a href="../SCSS/RX.html#IDENT_START-constant" title="Sass::SCSS::RX::IDENT_START (constant)">Sass::SCSS::RX::IDENT_START</a></span>, <span class='object_link'><a href="../SCSS/RX.html#IMPORTANT-constant" title="Sass::SCSS::RX::IMPORTANT (constant)">Sass::SCSS::RX::IMPORTANT</a></span>, <span class='object_link'><a href="../SCSS/RX.html#INCLUDES-constant" title="Sass::SCSS::RX::INCLUDES (constant)">Sass::SCSS::RX::INCLUDES</a></span>, <span class='object_link'><a href="../SCSS/RX.html#INTERP_START-constant" title="Sass::SCSS::RX::INTERP_START (constant)">Sass::SCSS::RX::INTERP_START</a></span>, <span class='object_link'><a href="../SCSS/RX.html#NAME-constant" title="Sass::SCSS::RX::NAME (constant)">Sass::SCSS::RX::NAME</a></span>, <span class='object_link'><a href="../SCSS/RX.html#NL-constant" title="Sass::SCSS::RX::NL (constant)">Sass::SCSS::RX::NL</a></span>, <span class='object_link'><a href="../SCSS/RX.html#NMCHAR-constant" title="Sass::SCSS::RX::NMCHAR (constant)">Sass::SCSS::RX::NMCHAR</a></span>, <span class='object_link'><a href="../SCSS/RX.html#NMSTART-constant" title="Sass::SCSS::RX::NMSTART (constant)">Sass::SCSS::RX::NMSTART</a></span>, <span class='object_link'><a href="../SCSS/RX.html#NONASCII-constant" title="Sass::SCSS::RX::NONASCII (constant)">Sass::SCSS::RX::NONASCII</a></span>, <span class='object_link'><a href="../SCSS/RX.html#NOT-constant" title="Sass::SCSS::RX::NOT (constant)">Sass::SCSS::RX::NOT</a></span>, <span class='object_link'><a href="../SCSS/RX.html#NUMBER-constant" title="Sass::SCSS::RX::NUMBER (constant)">Sass::SCSS::RX::NUMBER</a></span>, <span class='object_link'><a href="../SCSS/RX.html#OPTIONAL-constant" title="Sass::SCSS::RX::OPTIONAL (constant)">Sass::SCSS::RX::OPTIONAL</a></span>, <span class='object_link'><a href="../SCSS/RX.html#PERCENTAGE-constant" title="Sass::SCSS::RX::PERCENTAGE (constant)">Sass::SCSS::RX::PERCENTAGE</a></span>, <span class='object_link'><a href="../SCSS/RX.html#PLUS-constant" title="Sass::SCSS::RX::PLUS
<h2>Method Summary</h2>
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Lexer.html" title="Sass::Script::Lexer (class)">Lexer</a></span></h3>
<p class="inherited"><span class='object_link'><a href="Lexer.html#after_interpolation%3F-instance_method" title="Sass::Script::Lexer#after_interpolation? (method)">#after_interpolation?</a></span>, <span class='object_link'><a href="Lexer.html#char-instance_method" title="Sass::Script::Lexer#char (method)">#char</a></span>, <span class='object_link'><a href="Lexer.html#done%3F-instance_method" title="Sass::Script::Lexer#done? (method)">#done?</a></span>, <span class='object_link'><a href="Lexer.html#expected!-instance_method" title="Sass::Script::Lexer#expected! (method)">#expected!</a></span>, <span class='object_link'><a href="Lexer.html#initialize-instance_method" title="Sass::Script::Lexer#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Lexer.html#line-instance_method" title="Sass::Script::Lexer#line (method)">#line</a></span>, <span class='object_link'><a href="Lexer.html#next-instance_method" title="Sass::Script::Lexer#next (method)">#next</a></span>, <span class='object_link'><a href="Lexer.html#offset-instance_method" title="Sass::Script::Lexer#offset (method)">#offset</a></span>, <span class='object_link'><a href="Lexer.html#peek-instance_method" title="Sass::Script::Lexer#peek (method)">#peek</a></span>, <span class='object_link'><a href="Lexer.html#str-instance_method" title="Sass::Script::Lexer#str (method)">#str</a></span>, <span class='object_link'><a href="Lexer.html#unpeek!-instance_method" title="Sass::Script::Lexer#unpeek! (method)">#unpeek!</a></span>, <span class='object_link'><a href="Lexer.html#whitespace%3F-instance_method" title="Sass::Script::Lexer#whitespace? (method)">#whitespace?</a></span></p>
<h3 class="inherited">Methods included from <span class='object_link'><a href="../SCSS/RX.html" title="Sass::SCSS::RX (module)">Sass::SCSS::RX</a></span></h3>
<p class="inherited"><span class='object_link'><a href="../SCSS/RX.html#escape_char-class_method" title="Sass::SCSS::RX.escape_char (method)">escape_char</a></span>, <span class='object_link'><a href="../SCSS/RX.html#escape_ident-class_method" title="Sass::SCSS::RX.escape_ident (method)">escape_ident</a></span>, <span class='object_link'><a href="../SCSS/RX.html#quote-class_method" title="Sass::SCSS::RX.quote (method)">quote</a></span></p>
<div id="constructor_details" class="method_details_list">
<h2>Constructor Details</h2>
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="Lexer.html#initialize-instance_method" title="Sass::Script::Lexer#initialize (method)">Sass::Script::Lexer</a></span></p>
</div>
<div id="constructor_details" class="method_details_list">
<h2>Constructor Details</h2>
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="Lexer.html#initialize-instance_method" title="Sass::Script::Lexer#initialize (method)">Sass::Script::Lexer</a></span></p>
</div>
</div>
<div id="footer">
Generated on Mon Oct 22 13:20:52 2018 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.12 (ruby-2.5.3).
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-535380-14', 'sass-lang.com');
ga('send', 'pageview');
</script>
</body>
</html>