Unrecognized

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

Attributes

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

Members list

Concise view

Type members

Inherited types

Attributes

Inherited from:
Schema

Value members

Inherited methods

final def asRecognized: Option[Recognized]

Attributes

Inherited from:
Schema
def index: Int

Attributes

Inherited from:
SemanticdbUnrecognizedEnum
def isLegacy: Boolean

Attributes

Inherited from:
Schema
def isSemanticdb3: Boolean

Attributes

Inherited from:
Schema
def isSemanticdb4: Boolean

Attributes

Inherited from:
Schema
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:
Schema