|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectptolemy.data.expr.ModelScope
ptolemy.codegen.kernel.CodeGeneratorHelper.VariableScope
protected class CodeGeneratorHelper.VariableScope
This class implements a scope, which is used to generate the parsed expressions in target language.
Field Summary | |
---|---|
private Variable |
_variable
If _variable is not null, then the helper scope created is for parsing the expression specified for this variable and generating the corresponding code in target language. |
Constructor Summary | |
---|---|
CodeGeneratorHelper.VariableScope()
Construct a scope consisting of the variables of the containing actor and its containers and their scope-extending attributes. |
|
CodeGeneratorHelper.VariableScope(Variable variable)
Construct a scope consisting of the variables of the container of the given instance of Variable and its containers and their scope-extending attributes. |
Method Summary | |
---|---|
Token |
get(java.lang.String name)
Look up and return the macro or expression in the target language corresponding to 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. |
java.util.Set |
identifierSet()
Return the list of identifiers within the scope. |
java.lang.String |
toString()
|
Methods inherited from class ptolemy.data.expr.ModelScope |
---|
getAllScopedObjectNames, getAllScopedVariableNames, getScopedAttribute, getScopedObject, getScopedVariable, preferenceValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private Variable _variable
Constructor Detail |
---|
public CodeGeneratorHelper.VariableScope()
public CodeGeneratorHelper.VariableScope(Variable variable)
variable
- The variable whose expression is under code
generation using this scope.Method Detail |
---|
public Token get(java.lang.String name) throws IllegalActionException
name
- The given name string.
IllegalActionException
- If thrown while getting buffer
sizes or creating ObjectToken.public Type getType(java.lang.String name) throws IllegalActionException
name
- The name of the attribute to look 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
name
- The name of the type term to look up.
IllegalActionException
- If a value in the scope exists with
the given name, but cannot be evaluated.public java.util.Set identifierSet() throws IllegalActionException
IllegalActionException
- If there is a problem getting the
identifier set from the variable.public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |