FunctionApplication

scalapb.compiler.FunctionApplication
case class FunctionApplication(name: String) extends LiteralExpression

Attributes

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

Members list

Concise view

Value members

Concrete methods

def isIdentity: Boolean

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