Class: Predicator::AST::StringArray
- Defined in:
- lib/predicator/ast.rb
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
Methods inherited from Unary
Methods inherited from Node
#each, #initialize, #literal?, #to_dot, #to_instructions, #to_s, #variable?
Constructor Details
This class inherits a constructor from Predicator::AST::Node
Instance Method Details
#type ⇒ Object
67 |
# File 'lib/predicator/ast.rb', line 67 def type; :STRARRAY; end |