Class NbtPathExpressionParseHandlerBooleanLogicalNot

java.lang.Object
org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanLogicalNot
All Implemented Interfaces:
INbtPathExpressionParseHandler

public class NbtPathExpressionParseHandlerBooleanLogicalNot extends Object implements INbtPathExpressionParseHandler
A handler that handles boolean NOT expressions in the form of "!expression". Only accepts full expressions like "!(@.a < 15)" or "!@.a", not partial expressions like "!< 10".
  • Constructor Details

    • NbtPathExpressionParseHandlerBooleanLogicalNot

      public NbtPathExpressionParseHandlerBooleanLogicalNot()
  • Method Details