ExpressionList

scalapb.compiler.ExpressionList
case class ExpressionList(l: List[LiteralExpression]) extends Expression

Attributes

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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Expression
def apply(e: String, sourceType: EnclosingType): String

Attributes

Inherited from:
Expression
def apply(e: String, sourceType: EnclosingType, mustCopy: Boolean): String

Attributes

Inherited from:
Expression
def apply(e: String, sourceType: EnclosingType, targetType: EnclosingType): String

Attributes

Inherited from:
Expression
def apply(e: String, sourceType: EnclosingType, targetType: EnclosingType, mustCopy: Boolean): String

Attributes

Inherited from:
Expression
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product