class Prism::LexCompat::Token

def state

The state of the lexer when this token was produced.
def state
  self[3]
end