Mode

dotty.tools.dotc.interactive.Completion.Mode
See theMode companion object
final class Mode(val bits: Int) extends AnyVal

The completion mode: defines what kinds of symbols should be included in the completion results.

Attributes

Companion
object
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def is(other: Mode): Boolean
def |(other: Mode): Mode

Concrete fields

val bits: Int