Class: Fop::Tokenizer::Escapes
- Inherits:
-
Struct
- Object
- Struct
- Fop::Tokenizer::Escapes
- Defined in:
- lib/fop/tokenizer.rb
Instance Attribute Summary collapse
-
#exp ⇒ Object
Returns the value of attribute exp.
-
#operators ⇒ Object
Returns the value of attribute operators.
-
#regex ⇒ Object
Returns the value of attribute regex.
-
#regex_capture ⇒ Object
Returns the value of attribute regex_capture.
-
#regex_escape ⇒ Object
Returns the value of attribute regex_escape.
-
#whitespace ⇒ Object
Returns the value of attribute whitespace.
-
#whitespace_sep ⇒ Object
Returns the value of attribute whitespace_sep.
-
#wildcards ⇒ Object
Returns the value of attribute wildcards.
Instance Attribute Details
#exp ⇒ Object
Returns the value of attribute exp
6 7 8 |
# File 'lib/fop/tokenizer.rb', line 6 def exp @exp end |
#operators ⇒ Object
Returns the value of attribute operators
6 7 8 |
# File 'lib/fop/tokenizer.rb', line 6 def operators @operators end |
#regex ⇒ Object
Returns the value of attribute regex
6 7 8 |
# File 'lib/fop/tokenizer.rb', line 6 def regex @regex end |
#regex_capture ⇒ Object
Returns the value of attribute regex_capture
6 7 8 |
# File 'lib/fop/tokenizer.rb', line 6 def regex_capture @regex_capture end |
#regex_escape ⇒ Object
Returns the value of attribute regex_escape
6 7 8 |
# File 'lib/fop/tokenizer.rb', line 6 def regex_escape @regex_escape end |
#whitespace ⇒ Object
Returns the value of attribute whitespace
6 7 8 |
# File 'lib/fop/tokenizer.rb', line 6 def whitespace @whitespace end |
#whitespace_sep ⇒ Object
Returns the value of attribute whitespace_sep
6 7 8 |
# File 'lib/fop/tokenizer.rb', line 6 def whitespace_sep @whitespace_sep end |
#wildcards ⇒ Object
Returns the value of attribute wildcards
6 7 8 |
# File 'lib/fop/tokenizer.rb', line 6 def wildcards @wildcards end |