Class NbtPathExpressionParseHandlerBooleanLogicalOr
java.lang.Object
org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanLogicalAdapter
org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanLogicalOr
- All Implemented Interfaces:
INbtPathExpressionParseHandler
public class NbtPathExpressionParseHandlerBooleanLogicalOr
extends NbtPathExpressionParseHandlerBooleanLogicalAdapter
A handler that handles boolean OR expressions in the form of "expression1 || expression2".
-
Nested Class Summary
Nested classes/interfaces inherited from class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanLogicalAdapter
NbtPathExpressionParseHandlerBooleanLogicalAdapter.ExpressionNested classes/interfaces inherited from interface org.cyclops.cyclopscore.nbt.path.parse.INbtPathExpressionParseHandler
INbtPathExpressionParseHandler.HandleResult -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleangetLogicalValue(boolean left, Supplier<Boolean> right) Methods inherited from class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanLogicalAdapter
findExpressionEnd, handlePrefixOf, isTruthy
-
Constructor Details
-
NbtPathExpressionParseHandlerBooleanLogicalOr
public NbtPathExpressionParseHandlerBooleanLogicalOr()
-
-
Method Details
-
getLogicalValue
- Specified by:
getLogicalValuein classNbtPathExpressionParseHandlerBooleanLogicalAdapter
-