StringLit

scala.util.parsing.combinator.token.StdTokens.StringLit
case class StringLit(chars: String) extends Token

The class of string literal tokens

Attributes

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

Members list

Concise view

Value members

Concrete 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

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product