Keyword

amyc.parsing.keywords$.Keyword
sealed abstract class Keyword

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object `abstract`.type
object `case`.type
object `class`.type
object `else`.type
object `if`.type
object `match`.type
object `val`.type
object end.type
object error.type
object fn.type
object module.type
object wildcard.type
Show all

Members list

Value members

Abstract methods

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
Any