module

Noir::GroovyLiteralScanner

Constants

SLASHY_PRECEDING_CHARS = ['(', '[', '{', ',', ':', ';', '=', '!', '&', '|', '?', '+', '-', '*', '%', '<', '>', '~']
SLASHY_PRECEDING_KEYWORDS = Set {"assert", "case", "in", "return", "throw"}

Instance methods

skip_literal(content, pos : Int32) : Int32 | Nil
Source