final case class ConstantType(value: semanticdb.ConstantType) extends SealedValue with Product with Serializable
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConstantType
- SealedValue
- GeneratedOneof
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
Implicitly
- by XtensionTokenizeInputLike
- by XtensionStructure
- by XtensionSyntax
- by XtensionShow
- by XtensionParseInputLike
- by XtensionClassifiable
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ConstantType(value: semanticdb.ConstantType)
Type Members
-
type
ValueType = semanticdb.ConstantType
- Definition Classes
- ConstantType → GeneratedOneof
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from ConstantType to any2stringadd[ConstantType] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (ConstantType, B)
- Implicit
- This member is added by an implicit conversion from ConstantType to ArrowAssoc[ConstantType] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
annotatedType: Option[semanticdb.AnnotatedType]
- Definition Classes
- SealedValue
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
byNameType: Option[semanticdb.ByNameType]
- Definition Classes
- SealedValue
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
constantType: Option[semanticdb.ConstantType]
- Definition Classes
- ConstantType → SealedValue
-
def
ensuring(cond: (ConstantType) ⇒ Boolean, msg: ⇒ Any): ConstantType
- Implicit
- This member is added by an implicit conversion from ConstantType to Ensuring[ConstantType] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (ConstantType) ⇒ Boolean): ConstantType
- Implicit
- This member is added by an implicit conversion from ConstantType to Ensuring[ConstantType] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ConstantType
- Implicit
- This member is added by an implicit conversion from ConstantType to Ensuring[ConstantType] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): ConstantType
- Implicit
- This member is added by an implicit conversion from ConstantType to Ensuring[ConstantType] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
existentialType: Option[semanticdb.ExistentialType]
- Definition Classes
- SealedValue
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
intersectionType: Option[semanticdb.IntersectionType]
- Definition Classes
- SealedValue
-
def
is[U](implicit c: Classifier[ConstantType, U]): Boolean
- Implicit
- This member is added by an implicit conversion from ConstantType to meta.XtensionClassifiable[ConstantType] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[ConstantType] is in scope.
- Definition Classes
- XtensionClassifiable
-
def
isAnnotatedType: Boolean
- Definition Classes
- SealedValue
-
def
isAny[U1, U2, U3, U4](implicit c1: Classifier[ConstantType, U1], c2: Classifier[ConstantType, U2], c3: Classifier[ConstantType, U3], c4: Classifier[ConstantType, U4]): Boolean
- Implicit
- This member is added by an implicit conversion from ConstantType to meta.XtensionClassifiable[ConstantType] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[ConstantType] is in scope.
- Definition Classes
- XtensionClassifiable
-
def
isAny[U1, U2, U3](implicit c1: Classifier[ConstantType, U1], c2: Classifier[ConstantType, U2], c3: Classifier[ConstantType, U3]): Boolean
- Implicit
- This member is added by an implicit conversion from ConstantType to meta.XtensionClassifiable[ConstantType] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[ConstantType] is in scope.
- Definition Classes
- XtensionClassifiable
-
def
isAny[U1, U2](implicit c1: Classifier[ConstantType, U1], c2: Classifier[ConstantType, U2]): Boolean
- Implicit
- This member is added by an implicit conversion from ConstantType to meta.XtensionClassifiable[ConstantType] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[ConstantType] is in scope.
- Definition Classes
- XtensionClassifiable
-
def
isAnyOf(cs: Classifier[ConstantType, _]*): Boolean
- Implicit
- This member is added by an implicit conversion from ConstantType to meta.XtensionClassifiable[ConstantType] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[ConstantType] is in scope.
- Definition Classes
- XtensionClassifiable
-
def
isByNameType: Boolean
- Definition Classes
- SealedValue
-
def
isConstantType: Boolean
- Definition Classes
- ConstantType → SealedValue
-
def
isDefined: Boolean
- Definition Classes
- SealedValue → GeneratedOneof
-
def
isEmpty: Boolean
- Definition Classes
- SealedValue → GeneratedOneof
-
def
isExistentialType: Boolean
- Definition Classes
- SealedValue
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isIntersectionType: Boolean
- Definition Classes
- SealedValue
-
def
isLambdaType: Boolean
- Definition Classes
- SealedValue
-
def
isMatchType: Boolean
- Definition Classes
- SealedValue
-
def
isNot[U](implicit c: Classifier[ConstantType, U]): Boolean
- Implicit
- This member is added by an implicit conversion from ConstantType to meta.XtensionClassifiable[ConstantType] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[ConstantType] is in scope.
- Definition Classes
- XtensionClassifiable
-
def
isRepeatedType: Boolean
- Definition Classes
- SealedValue
-
def
isSingleType: Boolean
- Definition Classes
- SealedValue
-
def
isStructuralType: Boolean
- Definition Classes
- SealedValue
-
def
isSuperType: Boolean
- Definition Classes
- SealedValue
-
def
isThisType: Boolean
- Definition Classes
- SealedValue
-
def
isTypeRef: Boolean
- Definition Classes
- SealedValue
-
def
isUnionType: Boolean
- Definition Classes
- SealedValue
-
def
isUniversalType: Boolean
- Definition Classes
- SealedValue
-
def
isWithType: Boolean
- Definition Classes
- SealedValue
-
def
lambdaType: Option[semanticdb.LambdaType]
- Definition Classes
- SealedValue
-
def
matchType: Option[semanticdb.MatchType]
- Definition Classes
- SealedValue
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
number: Int
- Definition Classes
- ConstantType → GeneratedOneof
-
def
parse[U](implicit convert: Convert[ConstantType, inputs.Input], parse: Parse[U], dialect: Dialect): parsers.Parsed[U]
- Implicit
- This member is added by an implicit conversion from ConstantType to meta.XtensionParseInputLike[ConstantType] performed by method XtensionParseInputLike in scala.meta.parsers.Api.
- Definition Classes
- XtensionParseInputLike
-
def
repeatedType: Option[semanticdb.RepeatedType]
- Definition Classes
- SealedValue
-
def
show[Style[X] <: Show[X]](implicit style: Style[ConstantType]): String
- Implicit
- This member is added by an implicit conversion from ConstantType to meta.XtensionShow[ConstantType] performed by method XtensionShow in scala.meta.prettyprinters.Api.
- Definition Classes
- XtensionShow
-
def
singleType: Option[semanticdb.SingleType]
- Definition Classes
- SealedValue
-
def
structuralType: Option[semanticdb.StructuralType]
- Definition Classes
- SealedValue
-
def
structure: String
- Implicit
- This member is added by an implicit conversion from ConstantType to meta.XtensionStructure[ConstantType] performed by method XtensionStructure in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Structure[ConstantType] is in scope.
- Definition Classes
- XtensionStructure
-
def
superType: Option[semanticdb.SuperType]
- Definition Classes
- SealedValue
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
syntax: String
- Implicit
- This member is added by an implicit conversion from ConstantType to meta.XtensionSyntax[ConstantType] performed by method XtensionSyntax in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Syntax[ConstantType] is in scope.
- Definition Classes
- XtensionSyntax
-
def
thisType: Option[semanticdb.ThisType]
- Definition Classes
- SealedValue
-
def
tokenize(implicit convert: Convert[ConstantType, inputs.Input], tokenize: Tokenize, dialect: Dialect): tokenizers.Tokenized
- Implicit
- This member is added by an implicit conversion from ConstantType to meta.XtensionTokenizeInputLike[ConstantType] performed by method XtensionTokenizeInputLike in scala.meta.tokenizers.Api.
- Definition Classes
- XtensionTokenizeInputLike
-
def
typeRef: Option[semanticdb.TypeRef]
- Definition Classes
- SealedValue
-
def
unionType: Option[semanticdb.UnionType]
- Definition Classes
- SealedValue
-
def
universalType: Option[semanticdb.UniversalType]
- Definition Classes
- SealedValue
-
val
value: semanticdb.ConstantType
- Definition Classes
- ConstantType → GeneratedOneof
-
def
valueOption: Option[ValueType]
- Definition Classes
- GeneratedOneof
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
withType: Option[semanticdb.WithType]
- Definition Classes
- SealedValue
-
def
→[B](y: B): (ConstantType, B)
- Implicit
- This member is added by an implicit conversion from ConstantType to ArrowAssoc[ConstantType] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Deprecated Value Members
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ConstantType to StringFormat[ConstantType] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)instead ofvalue.formatted(formatString), or use thef""string interpolator. In Java 15 and later,formattedresolves to the new method in String which has reversed parameters.