Class

inox.ast

Identifier

Related Doc: package ast

Permalink

class Identifier extends Ordered[Identifier]

Represents a unique symbol in Inox.

The name is stored in the decoded (source code) form rather than encoded (JVM) form. The type may be left blank (Untyped) for Identifiers that are not variables.

Linear Supertypes
Ordered[Identifier], Comparable[Identifier], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Identifier
  2. Ordered
  3. Comparable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Identifier(name: String, globalId: Int, id: Int, alwaysShowUniqueID: Boolean = false)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: Identifier): Boolean

    Permalink
    Definition Classes
    Ordered
  4. def <=(that: Identifier): Boolean

    Permalink
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: Identifier): Boolean

    Permalink
    Definition Classes
    Ordered
  7. def >=(that: Identifier): Boolean

    Permalink
    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def asString(implicit opts: Trees.PrinterOptions): String

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def compare(that: Identifier): Int

    Permalink
    Definition Classes
    Identifier → Ordered
  12. def compareTo(that: Identifier): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    Identifier → AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def freshen: Identifier

    Permalink
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. val globalId: Int

    Permalink
  19. def hashCode(): Int

    Permalink
    Definition Classes
    Identifier → AnyRef → Any
  20. val id: Int

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. val name: String

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    Identifier → AnyRef → Any
  28. def uniqueName: String

    Permalink
  29. def uniqueNameDelimited(delim: String): String

    Permalink
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Ordered[Identifier]

Inherited from Comparable[Identifier]

Inherited from AnyRef

Inherited from Any

Ungrouped