SymbolSet

data class SymbolSet(name: String, symbols: String)

A SymbolSet represents a named collection of symbols.

Parameters

name

the name of the symbol set

symbols

the symbols in the symbol set

Constructors

SymbolSet
Link copied to clipboard
fun SymbolSet(name: String, symbols: String)
the name of the symbol set

Types

Companion
Link copied to clipboard
object Companion
Holds constants.

Functions

toString
Link copied to clipboard
open override fun toString(): String
Returns the name field.

Properties

name
Link copied to clipboard
var name: String
the name of the symbol set
symbols
Link copied to clipboard
var symbols: String
the symbols in the symbol set

Sources

jvm source
Link copied to clipboard