engine
Class ScopeInstanceDescription

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

class ScopeInstanceDescription
extends Symbol

Describes the instantiation of a NameSpace (other than Module: @see ModuleInstanceescription)

See Also:
Serialized Form

Field Summary
(package private)  NameSpaceDescription nsd
           
 
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) ScopeInstanceDescription(NameSpaceDescription theScope, int lineNo)
           
 
Method Summary
 int getType()
           
(package private)  java.lang.Object instantiate(NameSpace parent, ScopeNode thisScope)
           
 
Methods inherited from class engine.Symbol
toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

nsd

NameSpaceDescription nsd
Constructor Detail

ScopeInstanceDescription

ScopeInstanceDescription(NameSpaceDescription theScope,
                         int lineNo)
Method Detail

instantiate

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

getType

public int getType()
Overrides:
getType in class Symbol