Class: Piggly::Parser::Nodes::TDatatype
- Defined in:
- lib/piggly/parser/nodes.rb
Instance Attribute Summary
Attributes inherited from NodeClass
Instance Method Summary collapse
Methods inherited from Token
Methods inherited from Terminal
Methods inherited from NodeClass
#assignment?, #block?, #branch?, #comment?, #else?, #expression?, #for?, #identifier?, #if?, #indent, #keyword?, #label?, #loop?, #named?, #sql?, #statement?, #string?, #stub?, #tag, #tag_id, #tagged?, #token?, #while?, #whitespace?
Methods included from Traversal
#count, #find, #flatten, #inject, #select
Constructor Details
This class inherits a constructor from Piggly::Parser::Nodes::Terminal
Instance Method Details
#datatype? ⇒ Boolean
329 330 331 |
# File 'lib/piggly/parser/nodes.rb', line 329 def datatype? true end |
#style ⇒ Object
328 |
# File 'lib/piggly/parser/nodes.rb', line 328 def style; "tD"; end |