engine
Class ParameterDescription

java.lang.Object
  |
  +--engine.Symbol
        |
        +--engine.ParameterDescription

class ParameterDescription
extends Symbol

See Also:
Serialized Form

Field Summary
(package private)  ExpressionDescription ex
           
(package private)  Result r
           
 
Fields inherited from class engine.Symbol
blockType, connType, funcType, intType, lineNo, moduleArType, moduleType, name, paramType, portType, realType, regType, taskType, udpType, wireType
 
Constructor Summary
(package private) ParameterDescription(java.lang.String name, int lineNo)
           
 
Method Summary
(package private)  void assign(ExpressionDescription ex)
           
(package private)  void define(Result r)
           
 int getType()
           
 java.lang.Object instantiate(NameSpace ns, ScopeNode thisScope)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

ex

ExpressionDescription ex

r

Result r
Constructor Detail

ParameterDescription

ParameterDescription(java.lang.String name,
                     int lineNo)
Method Detail

assign

void assign(ExpressionDescription ex)

define

void define(Result r)

instantiate

public java.lang.Object instantiate(NameSpace ns,
                                    ScopeNode thisScope)
                             throws ParseException
Overrides:
instantiate in class Symbol

toString

public java.lang.String toString()
Overrides:
toString in class Symbol

getType

public int getType()
Overrides:
getType in class Symbol