RubyLexerRegexHandling

io.joern.rubysrc2cpg.parser.RubyLexerRegexHandling

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Members list

Value members

Concrete methods

To be invoked when in DEFAULT_MODE, to check if we are in the context of a regular expression interpolation.

To be invoked when in DEFAULT_MODE, to check if we are in the context of a regular expression interpolation.

Attributes

protected def isStartOfRegex: Boolean

To be invoked when encountering /, deciding if it should emit a REGULAR_EXPRESSION_START token.

To be invoked when encountering /, deciding if it should emit a REGULAR_EXPRESSION_START token.

Attributes