Packages

final class FlatPos extends Position with DatatypeSig

Annotations
@datatype()
Linear Supertypes
Position, DatatypeSig, DatatypeMarker, Immutable, ImmutableMarker, Clonable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FlatPos
  2. Position
  3. DatatypeSig
  4. DatatypeMarker
  5. Immutable
  6. ImmutableMarker
  7. Clonable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FlatPos(__uriOpt: Option[String], __beginLine32: U32, __beginColumn32: U32, __endLine32: U32, __endColumn32: U32, __offset32: U32, __length32: U32)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def $cannotMixImmutableAndMutable: Nothing
    Attributes
    protected
    Definition Classes
    Immutable
  4. def $clone: ImmutableMarker
    Definition Classes
    ImmutableMarker → Clonable
  5. lazy val $content: Seq[(java.lang.String, Any)]
    Definition Classes
    FlatPosDatatypeSig
  6. final val $hasEquals: Boolean(true)
    Attributes
    protected
    Definition Classes
    PositionImmutable
  7. final val $hasString: Boolean(true)
    Attributes
    protected
    Definition Classes
    PositionImmutable
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def apply(uriOpt: Option[String] = ..., beginLine32: U32 = ..., beginColumn32: U32 = ..., endLine32: U32 = ..., endColumn32: U32 = ..., offset32: U32 = ..., length32: U32 = ...): FlatPos
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def beginColumn: Z
    Definition Classes
    FlatPosPosition
    Annotations
    @pure()
  12. def beginColumn32: U32
  13. def beginLine: Z
    Definition Classes
    FlatPosPosition
    Annotations
    @pure()
  14. def beginLine32: U32
  15. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  16. def endColumn: Z
    Definition Classes
    FlatPosPosition
    Annotations
    @pure()
  17. def endColumn32: U32
  18. def endLine: Z
    Definition Classes
    FlatPosPosition
    Annotations
    @pure()
  19. def endLine32: U32
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(o: Any): Boolean
    Definition Classes
    FlatPosPosition → AnyRef → Any
  22. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def getBeginColumn32: U32
  24. def getBeginLine32: U32
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def getEndColumn32: U32
  27. def getEndLine32: U32
  28. def getLength32: U32
  29. def getOffset32: U32
  30. def getUriOpt: Option[String]
  31. def hash: Z
    Definition Classes
    PositionDatatypeSig
    Annotations
    @pure()
  32. lazy val hashCode: Int
    Definition Classes
    FlatPosPosition → AnyRef → Any
  33. def isEqual(other: Position): B
    Definition Classes
    Position
    Annotations
    @pure()
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. def length: Z
    Definition Classes
    FlatPosPosition
    Annotations
    @pure()
  36. def length32: U32
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. def offset: Z
    Definition Classes
    FlatPosPosition
    Annotations
    @pure()
  41. def offset32: U32
  42. def string: String
    Definition Classes
    FlatPosPositionDatatypeSigImmutable
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. def toString(): java.lang.String
    Definition Classes
    FlatPosPosition → AnyRef → Any
  45. def uriOpt: Option[String]
    Definition Classes
    FlatPosPosition
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Position

Inherited from DatatypeSig

Inherited from DatatypeMarker

Inherited from Immutable

Inherited from ImmutableMarker

Inherited from Clonable

Inherited from AnyRef

Inherited from Any

Ungrouped