Unrecognized

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

Attributes

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

Members list

Concise view

Type members

Inherited types

Attributes

Inherited from:
Format

Value members

Inherited methods

final def asRecognized: Option[Recognized]

Attributes

Inherited from:
Format
def index: Int

Attributes

Inherited from:
SemanticdbUnrecognizedEnum
def isHtml: Boolean

Attributes

Inherited from:
Format
def isJavadoc: Boolean

Attributes

Inherited from:
Format
def isKdoc: Boolean

Attributes

Inherited from:
Format
def isMarkdown: Boolean

Attributes

Inherited from:
Format
def isScaladoc: Boolean

Attributes

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