Class/Object

scala.meta.tokens.Token

KwProtected

Related Docs: object KwProtected | package Token

Permalink

final class KwProtected extends Token with Product

Annotations
@tokenClass( "protected" ) @leafClass()
Linear Supertypes
Token, Serializable, java.io.Serializable, Product, scala.Equals, internal.tokens.Metadata.Token, Adt, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KwProtected
  2. Token
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. Token
  8. Adt
  9. AnyRef
  10. Any
Implicitly
  1. by XtensionTokenName
  2. by XtensionTokenAdjust
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new KwProtected(content: Content, dialect: Dialect, start: Int)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from KwProtected to any2stringadd[KwProtected] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (KwProtected, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from KwProtected to ArrowAssoc[KwProtected] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def adjust(content: Content = token.content, dialect: Dialect = token.dialect, delta: Int = 0): Token

    Permalink
    Implicit information
    This member is added by an implicit conversion from KwProtected to XtensionTokenAdjust performed by method XtensionTokenAdjust in scala.meta.internal.tokens.
    Definition Classes
    XtensionTokenAdjust
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    KwProtected → Equals
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val content: Content

    Permalink
    Definition Classes
    KwProtectedToken
  11. def copy(content: Content = this.content, dialect: Dialect = this.dialect, start: Int = this.start): KwProtected

    Permalink
  12. val dialect: Dialect

    Permalink
    Definition Classes
    KwProtectedToken
  13. def end: Int

    Permalink
    Definition Classes
    KwProtectedToken
  14. def ensuring(cond: (KwProtected) ⇒ Boolean, msg: ⇒ Any): KwProtected

    Permalink
    Implicit information
    This member is added by an implicit conversion from KwProtected to Ensuring[KwProtected] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (KwProtected) ⇒ Boolean): KwProtected

    Permalink
    Implicit information
    This member is added by an implicit conversion from KwProtected to Ensuring[KwProtected] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): KwProtected

    Permalink
    Implicit information
    This member is added by an implicit conversion from KwProtected to Ensuring[KwProtected] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): KwProtected

    Permalink
    Implicit information
    This member is added by an implicit conversion from KwProtected to Ensuring[KwProtected] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    KwProtected → Equals → AnyRef → Any
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from KwProtected to StringFormat[KwProtected] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Permalink
    Definition Classes
    KwProtected → AnyRef → Any
  24. def is[U](implicit classifier: Classifier[Token, U]): Boolean

    Permalink
    Definition Classes
    KwProtectedToken
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def isNot[U](implicit classifier: Classifier[Token, U]): Boolean

    Permalink
    Definition Classes
    KwProtectedToken
  27. def name: String

    Permalink
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def pos: Position

    Permalink
    Definition Classes
    KwProtectedToken
  32. def productArity: Int

    Permalink
    Definition Classes
    KwProtected → Product
  33. def productElement(n: Int): Any

    Permalink
    Definition Classes
    KwProtected → Product
  34. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    KwProtected → Product
  35. def productPrefix: String

    Permalink
    Definition Classes
    KwProtected → Product
  36. val start: Int

    Permalink
    Definition Classes
    KwProtectedToken
  37. def structure: String

    Permalink
    Definition Classes
    KwProtectedToken
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def syntax: String

    Permalink
    Definition Classes
    KwProtectedToken
  40. final def toString(): String

    Permalink
    Definition Classes
    KwProtected → AnyRef → Any
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def [B](y: B): (KwProtected, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from KwProtected to ArrowAssoc[KwProtected] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def name: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from KwProtected to XtensionTokenName performed by method XtensionTokenName in scala.meta.internal.tokens.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (kwProtected: XtensionTokenName).name
    Definition Classes
    XtensionTokenName

Inherited from Token

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product

Inherited from scala.Equals

Inherited from internal.tokens.Metadata.Token

Inherited from Adt

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion XtensionTokenName from KwProtected to XtensionTokenName

Inherited by implicit conversion XtensionTokenAdjust from KwProtected to XtensionTokenAdjust

Inherited by implicit conversion any2stringadd from KwProtected to any2stringadd[KwProtected]

Inherited by implicit conversion StringFormat from KwProtected to StringFormat[KwProtected]

Inherited by implicit conversion Ensuring from KwProtected to Ensuring[KwProtected]

Inherited by implicit conversion ArrowAssoc from KwProtected to ArrowAssoc[KwProtected]

Ungrouped