LiteralValue
io.github.scalats.ast.LiteralValue
case class LiteralValue(name: String, typeRef: TypeRef, rawValue: String) extends Value, SimpleValue
A literal Value.
Value parameters
- name
-
the member name
- typeRef
-
the reference for the member type
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SimpleValuetrait Valueclass Objecttrait Matchableclass Any
Members list
In this article