Java org.eclipse.jdt.core.dom BooleanLiteral fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core.dom BooleanLiteral fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core.dom BooleanLiteral.

The text is from its open source code.

Field

SimplePropertyDescriptorBOOLEAN_VALUE_PROPERTY
The "booleanValue" structural property of this node type (type: Boolean ).

Constructor

BooleanLiteral(AST ast)
Creates a new unparented boolean literal node owned by the given AST.

Method

booleanbooleanValue()
Returns the boolean value of this boolean literal node.
voidsetBooleanValue(boolean value)
Sets the boolean value of this boolean literal node.