public interface BooleanLiteral extends Expression
The following features are supported:
JavaPackage.getBooleanLiteral()| Modifier and Type | Method and Description |
|---|---|
boolean |
isValue()
Returns the value of the 'Value' attribute.
|
void |
setValue(boolean value)
Sets the value of the '
Value' attribute. |
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitboolean isValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(boolean),
JavaPackage.getBooleanLiteral_Value()