Class BaseNAryBooleanOperator
java.lang.Object
io.github.mmm.code.base.item.BaseItem
io.github.mmm.code.base.operator.BaseOperator
io.github.mmm.code.base.operator.BaseNAryOperator
io.github.mmm.code.base.operator.BaseNAryBooleanOperator
- All Implemented Interfaces:
io.github.mmm.code.api.item.CodeItem, io.github.mmm.code.api.operator.CodeNAryBooleanOperator, io.github.mmm.code.api.operator.CodeNAryOperator, io.github.mmm.code.api.operator.CodeOperator
public final class BaseNAryBooleanOperator
extends BaseNAryOperator
implements io.github.mmm.code.api.operator.CodeNAryBooleanOperator
Base implementation of
CodeNAryBooleanOperator.- Since:
- 1.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BaseNAryBooleanOperatorInstance forCodeNAryBooleanOperator.NAME_AND.static final BaseNAryBooleanOperatorInstance forCodeNAryBooleanOperator.NAME_OR.Fields inherited from interface io.github.mmm.code.api.item.CodeItem
DEFAULT_INDENT, DEFAULT_NEWLINEFields inherited from interface io.github.mmm.code.api.operator.CodeNAryBooleanOperator
NAME_AND, NAME_OR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BaseNAryOperator
isComparison, isNAry, isUnaryMethods inherited from class BaseOperator
doWrite, getName, of, toStringMethods inherited from class BaseItem
getOwningType, getSourceCode, getSpaces, writeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.github.mmm.code.api.item.CodeItem
getLanguage, getSourceCode, write, write, write, write, write, writeMethods inherited from interface io.github.mmm.code.api.operator.CodeNAryBooleanOperator
isBooleanMethods inherited from interface io.github.mmm.code.api.operator.CodeNAryOperator
isNAryMethods inherited from interface io.github.mmm.code.api.operator.CodeOperator
getName, isComparison, isUnary
-
Field Details
-
OR
Instance forCodeNAryBooleanOperator.NAME_OR. -
AND
Instance forCodeNAryBooleanOperator.NAME_AND.
-
-
Constructor Details
-
BaseNAryBooleanOperator
-
-
Method Details
-
isNumeric
public boolean isNumeric()- Specified by:
isNumericin interfaceio.github.mmm.code.api.operator.CodeNAryOperator
-
of
-