Interface NodeWithOptionalLabel<T extends Node>
- All Known Implementing Classes:
ContinueStmt
public interface NodeWithOptionalLabel<T extends Node>
A node that has an optional label.
-
Method Summary
-
Method Details
-
getLabel
Optional<SimpleName> getLabel() -
setLabel
-
removeLabel
T removeLabel() -
setLabel
-
getLabelAsString
-