ClosingAction

enum ClosingAction : Enum<MarkerBlock.ClosingAction>

Entries

DONE
Link copied to clipboard
common
DROP
Link copied to clipboard
common
DEFAULT
Link copied to clipboard
common
NOTHING
Link copied to clipboard
common

Functions

compareTo
Link copied to clipboard
common
operator override fun compareTo(other: MarkerBlock.ClosingAction): Int
doAction
Link copied to clipboard
common
abstract fun doAction(marker: ProductionHolder.Marker, type: IElementType)
equals
Link copied to clipboard
common
operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

name
Link copied to clipboard
common
val name: String
ordinal
Link copied to clipboard
common
val ordinal: Int