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



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

def exp
  @exp
end

#operatorsObject

Returns the value of attribute operators

Returns:

  • (Object)

    the current value of operators



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

def operators
  @operators
end

#regexObject

Returns the value of attribute regex

Returns:

  • (Object)

    the current value of regex



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

def regex
  @regex
end

#regex_captureObject

Returns the value of attribute regex_capture

Returns:

  • (Object)

    the current value of regex_capture



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

def regex_capture
  @regex_capture
end

#regex_escapeObject

Returns the value of attribute regex_escape

Returns:

  • (Object)

    the current value of regex_escape



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

def regex_escape
  @regex_escape
end

#whitespaceObject

Returns the value of attribute whitespace

Returns:

  • (Object)

    the current value of whitespace



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

def whitespace
  @whitespace
end

#whitespace_sepObject

Returns the value of attribute whitespace_sep

Returns:

  • (Object)

    the current value of whitespace_sep



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

def whitespace_sep
  @whitespace_sep
end

#wildcardsObject

Returns the value of attribute wildcards

Returns:

  • (Object)

    the current value of wildcards



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

def wildcards
  @wildcards
end