stick
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
stick
stick-core
/
com.zombachu.stick.element
/
Structure
Structure
sealed
interface
Structure
<
S
>
:
Groupable
<
S
,
Unit
>
,
SignatureConstraint.Terminating
<
S
,
Unit
>
,
Aliasable
Members
Properties
aliases
Link copied to clipboard
abstract
val
aliases
:
Set
<
String
>
description
Link copied to clipboard
abstract
val
description
:
String
id
Link copied to clipboard
abstract
val
id
:
TypedIdentifier
<
out
Unit
>
label
Link copied to clipboard
abstract
val
label
:
String
size
Link copied to clipboard
abstract
val
size
:
Size
type
Link copied to clipboard
abstract
val
type
:
ElementType
Functions
get
Grouped
Syntax
Link copied to clipboard
open
fun
getGroupedSyntax
(
sender
:
S
)
:
String
get
Syntax
Link copied to clipboard
abstract
fun
getSyntax
(
sender
:
S
)
:
String
matches
Link copied to clipboard
open
fun
matches
(
arg
:
String
)
:
Boolean
parse
Link copied to clipboard
abstract
fun
parse
(
context
:
ExecutionContext
<
S
>
,
args
:
List
<
String
>
)
:
Result
<
out
Unit
>