Companion

object Companion

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
isStats
Link copied to clipboard
fun isStats(string: String): Boolean

Tests a given string whether it is a valid representation of Stats, close to what toString would produce.

parse
Link copied to clipboard
fun parse(string: String): Stats

Parses a string to a Stats instance

toString
Link copied to clipboard
open fun toString(): String

Properties

allStatNames
Link copied to clipboard
private val allStatNames: String
entireStringRegexPattern
Link copied to clipboard
private val entireStringRegexPattern: Regex
statRegex
Link copied to clipboard
private val statRegex: Regex
statRegexPattern
Link copied to clipboard
private val statRegexPattern: String

Sources

jvm source
Link copied to clipboard