Mode

final class Mode(val bits: Int) extends AnyVal

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

Companion
object
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

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

Concrete fields

val bits: Int