Term

A filter term

Constructors

this
this(Or or)
Undocumented in source.
this
this(Has has)
Undocumented in source.
this
this(Missing missing)
Undocumented in source.
this
this(Cmp cmp)
Undocumented in source.
this
this(Term other)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Enums

Type
enum Type
Undocumented in source.

Functions

eval
bool eval(Obj obj, Resolver resolver)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Term other)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

isValid
bool isValid [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

makeEmpty
Term makeEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta