|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use RecordExpr | |
| condor.classad | Java implementation of Condor "Classified Advertisements". |
| Uses of RecordExpr in condor.classad |
| Methods in condor.classad that return RecordExpr | |
RecordExpr |
RecordExpr.insertAttribute(String name,
Expr expr)
Add an attribute (replacing previous value if any). |
RecordExpr |
RecordExpr.insertAttribute(AttrName key,
Expr expr)
Add an attribute (replacing previous value if any). |
RecordExpr |
Expr.Env.pop(int n)
Pops "n" records off the stack. |
static RecordExpr |
ClassAd.bind(RecordExpr ad1,
RecordExpr ad2)
Wrap a pair of ads in an environment and context such that inside ad1, self refers to ad1, other
refers to ad2, and any other attribute is searched for
first in ad1 and then in ad2 (and similarly,
with ad1 and ad2 interchanged). |
| Methods in condor.classad with parameters of type RecordExpr | |
void |
Expr.Env.push(RecordExpr recEx)
Push a new RecordExpr onto the stack. |
static RecordExpr |
ClassAd.bind(RecordExpr ad1,
RecordExpr ad2)
Wrap a pair of ads in an environment and context such that inside ad1, self refers to ad1, other
refers to ad2, and any other attribute is searched for
first in ad1 and then in ad2 (and similarly,
with ad1 and ad2 interchanged). |
static Expr |
ClassAd.eval(RecordExpr ad,
String[] attrs)
Evaluate a selection from a ClassAd. |
static Expr |
ClassAd.eval(RecordExpr ad,
String attr)
Evaluate a selection from a ClassAd. |
static Expr |
ClassAd.eval(String name,
Expr expr,
RecordExpr ad)
Evaluate an expression in the context of a ClassAd. |
static Expr |
ClassAd.eval(String attr,
RecordExpr ad1,
RecordExpr ad2)
Evaluate an attribute of a ClassAd in an environment consisting of a pair of ads. |
| Constructors in condor.classad with parameters of type RecordExpr | |
Expr.Env(RecordExpr recEx,
Expr.Env next)
Construct a new Env from its components. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||