Table of contents
Classes
- AttributeReference Represents a attribute reference node in the expression tree
- ClassAd An internal node of an expression which represents a ClassAd.
- ClassAdIterator An object for iterating over the attributes of a ClassAd
- ClassAdParser The parser object
- ClassAdUnParser The unparser object
- ExprList
Expression node which represents a list of expressions
- ExprListIterator
Expression List iterator
- ExprTree A node of the expression tree, which may be a literal, attribute reference,
function call, classad, expression list, or an operator applied to other
ExprTree operands
- FunctionCall Node of the expression which represents a call to an inbuilt function
- Literal Represents the literals of the ClassAd language, such as integers,
reals, booleans, strings, undefined and real
- MatchClassAd Special case of a ClassAd which sets up the scope names for bilateral
matching
- Operation Represents a node of the expression tree which is an operation applied to
expression operands
- PrettyPrint The pretty print object --- unparsing with format
- Value Represents the result of an evaluation.
hierarchy of classes