SymbolSet

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

A SymbolSet represents a named collection of symbols.

Constructors

Link copied to clipboard
fun SymbolSet(name: String, symbols: String)

Types

Link copied to clipboard
object Companion

Holds constants.

Functions

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

Returns the name field.

Properties

Link copied to clipboard
var name: String

the name of the symbol set

Link copied to clipboard
var symbols: String

the symbols in the symbol set