Class: Fop::Tokenizer::Escapes

Inherits:
Struct
  • Object
show all
Defined in:
lib/fop/tokenizer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expObject

Returns the value of attribute exp

Returns:

  • (Object)

    the current value of exp



7
8
9
# File 'lib/fop/tokenizer.rb', line 7

def exp
  @exp
end

#operatorsObject

Returns the value of attribute operators

Returns:

  • (Object)

    the current value of operators



7
8
9
# File 'lib/fop/tokenizer.rb', line 7

def operators
  @operators
end

#regexObject

Returns the value of attribute regex

Returns:

  • (Object)

    the current value of regex



7
8
9
# File 'lib/fop/tokenizer.rb', line 7

def regex
  @regex
end

#regex_captureObject

Returns the value of attribute regex_capture

Returns:

  • (Object)

    the current value of regex_capture



7
8
9
# File 'lib/fop/tokenizer.rb', line 7

def regex_capture
  @regex_capture
end

#regex_escapeObject

Returns the value of attribute regex_escape

Returns:

  • (Object)

    the current value of regex_escape



7
8
9
# File 'lib/fop/tokenizer.rb', line 7

def regex_escape
  @regex_escape
end

#wildcardsObject

Returns the value of attribute wildcards

Returns:

  • (Object)

    the current value of wildcards



7
8
9
# File 'lib/fop/tokenizer.rb', line 7

def wildcards
  @wildcards
end