Class: Piggly::Parser::Nodes::Token
- Defined in:
- lib/piggly/parser/nodes.rb
Direct Known Subclasses
TComment, TDatatype, TDollarQuoteMarker, TIdentifier, TKeyword, TLabel, TString
Instance Attribute Summary
Attributes inherited from NodeClass
Instance Method Summary collapse
Methods inherited from Terminal
Methods inherited from NodeClass
#assignment?, #block?, #branch?, #comment?, #datatype?, #else?, #expression?, #for?, #identifier?, #if?, #indent, #keyword?, #label?, #loop?, #named?, #sql?, #statement?, #string?, #stub?, #style, #tag, #tag_id, #tagged?, #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
#token? ⇒ Boolean
297 298 299 |
# File 'lib/piggly/parser/nodes.rb', line 297 def token? true end |