CommandValueParameter

Inherited instances must be AbstractCommandValueParameter.

Implementation details

CommandValueParameter should:

Inheritors

Functions

Link copied to clipboard
abstract fun accepting(argument: CommandValueArgument, commandArgumentContext: CommandArgumentContext?): ArgumentAcceptance
Link copied to clipboard
open fun accepts(argument: CommandValueArgument, commandArgumentContext: CommandArgumentContext?): Boolean

Checks whether this CommandValueParameter accepts argument.

Properties

Link copied to clipboard
abstract val isOptional: Boolean
Link copied to clipboard
abstract val isVararg: Boolean
Link copied to clipboard
abstract val name: String?
Link copied to clipboard
abstract val type: KType

Reified type of T