|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectptolemy.data.expr.ModelScope
ptolemy.codegen.c.actor.lib.Expression.VariableScope
protected static class Expression.VariableScope
Variable scope class customized for the CParseTreeCodeGenerator.
| Field Summary | |
|---|---|
private AtomicActor |
_actor
|
| Constructor Summary | |
|---|---|
Expression.VariableScope(AtomicActor actor)
Constructor of a VariableScope. |
|
| Method Summary | |
|---|---|
Token |
get(java.lang.String name)
Look up and return the attribute with the specified name. |
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. |
| 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, toString, wait, wait, wait |
| Field Detail |
|---|
private AtomicActor _actor
| Constructor Detail |
|---|
public Expression.VariableScope(AtomicActor actor)
actor - The named ptolemy actor.| Method Detail |
|---|
public Token get(java.lang.String name)
name - The name to look up.
public Type getType(java.lang.String name)
throws IllegalActionException
name - The type to look up. Note that if name
is "time", then the type is BaseType.DOUBLE and if the
name is "iterations", then the type is BaseType.INT.
IllegalActionException - If thrown whil getting
the port or scoped value.
public InequalityTerm getTypeTerm(java.lang.String name)
throws IllegalActionException
name - The name to look up.
IllegalActionException - If a value in the scope
exists with the given name, but cannot be evaluated.public java.util.Set identifierSet()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||