Mode

dotty.tools.dotc.interactive.Completion.Mode
See theMode companion class
object Mode

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Mode.type

Members list

Value members

Concrete fields

Both term and type symbols are allowed

Both term and type symbols are allowed

Attributes

val None: Mode

No symbol should be included

No symbol should be included

Attributes

val Term: Mode

Term symbols are allowed

Term symbols are allowed

Attributes

val Type: Mode

Type and stable term symbols are allowed

Type and stable term symbols are allowed

Attributes