Class BaseNAryArbitraryOperator
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.BaseNAryArbitraryOperator
- All Implemented Interfaces:
io.github.mmm.code.api.item.CodeItem, io.github.mmm.code.api.operator.CodeNAryArbitraryOperator, io.github.mmm.code.api.operator.CodeNAryNumericOperator, io.github.mmm.code.api.operator.CodeNAryOperator, io.github.mmm.code.api.operator.CodeOperator
public final class BaseNAryArbitraryOperator
extends BaseNAryOperator
implements io.github.mmm.code.api.operator.CodeNAryArbitraryOperator
Base implementation of
CodeNAryArbitraryOperator.- Since:
- 1.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BaseNAryArbitraryOperatorInstance forCodeNAryArbitraryOperator.NAME_ADD.Fields inherited from interface io.github.mmm.code.api.item.CodeItem
DEFAULT_INDENT, DEFAULT_NEWLINEFields inherited from interface io.github.mmm.code.api.operator.CodeNAryArbitraryOperator
NAME_ADDFields inherited from interface io.github.mmm.code.api.operator.CodeNAryNumericOperator
NAME_DIV, NAME_MOD, NAME_MUL, NAME_SHIFT_LEFT, NAME_SHIFT_RIGHT_SIGNED, NAME_SHIFT_RIGHT_UNSIGNED, NAME_SUB -
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.CodeNAryNumericOperator
isNumericMethods 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
-
ADD
Instance forCodeNAryArbitraryOperator.NAME_ADD.
-
-
Constructor Details
-
BaseNAryArbitraryOperator
-
-
Method Details
-
isBoolean
public boolean isBoolean()- Specified by:
isBooleanin interfaceio.github.mmm.code.api.operator.CodeNAryOperator
-
of
-