public interface Value
Clients probably shouldn't use this; it's only public (for now) due to Java's package-based weak module system.
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNullConstant()
Is this value a null constant?
|
boolean |
isStringConstant()
Is this value a string constant?
|