Class: XRay::CSS::VisitableParser

Inherits:
Parser show all
Includes:
ParserVisitable
Defined in:
lib/runner.rb

Constant Summary

Constants inherited from Parser

Parser::DQUOT_EXPR, Parser::QUOT_EXPR, Parser::R_ANY, Parser::R_IDENT, Parser::R_PROPERTY, Parser::R_SELECTOR, Parser::TERM, Parser::TERM2

Instance Attribute Summary

Attributes inherited from Parser

#comments

Method Summary

Methods included from ParserVisitable

#add_visitor, #add_visitors, included, #parse_no_throw, #results, wrap

Methods inherited from Parser

#initialize, #parse_comment, #parse_declaration, #parse_declarations, #parse_directive, #parse_property, #parse_ruleset, #parse_selector, #parse_simple_selector, #parse_statement, #parse_stylesheet, #parse_value

Methods inherited from BaseParser

#batch, #check, #eos?, #initialize, #raw_scan, #reset, #scan, #skip, #skip_empty, #to_s

Constructor Details

This class inherits a constructor from XRay::CSS::Parser