NumRange

org.openurp.edu.clazz.domain.NumSeqParser.NumRange
class NumRange(var start: Int, var end: Int, var step: Int)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def accept(i: Int): Boolean
def copy(that: NumRange): Unit
def next(number: Int): NumRange
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

Concrete fields

var end: Int
var start: Int
var step: Int