Class: Piggly::Parser::Nodes::TIdentifier
- 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?, #datatype?, #else?, #expression?, #for?, #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
#identifier? ⇒ Boolean
322 323 324 |
# File 'lib/piggly/parser/nodes.rb', line 322 def identifier? true end |
#style ⇒ Object
321 |
# File 'lib/piggly/parser/nodes.rb', line 321 def style; "tI"; end |