Class: Jade::Frontend::PatternAnalysis::Literal
- Inherits:
-
Data
- Object
- Data
- Jade::Frontend::PatternAnalysis::Literal
- Defined in:
- lib/jade/frontend/pattern_analysis.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
Instance Attribute Details
#type ⇒ Object (readonly)
Returns the value of attribute type
12 13 14 |
# File 'lib/jade/frontend/pattern_analysis.rb', line 12 def type @type end |
#value ⇒ Object (readonly)
Returns the value of attribute value
12 13 14 |
# File 'lib/jade/frontend/pattern_analysis.rb', line 12 def value @value end |
Instance Method Details
#to_s ⇒ Object
14 |
# File 'lib/jade/frontend/pattern_analysis.rb', line 14 def to_s; value.inspect; end |
#wildcard? ⇒ Boolean
13 |
# File 'lib/jade/frontend/pattern_analysis.rb', line 13 def wildcard?; false; end |