OperatorApplication

scalapb.compiler.OperatorApplication
case class OperatorApplication(op: String) extends LiteralExpression

Attributes

Graph
Supertypes
trait Expression
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def isFunctionApplication: Boolean
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