|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Env | |
condor.classad | Java implementation of Condor "Classified Advertisements". |
Uses of Env in condor.classad |
Methods in condor.classad with parameters of type Env | |
protected Expr |
CondExpr.eval1(Env env)
Evaluate this Expr. |
protected Expr |
Op.eval1(Env env)
Evaluate this Expr. |
static Expr |
Builtin.isUndefined(Env env,
Expr expr)
Tests whether "expr" evaluates to undefined. |
static Expr |
Builtin.isError(Env env,
Expr expr)
Tests whether "expr" evaluates to an error. |
static Expr |
Builtin.isString(Env env,
Expr expr)
Tests whether "expr" evaluates to a string. |
static Expr |
Builtin.isInteger(Env env,
Expr expr)
Tests whether "expr" evaluates to an integer. |
static Expr |
Builtin.isReal(Env env,
Expr expr)
Tests whether "expr" evaluates to a real. |
static Expr |
Builtin.isList(Env env,
Expr expr)
Tests whether "expr" evaluates to a list. |
static Expr |
Builtin.isClassad(Env env,
Expr expr)
Tests whether "expr" evaluates to a record expression. |
static Expr |
Builtin.isBoolean(Env env,
Expr expr)
Tests whether "expr" evaluates to a boolean (TRUE or FALSE). |
static Expr |
Builtin.isAbstime(Env env,
Expr expr)
Tests whether "expr" evaluates to an absTime constant. |
static Expr |
Builtin.isReltime(Env env,
Expr expr)
Tests whether "expr" evaluates to a relTime constant. |
static Expr |
Builtin.member(Env env,
Expr expr,
Expr list)
Checks whether "list" is a ListExpr containing a member that is equal to "expr" in the sense of "==". |
static Expr |
Builtin.identicalMember(Env env,
Expr expr,
Expr list)
Checks whether "list" is a ListExpr containing a member that is equal to "expr" in the sense of "IS". |
static Expr |
Builtin.regExpMember(Env env,
Expr expr,
Expr list)
Checks whether "list" is a ListExpr containing a member that matches "expr" in the sense of "regexp". |
static Expr |
Builtin.anycompare(Env env,
Expr s,
Expr l,
Expr t)
Compares a value to the elements of a list. |
protected Expr |
FuncCall.eval1(Env env)
Evaluate this Expr. |
protected Expr |
AttrRef.eval1(Env env)
Evaluate this Expr. |
protected Expr |
ListExpr.eval1(Env env)
Evaluate this Expr. |
Expr |
RecordExpr.lookup(AttrName name,
Env env)
Find the attribute with the given name in this RecordExpr or one of its ancestors. |
protected Expr |
RecordExpr.eval1(Env env)
Evaluate this Expr. |
protected Expr |
SelectExpr.eval1(Env env)
Evaluate this Expr. |
protected Expr |
SubscriptExpr.eval1(Env env)
Evaluate this Expr. |
protected Expr |
Constant.eval1(Env env)
Evaluates this Expr. |
protected abstract Expr |
Expr.eval1(Env env)
Evaluate this Expr. |
Expr |
Expr.eval(Env env)
Evaluate this Expr in a given environment. |
Constructors in condor.classad with parameters of type Env | |
Env(RecordExpr recEx,
Env next)
Construct a new Env from its components. |
|
Env(Env env)
Create a "clone" of a given Env. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |