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
R
READABLE
- Static variable in class condor.classad.
ClassAdWriter
A combination of option flags for
formatFlags
.
REAL
- Static variable in class condor.classad.
Expr
A type flag indicating that this is a real value.
REAL
- Static variable in class condor.classad.
Parser
Internal code for a token.
RECORD
- Static variable in class condor.classad.
Expr
A type flag indicating that this is a record (classad).
RELATIVE_TIME
- Static variable in class condor.classad.
Expr
A type flag indicating that this is a relative time value.
REQ_ARG
- Static variable in class condor.classad.
GetOpt
A value for LongOption.has Arg meaning "option has a required argument".
RIGHT_SHIFT
- Static variable in class condor.classad.
Expr
Token ID corresponding to the operator
>>
.
RecordExpr
- class condor.classad.
RecordExpr
.
A "record" expression (also known as a "classad").
RecordExpr()
- Constructor for class condor.classad.
RecordExpr
Default constructor: a record with no fields.
RecordExpr(int)
- Constructor for class condor.classad.
RecordExpr
Creates a RecordExpr with a specified capacity.
random(Expr[])
- Static method in class condor.classad.
Builtin
Returns a random value.
rawString()
- Method in class condor.classad.
AttrName
Returns the original string without quotes or escapes and original capitalization.
read()
- Method in class condor.cedar.
CedarInputStream
Reads one byte from the input stream.
read(byte[])
- Method in class condor.cedar.
CedarInputStream
Reads at most b.length bytes from the input stream.
read(byte[], int, int)
- Method in class condor.cedar.
CedarInputStream
Reads at most len bytes from the input stream into buffer b, starting at offset off.
read()
- Method in class condor.classad.
ClassAdReader
Returns one character from the translated input stream.
read(char[], int, int)
- Method in class condor.classad.
ClassAdReader
readBoolean()
- Method in class condor.cedar.
CedarInputStream
Reads one boolean from the input stream.
readByte()
- Method in class condor.cedar.
CedarInputStream
Reads a byte from the input stream.
readChar()
- Method in class condor.cedar.
CedarInputStream
Reads one character from the input stream.
readDouble()
- Method in class condor.cedar.
CedarInputStream
Reads a double from the input stream.
readFloat()
- Method in class condor.cedar.
CedarInputStream
Reads a float from the input stream.
readFully(byte[])
- Method in class condor.cedar.
CedarInputStream
Equivalent to readFully(b, 0, b.length).
readFully(byte[], int, int)
- Method in class condor.cedar.
CedarInputStream
Reads a specified number of bytes, or throws an exception if there are not that many more bytes before the next end-of-message indication.
readInt()
- Method in class condor.cedar.
CedarInputStream
Reads an integer from the input stream.
readLine()
- Method in class condor.cedar.
CedarInputStream
Deprecated.
Use
CedarInputStream.readUTF()
instead.
readLong()
- Method in class condor.cedar.
CedarInputStream
Reads a long (64-bit) integer from the input stream.
readShort()
- Method in class condor.cedar.
CedarInputStream
Reads a short from the input stream.
readUTF()
- Method in class condor.cedar.
CedarInputStream
Reads a null-terminated string in modified UTF-8 encoding from the input and throw away the terminating null.
readUTFchar()
- Method in class condor.cedar.
CedarInputStream
Reads one character in UTF format from the input.
readUnsignedByte()
- Method in class condor.cedar.
CedarInputStream
Reads an unsigned byte from the input stream.
readUnsignedShort()
- Method in class condor.cedar.
CedarInputStream
Reads an unsigned short from the input stream.
real(Expr)
- Static method in class condor.classad.
Builtin
Convert to real.
realValue()
- Method in class condor.classad.
Constant
Gets the double floating point value of this Constant if possible.
realValue()
- Method in class condor.classad.
Expr
Convert to a double value if possible.
regExpMember(Env, Expr, Expr)
- Static method in class condor.classad.
Builtin
Checks whether "list" is a ListExpr containing a member that matches "expr" in the sense of "regexp".
regexp(Expr[])
- Static method in class condor.classad.
Builtin
Compares a string with a regular expression.
relTime(Expr)
- Static method in class condor.classad.
Builtin
Convert to relative time.
relTimeToString(long)
- Static method in class condor.classad.
Constant
Converts a number of milliseconds to a string representation of a relative time.
removeAttribute(AttrName)
- Method in class condor.classad.
RecordExpr
Delete an attribute.
reset()
- Method in class condor.cedar.
CedarInputStream
Always throws IOException (mark not supported).
reset(String)
- Method in class condor.classad.
ClassAdParser
Reset this parser to parse input from a String.
reset(InputStream)
- Method in class condor.classad.
ClassAdParser
Reset this parser to parse input from an InputStream.
reset(Reader)
- Method in class condor.classad.
ClassAdParser
Reset this parser to parse input from a Reader.
reset(Reader)
- Method in class condor.classad.
Parser
Supply a new source of input to this Parser.
reset(InputStream)
- Method in class condor.classad.
Parser
Supply a new source of input to this Parser.
reset(String)
- Method in class condor.classad.
Parser
Supply a new source of input to this Parser.
round(Expr)
- Static method in class condor.classad.
Builtin
Returns an integer constant corresponding to the value of arg rounded to the nearest integer.
run(String[])
- Method in class condor.classad.tests.
ExprTest
The "main program".
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