ktast
Toggle table of contents
0.11.0
common
Platform filter
common
Switch theme
Search in API
ktast
ast
/
ktast.ast
/
Node
/
Expression
/
WithLabel
With
Label
interface
WithLabel
Common interface for AST nodes that can have a label.
Inheritors
ReturnExpression
ContinueExpression
BreakExpression
ThisExpression
SuperExpression
Members
Properties
label
Link copied to clipboard
abstract
val
label
:
Node.Expression.NameExpression
?
label if exists, otherwise
null
.