stick
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
stick
stick-core
/
com.zombachu.stick.element.parameters
/
UnboundedStringParameter
Unbounded
String
Parameter
open
class
UnboundedStringParameter
<
S
>
(
id
:
TypedIdentifier
<
String
>
,
description
:
String
)
:
Parameter.UnknownSize
<
S
,
String
>
Members
Constructors
Unbounded
String
Parameter
Link copied to clipboard
constructor
(
id
:
TypedIdentifier
<
String
>
,
description
:
String
)
Properties
description
Link copied to clipboard
open
override
val
description
:
String
id
Link copied to clipboard
open
override
val
id
:
TypedIdentifier
<
String
>
size
Link copied to clipboard
open
override
val
size
:
Size
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
parse
Link copied to clipboard
open
override
fun
parse
(
context
:
ExecutionContext
<
S
>
,
args
:
List
<
String
>
)
:
Result
<
String
>