public abstract class Property extends Object
Modifier and Type | Method and Description |
---|---|
abstract int |
getFlags()
Get property flags, which are free for language-specific use.
|
abstract Object |
getKey()
Get property identifier.
|
abstract Location |
getLocation()
Get the property location.
|
abstract boolean |
isHidden()
Is this property hidden from iteration.
|
public abstract Object getKey()
public abstract int getFlags()
public abstract Location getLocation()
public abstract boolean isHidden()
HiddenKey