engine
Class RealDescription

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

class RealDescription
extends Symbol
implements MemoryDescription

The description of a Real reg

See Also:
Serialized Form

Fields inherited from class engine.Symbol
blockType, connType, funcType, intType, lineNo, moduleArType, moduleType, name, paramType, portType, realType, regType, taskType, udpType, wireType
 
Constructor Summary
RealDescription(java.lang.String name, int lineNo)
           
 
Method Summary
 int getArrayEnd()
           
 int getArrayStart()
           
 int getType()
           
(package private)  java.lang.Object instantiate(NameSpace ns, ScopeNode thisScope)
           
 boolean isMemory()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

RealDescription

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

instantiate

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

getType

public int getType()
Overrides:
getType in class Symbol

getArrayStart

public int getArrayStart()
Specified by:
getArrayStart in interface MemoryDescription

getArrayEnd

public int getArrayEnd()
Specified by:
getArrayEnd in interface MemoryDescription

isMemory

public boolean isMemory()
Specified by:
isMemory in interface MemoryDescription

toString

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