class Regexp::Expression::Subexpression

def initialize(token, options = {})

def initialize(token, options = {})
  super
  self.expressions = []
end