Semantic

sealed class Semantic(val number: Int)(source)

Represents the identified object's effect on the element in the original .proto file.

Inheritors

Constructors

Link copied to clipboard
protected constructor(number: Int)

Types

Link copied to clipboard

An alias to the element is returned.

Link copied to clipboard
object Companion
Link copied to clipboard

There is no effect or the effect is indescribable.

Link copied to clipboard

The element is set or otherwise mutated.

Link copied to clipboard

Properties

Link copied to clipboard
open val number: Int