SymbolSyntax

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

Represents a symbol.

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 symbol.