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.
-
#wildcards ⇒ Object
Returns the value of attribute wildcards.
Instance Attribute Details
#exp ⇒ Object
Returns the value of attribute exp
7 8 9 |
# File 'lib/fop/tokenizer.rb', line 7 def exp @exp end |
#operators ⇒ Object
Returns the value of attribute operators
7 8 9 |
# File 'lib/fop/tokenizer.rb', line 7 def operators @operators end |
#regex ⇒ Object
Returns the value of attribute regex
7 8 9 |
# File 'lib/fop/tokenizer.rb', line 7 def regex @regex end |
#regex_capture ⇒ Object
Returns the value of attribute regex_capture
7 8 9 |
# File 'lib/fop/tokenizer.rb', line 7 def regex_capture @regex_capture end |
#regex_escape ⇒ Object
Returns the value of attribute regex_escape
7 8 9 |
# File 'lib/fop/tokenizer.rb', line 7 def regex_escape @regex_escape end |
#wildcards ⇒ Object
Returns the value of attribute wildcards
7 8 9 |
# File 'lib/fop/tokenizer.rb', line 7 def wildcards @wildcards end |