Class: Skeem::SkmQuasiquotation
- Inherits:
-
SkmQuotation
- Object
- Struct
- SkmElement
- SkmExpression
- SkmUnaryExpression
- SkmQuotation
- Skeem::SkmQuasiquotation
- Defined in:
- lib/skeem/skm_unary_expression.rb
Overview
class
Instance Attribute Summary
Attributes inherited from SkmUnaryExpression
Attributes inherited from SkmElement
Instance Method Summary collapse
Methods inherited from SkmQuotation
Methods inherited from SkmUnaryExpression
Methods inherited from SkmElement
#accept, #boolean?, #bound!, #callable?, #char?, #complex?, #done!, #eqv?, #initialize, #inspect, #integer?, #list?, #null?, #number?, #pair?, #procedure?, #quoted!, #rational?, #real?, #skm_eq?, #skm_equal?, #string?, #symbol?, #unquoted!, #vector?, #verbatim?
Constructor Details
This class inherits a constructor from Skeem::SkmQuotation
Instance Method Details
#evaluate(aRuntime) ⇒ Object
57 58 59 |
# File 'lib/skeem/skm_unary_expression.rb', line 57 def evaluate(aRuntime) quasiquote(aRuntime) end |
#quasiquote(aRuntime) ⇒ Object
61 62 63 |
# File 'lib/skeem/skm_unary_expression.rb', line 61 def quasiquote(aRuntime) child.quasiquote(aRuntime) end |