sealed trait Position extends DatatypeSig
Ordering
- Alphabetic
- By Inheritance
Inherited
- Position
- DatatypeSig
- DatatypeMarker
- Immutable
- ImmutableMarker
- Clonable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
$content: Seq[(java.lang.String, Any)]
- Definition Classes
- DatatypeSig
-
abstract
def
beginColumn: Z
- Annotations
- @pure()
-
abstract
def
beginLine: Z
- Annotations
- @pure()
-
abstract
def
endColumn: Z
- Annotations
- @pure()
-
abstract
def
endLine: Z
- Annotations
- @pure()
-
abstract
def
length: Z
- Annotations
- @pure()
-
abstract
def
offset: Z
- Annotations
- @pure()
-
abstract
def
uriOpt: Option[String]
- Annotations
- @pure()
Concrete 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
- final val $hasEquals: Boolean(true)
- final val $hasString: Boolean(true)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(o: Any): Boolean
- Definition Classes
- Position → AnyRef → Any
-
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
hash: Z
- Definition Classes
- Position → DatatypeSig
- Annotations
- @pure()
-
def
hashCode(): Int
- Definition Classes
- Position → AnyRef → Any
-
def
isEqual(other: Position): B
- Annotations
- @pure()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
string: String
- Definition Classes
- Position → DatatypeSig → Immutable
- Annotations
- @pure()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): java.lang.String
- Definition Classes
- Position → AnyRef → Any
-
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( ... )