Package com.biglybt.core.tag.impl
Class TagPropertyConstraintHandler.TagConstraint.ConstraintExprNot
java.lang.Object
com.biglybt.core.tag.impl.TagPropertyConstraintHandler.TagConstraint.ConstraintExprNot
- All Implemented Interfaces:
TagPropertyConstraintHandler.TagConstraint.ConstraintExpr
- Enclosing class:
- TagPropertyConstraintHandler.TagConstraint
private static class TagPropertyConstraintHandler.TagConstraint.ConstraintExprNot
extends Object
implements TagPropertyConstraintHandler.TagConstraint.ConstraintExpr
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
-
Method Summary
-
Field Details
-
expr
-
-
Constructor Details
-
ConstraintExprNot
-
-
Method Details
-
eval
public Object eval(Map<String, Object> context, DownloadManager dm, List<Tag> tags, StringBuilder debug) - Specified by:
eval
in interfaceTagPropertyConstraintHandler.TagConstraint.ConstraintExpr
-
getString
- Specified by:
getString
in interfaceTagPropertyConstraintHandler.TagConstraint.ConstraintExpr
-