protected class Variable.VariableScope extends ModelScope
Constructor and Description |
---|
VariableScope()
Construct a scope consisting of the variables
of the container of the the enclosing instance of
Variable and its containers and their scope-extending
attributes.
|
VariableScope(NamedObj reference)
Construct a scope consisting of the variables
of the specified container its containers and their
scope-extending attributes.
|
Modifier and Type | Method and Description |
---|---|
Token |
get(java.lang.String name)
Look up and return the attribute with the specified name in the
scope.
|
Type |
getType(java.lang.String name)
Look up and return the type of the attribute with the
specified name in the scope.
|
InequalityTerm |
getTypeTerm(java.lang.String name)
Look up and return the type term for the specified name
in the scope.
|
Variable |
getVariable(java.lang.String name)
Look up and return the attribute with the specified name in the
scope.
|
java.util.Set<java.lang.String> |
identifierSet()
Return the set of identifiers within the scope.
|
getAllScopedObjectNames, getAllScopedVariableNames, getScopedAttribute, getScopedObject, getScopedVariable, preferenceValue
public VariableScope()
public VariableScope(NamedObj reference)
reference
- The reference for the scope.public Token get(java.lang.String name) throws IllegalActionException
name
- The name of the attribute.IllegalActionException
- If a value in the scope
exists with the given name, but cannot be evaluated.public Type getType(java.lang.String name) throws IllegalActionException
name
- The name of the attribute.IllegalActionException
- If a value in the scope
exists with the given name, but cannot be evaluated.public InequalityTerm getTypeTerm(java.lang.String name) throws IllegalActionException
name
- The name of the attribute.IllegalActionException
- If a value in the scope
exists with the given name, but cannot be evaluated.public Variable getVariable(java.lang.String name) throws IllegalActionException
name
- The name of the attribute.IllegalActionException
- If a value in the scope
exists with the given name, but cannot be evaluated.public java.util.Set<java.lang.String> identifierSet()