NumberSyntax

data class NumberSyntax(var string: String) : TerminalSyntax(source)

Represents a number.

Author

Iaroslav Postovalov

Constructors

Link copied to clipboard
constructor(string: String)

Properties

Link copied to clipboard

The parent node of this syntax node.

Link copied to clipboard

The digits of number.