ArgAssignPoint

esmeta.analyzer.TypeErrorDecl.ArgAssignPoint
case class ArgAssignPoint(callPoint: CallPoint, idx: Int) extends TypeErrorPoint

argument assignment points

Attributes

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

Members list

Value members

Concrete methods

inline def func: Func
inline def noView: ArgAssignPoint
inline def node: Node
inline def param: Param
inline def view: View

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
AnalyzerElem -> Any
Inherited from:
AnalyzerElem
def toString(detail: Boolean, line: Boolean, asite: Boolean): String

stringify with options

stringify with options

Attributes

Inherited from:
AnalyzerElem