Package | Description |
---|---|
ptolemy.data.expr |
The Ptolemy II Expression Language.
|
ptolemy.kernel.util |
Kernel utility classes.
|
Modifier and Type | Method and Description |
---|---|
NamedList |
Variable.getScope()
Return a NamedList of the variables that the value of this
variable can depend on.
|
static NamedList |
Variable.getScope(NamedObj object)
Return a NamedList of the variables that the value of the specified
variable can depend on.
|
NamedList |
ExplicitScope.variableList()
Return the list of variables in this scope.
|
Constructor and Description |
---|
ExplicitScope(NamedList list)
Construct a new scope that includes the objects in the given
list, which must contain only variables.
|
Constructor and Description |
---|
NamedList(NamedList original)
Copy constructor.
|