stick
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
stick
stick-core
/
com.zombachu.stick.element
/
Group
Group
sealed
interface
Group
<
S
>
:
SyntaxElement
<
S
,
GroupResult
<
*
>
>
,
SignatureConstraint.Terminating
<
S
,
GroupResult
<
*
>
>
Members
Properties
description
Link copied to clipboard
abstract
val
description
:
String
id
Link copied to clipboard
abstract
val
id
:
TypedIdentifier
<
out
GroupResult
<
*
>
>
size
Link copied to clipboard
abstract
val
size
:
Size
type
Link copied to clipboard
abstract
val
type
:
ElementType
Functions
get
Syntax
Link copied to clipboard
abstract
fun
getSyntax
(
sender
:
S
)
:
String
parse
Link copied to clipboard
abstract
fun
parse
(
context
:
ExecutionContext
<
S
>
,
args
:
List
<
String
>
)
:
Result
<
out
GroupResult
<
*
>
>