Class Parslet::Atoms::Str
In: lib/parslet/atoms/visitor.rb
lib/parslet/atoms/str.rb
Parent: Object

Matches a string of characters.

Example:

  str('foo') # matches 'foo'

Methods

accept   new   to_s_inner   try  

Attributes

str  [R] 

Public Class methods

Public Instance methods

Call back visitors visit_str method. See parslet/export for an example.

[Validate]