Package com.biglybt.core.tag.impl
Class TagPropertyConstraintHandler.TagConstraint.ConstraintExprTrue
- java.lang.Object
-
- com.biglybt.core.tag.impl.TagPropertyConstraintHandler.TagConstraint.ConstraintExprTrue
-
- All Implemented Interfaces:
TagPropertyConstraintHandler.TagConstraint.ConstraintExpr
- Enclosing class:
- TagPropertyConstraintHandler.TagConstraint
private static class TagPropertyConstraintHandler.TagConstraint.ConstraintExprTrue extends java.lang.Object implements TagPropertyConstraintHandler.TagConstraint.ConstraintExpr
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ConstraintExprTrue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
eval(java.util.Map<java.lang.String,java.lang.Object> context, DownloadManager dm, java.util.List<Tag> tags, java.lang.StringBuilder debug)
java.lang.String
getString()
-
-
-
Method Detail
-
eval
public java.lang.Object eval(java.util.Map<java.lang.String,java.lang.Object> context, DownloadManager dm, java.util.List<Tag> tags, java.lang.StringBuilder debug)
- Specified by:
eval
in interfaceTagPropertyConstraintHandler.TagConstraint.ConstraintExpr
-
getString
public java.lang.String getString()
- Specified by:
getString
in interfaceTagPropertyConstraintHandler.TagConstraint.ConstraintExpr
-
-