Keywords

scala.meta.internal.parsers.Keywords
object Keywords

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Keywords.type

Members list

Type members

Classlikes

abstract class AsWithFunc[A](isEnabled: Boolean, func: String => Option[A])

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
abstract class IsWithName(isEnabled: Boolean, val name: String) extends IsWithPred

Attributes

Supertypes
class IsWithPred
trait Token => Boolean
class Object
trait Matchable
class Any
Known subtypes
object PatAlt
object Star
object KwAs
object KwDerives
object KwEnd
object KwErased
object KwExtension
object KwInfix
object KwInline
object KwInto
object KwOpaque
object KwOpen
object KwTracked
object KwTransparent
object KwUsing
object StarSplice
Show all
abstract class IsWithPred(isEnabled: Boolean, pred: String => Boolean) extends Token => Boolean

Attributes

Supertypes
trait Token => Boolean
class Object
trait Matchable
class Any
Known subtypes
class IsWithName
object PatAlt
object Star
object KwAs
object KwDerives
object KwEnd
object KwErased
object KwExtension
object KwInfix
object KwInline
object KwInto
object KwOpaque
object KwOpen
object KwTracked
object KwTransparent
object KwUsing
object StarSplice
class NotWithName
object NotPatAlt
Show all
object NotPatAlt extends NotWithName

Attributes

Supertypes
class NotWithName
class IsWithPred
trait Token => Boolean
class Object
trait Matchable
class Any
Show all
Self type
NotPatAlt.type
abstract class NotWithName(val name: String) extends IsWithPred

Attributes

Supertypes
class IsWithPred
trait Token => Boolean
class Object
trait Matchable
class Any
Known subtypes
object NotPatAlt
object PatAlt extends IsWithName

Attributes

Supertypes
class IsWithName
class IsWithPred
trait Token => Boolean
class Object
trait Matchable
class Any
Show all
Self type
PatAlt.type
object Star extends IsWithName

Attributes

Supertypes
class IsWithName
class IsWithPred
trait Token => Boolean
class Object
trait Matchable
class Any
Show all
Self type
Star.type

Value members

Concrete methods

final def unapply(token: Ident): Option[String]