Field

Inheritors

Functions

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

Converts this entity to a string using the io.github.ydwk.ydwk.util.EntityToStringBuilder.

Properties

Link copied to clipboard
abstract val inline: Boolean?

Gets weather this field is inline.

Link copied to clipboard
abstract val json: JsonNode

The json representation of this entity.

Link copied to clipboard
abstract val name: String

The name of this field.

Link copied to clipboard
abstract val value: String

The value of this field.

Link copied to clipboard
abstract val yde: YDE

The main YDE instance.