Obfuscated

sealed abstract case class Obfuscated extends Name with Port

Opaque type for obfuscated identifiers.

Value Params
value

obfuscated identifier with leading '_' (underscore) symbol.

See also
Companion
object
trait Serializable
trait Product
trait Equals
trait Port
trait Name
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product