BinaryOpPoint

esmeta.ty.BinaryOpPoint
case class BinaryOpPoint(func: Func, node: Node, binary: EBinary) extends TypeErrorPoint

binary operation points

Attributes

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

Members list

Value members

Inherited methods

def isBuiltin: Boolean

Attributes

Inherited from:
TypeErrorPoint
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
TyElem -> Any
Inherited from:
TyElem
def toString(detail: Boolean, location: Boolean): String

stringify with options

stringify with options

Attributes

Inherited from:
TyElem