VLanguage

value class VLanguage(val xmlString: String) : VToken(source)

Constructors

Link copied to clipboard
constructor(xmlString: String)

Properties

Link copied to clipboard
open override val length: Int
Link copied to clipboard
open override val xmlString: String

Functions

Link copied to clipboard
open operator override fun get(index: Int): Char
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun subSequence(startIndex: Int, endIndex: Int): CharSequence
Link copied to clipboard
open fun toDouble(): Double
Link copied to clipboard
open fun toFloat(): Float
Link copied to clipboard
open fun toInt(): Int
Link copied to clipboard
open fun toLong(): Long
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
open fun toUInt(): UInt
Link copied to clipboard
open fun toULong(): ULong