|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectptolemy.data.expr.ModelScope
ptolemy.codegen.kernel.CodeGeneratorHelper.VariableScope
ptolemy.codegen.c.domains.fsm.kernel.FSMActor.PortScope
protected class FSMActor.PortScope
This class implements a scope, which is used to generate the parsed expressions in target language.
| Constructor Summary | |
|---|---|
FSMActor.PortScope()
Construct a scope consisting of the variables of the containing actor 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. |
| Methods inherited from class ptolemy.codegen.kernel.CodeGeneratorHelper.VariableScope |
|---|
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 |
| Constructor Detail |
|---|
public FSMActor.PortScope()
| Method Detail |
|---|
public Token get(java.lang.String name)
throws IllegalActionException
get in interface ParserScopeget in class CodeGeneratorHelper.VariableScopename - The given name string.
IllegalActionException - If thrown while getting buffer
sizes or creating ObjectToken.
public Type getType(java.lang.String name)
throws IllegalActionException
getType in interface ParserScopegetType in class CodeGeneratorHelper.VariableScopename - 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
getTypeTerm in interface ParserScopegetTypeTerm in class CodeGeneratorHelper.VariableScopename - 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 identifierSet()
throws IllegalActionException
identifierSet in interface ParserScopeidentifierSet in class CodeGeneratorHelper.VariableScopeIllegalActionException - If thrown while getting
the identifier set from associated component.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||