LiteralValue

io.github.scalats.ast.LiteralValue
case class LiteralValue(name: String, typeRef: TypeRef, rawValue: String) extends Value with SimpleValue

A literal Value.

Attributes

name

the member name

typeRef

the reference for the member type

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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Value