final class PosInfo extends Position with DatatypeSig
- Annotations
- @datatype()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PosInfo
- Position
- DatatypeSig
- DatatypeMarker
- Immutable
- ImmutableMarker
- Clonable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
$cannotMixImmutableAndMutable: Nothing
- Attributes
- protected
- Definition Classes
- Immutable
-
def
$clone: ImmutableMarker
- Definition Classes
- ImmutableMarker → Clonable
-
lazy val
$content: Seq[(java.lang.String, Any)]
- Definition Classes
- PosInfo → DatatypeSig
- final val $hasEquals: Boolean(true)
- final val $hasString: Boolean(true)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(info: DocInfo = ..., offsetLength: U64 = ...): PosInfo
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def beginColumn: Z
- def beginLine: Z
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def endColumn: Z
- def endLine: Z
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(o: Any): Boolean
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getInfo: DocInfo
- def getOffsetLength: U64
-
def
hash: Z
- Definition Classes
- Position → DatatypeSig
- Annotations
- @pure()
- lazy val hashCode: Int
- def info: DocInfo
- def isEqual(other: Position): B
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def length: Z
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def offset: Z
- def offsetLength: U64
-
def
string: String
- Definition Classes
- PosInfo → Position → DatatypeSig → Immutable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toString(): java.lang.String
- def uriOpt: Option[String]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )