-
- All Implemented Interfaces:
-
com.google.devtools.ksp.symbol.KSNode
public interface KSModifierListOwner implements KSNode
A KSModifierListOwner can have zero or more modifiers.
-
-
Method Summary
Modifier and Type Method Description abstract Set<Modifier>getModifiers()The set of modifiers on this element. abstract OrigingetOrigin()abstract LocationgetLocation()abstract KSNodegetParent()-
-
Method Detail
-
getModifiers
abstract Set<Modifier> getModifiers()
The set of modifiers on this element.
-
getLocation
abstract Location getLocation()
-
-
-
-