Class: Treetop::Runtime::SyntaxNode
- Inherits:
-
Object
- Object
- Treetop::Runtime::SyntaxNode
- Defined in:
- lib/marker/common.rb
Overview
:nodoc:
Direct Known Subclasses
Instance Method Summary collapse
-
#present? ⇒ Boolean
returns whether the ParseNode matched any text.
Instance Method Details
#present? ⇒ Boolean
returns whether the ParseNode matched any text
13 14 15 |
# File 'lib/marker/common.rb', line 13 def present? not text_value.empty? end |