UplcAnnotation

scalus.uplc.UplcAnnotation
See theUplcAnnotation companion object
case class UplcAnnotation(pos: ScalusSourcePos = ..., functionName: String = ...)

Attributes

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

Members list

Value members

Concrete methods

def isEffectivelyEmpty: Boolean

Like isEmpty but also treats the synthetic compile-boundary root position as empty (see scalus.utils.ScalusSourcePos.isEffectivelyEmpty).

Like isEmpty but also treats the synthetic compile-boundary root position as empty (see scalus.utils.ScalusSourcePos.isEffectivelyEmpty).

Attributes

def isEmpty: Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product