org.eclipse.gmt.modisco.java
Interface BooleanLiteral

All Superinterfaces:
ASTNode, Expression

public interface BooleanLiteral
extends Expression

A representation of the model object 'Boolean Literal'.

The following features are supported:

See Also:
JavaPackage.getBooleanLiteral()
Generated:
Model:

Method Summary
 boolean isValue()
          Returns the value of the 'Value' attribute.
 void setValue(boolean value)
          Sets the value of the 'Value' attribute.
 
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit
 

Method Detail

isValue

boolean isValue()
Returns the value of the 'Value' attribute.

If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value' attribute.
See Also:
setValue(boolean), JavaPackage.getBooleanLiteral_Value()
Generated:
Model:
unique="false" required="true" ordered="false"

setValue

void setValue(boolean value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
isValue()
Generated: