|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectptolemy.data.expr.ExplicitScope
public class ExplicitScope
An implementation of ParserScope that includes an explicit list of Variables in the scope.
Red (liuxj) |
Red (liuxj) |
Field Summary | |
---|---|
private NamedList |
_list
|
Constructor Summary | |
---|---|
ExplicitScope(NamedList list)
Construct a new scope that includes the objects in the given list, which must contain only variables. |
Method Summary | |
---|---|
Token |
get(java.lang.String name)
Look up and return the value with the specified name in the scope. |
Type |
getType(java.lang.String name)
Look up and return the type of the value 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. |
java.util.Set |
identifierSet()
Return the list of variables within the scope. |
NamedList |
variableList()
Return the list of variables in this scope. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private NamedList _list
Constructor Detail |
---|
public ExplicitScope(NamedList list)
list
- The list of variables for the scope.Method Detail |
---|
public Token get(java.lang.String name) throws IllegalActionException
get
in interface ParserScope
name
- The name of the variable to be looked up.
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
getType
in interface ParserScope
name
- The name of the variable to be looked up.
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
getTypeTerm
in interface ParserScope
name
- The name of the variable to be looked up.
IllegalActionException
- If a value in the scope
exists with the given name, but cannot be evaluated.public java.util.Set identifierSet()
identifierSet
in interface ParserScope
public NamedList variableList()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |