Package | Description |
---|---|
org.globus.rsl |
This library provides a convenience API for creating, manipulating, and checking the
validity of RSL expressions.
|
Modifier and Type | Class and Description |
---|---|
class |
VarRef
This class represents a variable reference in the RSL string.
|
Modifier and Type | Field and Description |
---|---|
protected Value |
Binding._value |
protected Value |
Value.concatValue |
protected Value |
VarRef.defValue |
Modifier and Type | Method and Description |
---|---|
Value |
RSLParser.concatSimpleValue() |
Value |
RSLParser.explicitConcat(LinkedList valueList,
LinkedList tokenList) |
Value |
Value.getConcat()
Returns the value that is concatinated
with this value.
|
Value |
Binding.getValue()
Returns the variable value.
|
Value |
RSLParser.SimpleValue(LinkedList valueList,
LinkedList tokenList) |
Value |
RSLParser.variableReference(LinkedList valueList,
LinkedList tokenList) |
Modifier and Type | Method and Description |
---|---|
void |
NameOpValue.add(Value value)
Adds a value to the list of values.
|
void |
Value.concat(Value value)
Appends the specified value to the end of the chain
of concatinated values.
|
void |
VarRef.setDefaultValue(Value value)
Sets the default value of this reference.
|
Constructor and Description |
---|
Binding(String name,
Value value) |
NameOpValue(String attribute,
int op,
Value value) |
Value(String value,
Value concatValue) |
VarRef(String varReference,
Value defValue) |
VarRef(String varReference,
Value defValue,
Value concatVal) |
Copyright © 2016. All rights reserved.