public class KotlinModalityFlags extends KotlinFlags
| Modifier and Type | Field and Description |
|---|---|
boolean |
isAbstract
Signifies the declaration is 'abstract'
|
boolean |
isFinal
Signifies the declaration is 'final'
|
boolean |
isOpen
Signifies the declaration is 'open'
|
boolean |
isSealed
Signifies the declaration is 'sealed'
|
| Constructor and Description |
|---|
KotlinModalityFlags() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<kotlinx.metadata.Flag,FlagValue> |
getOwnProperties() |
asInt, getChildren, getFlags, setFlagspublic boolean isFinal
public boolean isOpen
public boolean isAbstract
public boolean isSealed
protected java.util.Map<kotlinx.metadata.Flag,FlagValue> getOwnProperties()
getOwnProperties in class KotlinFlags