Class ScalaUtils
java.lang.Object
org.opengrok.indexer.analysis.scala.ScalaUtils
Represents a container for Scala-related utility methods and patterns.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Pattern
Matches a dollar sign, which is a valid URI character but also the start of string interpolation. -
Method Summary
-
Field Details
-
DOLLAR_SIGN
Matches a dollar sign, which is a valid URI character but also the start of string interpolation.
-