class Prism::LexResult

def initialize(value, comments, magic_comments, data_loc, errors, warnings, source)

Create a new lex result object with the given values.
def initialize(value, comments, magic_comments, data_loc, errors, warnings, source)
  @value = value
  super(comments, magic_comments, data_loc, errors, warnings, source)
end