Position

wvlet.airframe.rx.html.widget.editor.monaco.Position
See thePosition companion object
class Position extends Object

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Constructors

def this(lineNumber: Double, column: Double)

Concrete methods

def `with`(newLineNumber: Double, newColumn: Double): Position
override def clone(): Position

Create a copy of the receiver object.

Create a copy of the receiver object.

The default implementation of the clone method is platform dependent.

Attributes

Returns:

a copy of the receiver object.

Note:

not specified by SLS as a member of AnyRef

Definition Classes
Object
def column: Double
def delta(deltaLineNumber: Double, deltaColumn: Double): Position
def equals(other: IPosition): Boolean
def isBefore(other: IPosition): Boolean
def isBeforeOrEqual(other: IPosition): Boolean
def lineNumber: Double
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object