Literal
abstract class Literal
Fields
Name | Description |
---|---|
abstract value: T
|
Constructors
Name | Description |
---|---|
constructor()
|
Base for all literal values in the AST. |
Methods
equals
open fun equals(other: Any?): Boolean
Parameters
Name | Description |
---|---|
other: Any?
|
ReturnValue
Name | Description |
---|---|
Boolean
|
hashCode
open fun hashCode(): Int
ReturnValue
Name | Description |
---|---|
Int
|
toString
open fun toString(): String
ReturnValue
Name | Description |
---|---|
String
|
Base for all literal values in the AST.