Unrecognized

dotty.tools.dotc.semanticdb.SymbolOccurrence$.Role$.Unrecognized
final case class Unrecognized(unrecognizedValue: Int) extends Role with SemanticdbUnrecognizedEnum

Attributes

Graph
Supertypes
class Role
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Inherited types

type EnumType = Role

Attributes

Inherited from:
Role

Value members

Inherited methods

final def asRecognized: Option[Recognized]

Attributes

Inherited from:
Role
def index: Int

Attributes

Inherited from:
SemanticdbUnrecognizedEnum
def isDefinition: Boolean

Attributes

Inherited from:
Role
def isReference: Boolean

Attributes

Inherited from:
Role
def isUnknownRole: Boolean

Attributes

Inherited from:
Role
override def isUnrecognized: Boolean
def name: String

Attributes

Inherited from:
SemanticdbUnrecognizedEnum
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Inherited from:
SemanticdbGeneratedEnum

Inherited fields

val value: Int

Attributes

Inherited from:
Role