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".