stick
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
stick
stick-core
/
com.zombachu.stick.element.parameters
/
LiteralParameter
Literal
Parameter
open
class
LiteralParameter
<
S
>
(
id
:
TypedIdentifier
<
String
>
,
val
aliases
:
Set
<
String
>
,
description
:
String
)
:
Parameter.Size1
<
S
,
String
>
,
Aliasable
Members
Constructors
Literal
Parameter
Link copied to clipboard
constructor
(
id
:
TypedIdentifier
<
String
>
,
aliases
:
Set
<
String
>
,
description
:
String
)
Properties
aliases
Link copied to clipboard
open
override
val
aliases
:
Set
<
String
>
description
Link copied to clipboard
open
override
val
description
:
String
id
Link copied to clipboard
open
override
val
id
:
TypedIdentifier
<
String
>
label
Link copied to clipboard
open
override
val
label
:
String
size
Link copied to clipboard
open
override
val
size
:
Size.Fixed
type
Link copied to clipboard
open
override
val
type
:
ElementType
Functions
get
Grouped
Syntax
Link copied to clipboard
open
fun
getGroupedSyntax
(
sender
:
S
)
:
String
get
Syntax
Link copied to clipboard
open
override
fun
getSyntax
(
sender
:
S
)
:
String
matches
Link copied to clipboard
open
fun
matches
(
arg
:
String
)
:
Boolean
parse
Link copied to clipboard
override
fun
parse
(
context
:
ExecutionContext
<
S
>
,
args
:
List
<
String
>
)
:
Result
<
out
String
>
open
override
fun
parse
(
context
:
ExecutionContext
<
S
>
,
arg0
:
String
)
:
Result
<
String
>