jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
java
Target filter
java
Switch theme
Search in API
Skip to content
jmlparser-parent
jmlparser-core
/
com.github.javaparser.ast.nodeTypes
/
NodeWithOptionalLabel
Node
With
Optional
Label
interface
NodeWithOptionalLabel
<
T
:
Node
?
>
(
source
)
A node that has an optional label.
Inheritors
ContinueStmt
Members
Functions
get
Label
Link copied to clipboard
abstract
fun
getLabel
(
)
:
Optional
<
SimpleName
>
get
Label
As
String
Link copied to clipboard
open
fun
getLabelAsString
(
)
:
Optional
<
String
>
remove
Label
Link copied to clipboard
abstract
fun
removeLabel
(
)
:
T
set
Label
Link copied to clipboard
abstract
fun
setLabel
(
label
:
SimpleName
)
:
T
open
fun
setLabel
(
label
:
String
)
:
T