Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
Z
S
SAME
- Static variable in class condor.classad.
Expr
Token ID corresponding to the operator
is
.
SELECTION
- Static variable in class condor.classad.
Expr
A type flag indicating that this is a selection (a.b).
SHOW_ERROR_DETAIL
- Static variable in class condor.classad.
ClassAdWriter
An option flag for
formatFlags
.
STRING
- Static variable in class condor.classad.
Expr
A type flag indicating that this is a string value.
STRING
- Static variable in class condor.classad.
Parser
Internal code for a token.
SUBSCRIPT
- Static variable in class condor.classad.
Expr
A type flag indicating that this is a selection (a.b).
SelectExpr
- class condor.classad.
SelectExpr
.
An internal (non-leaf) node of an expression tree, representing a selection of component of a record.
SelectExpr(Expr, String)
- Constructor for class condor.classad.
SelectExpr
Create a new SelectExpr corresponding to
base.selector
.
SelectExpr(Expr, AttrName)
- Constructor for class condor.classad.
SelectExpr
Create a new SelectExpr corresponding to
base.selector
.
SubscriptExpr
- class condor.classad.
SubscriptExpr
.
A selection from a list.
SubscriptExpr(Expr, Expr)
- Constructor for class condor.classad.
SubscriptExpr
Create a new SubscriptExpr.
search(AttrName)
- Method in class condor.classad.
Expr.Env
Search for a given attribute name in the RecordExprs on the stack, from innermost to outermost.
select(Expr, String[])
- Static method in class condor.classad.
SelectExpr
A convenience function for creating a SelectExpression corresponding to "base.a.b.c".
selectClause
- Variable in class condor.classad.
Query
The expressions in the SelectionClause.
selectExpr(String)
- Method in class condor.classad.
Expr
A convenience function for creating a SelectExpression corresponding to ``this.selector''.
selectNames
- Variable in class condor.classad.
Query
The Identifiers in the SelectionClause.
selector
- Variable in class condor.classad.
SelectExpr
The right argument (identifier) of the selection operator.
selector
- Variable in class condor.classad.
SubscriptExpr
The right argument (subscript) of the selection operator.
setDocumentLocator(Locator)
- Method in class condor.classad.
ClassAdSAXHandler
Called by SAXParser to deliver a locator.
setErrorStream(PrintStream)
- Method in class condor.classad.
ClassAdParser
Set the destination for error messages.
setFormatFlags(int)
- Method in class condor.classad.
ClassAdWriter
Set options for converting expressions to strings.
setVerbosity(int)
- Method in class condor.classad.
ClassAdParser
Set verbosity of error messages.
setVerbosity(int, PrintStream)
- Method in class condor.classad.
ClassAdSAXHandler
Sets the verbosity and error output stream.
size()
- Method in class condor.classad.
ListExpr
Get the length of this list.
size()
- Method in class condor.classad.
RecordExpr
Count how many attributes.
skip(long)
- Method in class condor.cedar.
CedarInputStream
Skips up n bytes or to the end of the current message, whichever comes first.
skipBytes(int)
- Method in class condor.cedar.
CedarInputStream
Equivalent to (int) skip(n).
startElement(String, String, String, Attributes)
- Method in class condor.classad.
ClassAdSAXHandler
Called by SAXParser at the start of an element after parsing the start tag.
strcat(Expr[])
- Static method in class condor.classad.
Builtin
Converts each argument to a string and returns the concatenation of the values.
strcmp(Expr, Expr)
- Static method in class condor.classad.
Builtin
Compares two strings.
stricmp(Expr, Expr)
- Static method in class condor.classad.
Builtin
Compares two strings ignoring differences in case.
string(Expr)
- Static method in class condor.classad.
Builtin
Converts the argument to a string.
stringToAbsTime(String)
- Static method in class condor.classad.
Constant
Parses an absolute time specification.
stringToDouble(String)
- Static method in class condor.classad.
Constant
Parses a string representation of a real value.
stringToRelTime(String)
- Static method in class condor.classad.
Constant
Parses a relative time specification.
stringValue()
- Method in class condor.classad.
Constant
Gets the string value of this Constant if possible.
stringValue()
- Method in class condor.classad.
Expr
Convert to a String value, if possible.
sub(int)
- Method in class condor.classad.
ListExpr
Get a member of this list.
subExpr(int)
- Method in class condor.classad.
Expr
A convenience function for creating a SubscriptExpression corresponding to ``this[subscript]''.
substr(Expr[])
- Static method in class condor.classad.
Builtin
Returns a substring of a string.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
Z