engine
Class ContAssignMonitorDescription

java.lang.Object
  |
  +--engine.MonitorDescription
        |
        +--engine.ContAssignMonitorDescription

class ContAssignMonitorDescription
extends MonitorDescription

See Also:
Serialized Form

Field Summary
(package private)  Delay3Description delays
           
(package private)  int lineNo
           
(package private)  AssignableSelection lValue
           
(package private)  byte strength
           
 
Fields inherited from class engine.MonitorDescription
nsd, target
 
Constructor Summary
(package private) ContAssignMonitorDescription(NameSpaceDescription nsd, int lineNo, AssignableSelection lValue, ExpressionDescription target, Delay3Description delays, byte strength)
           
 
Method Summary
(package private)  Monitor instantiate(NameSpace ns)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

lValue

AssignableSelection lValue

lineNo

int lineNo

delays

Delay3Description delays

strength

byte strength
Constructor Detail

ContAssignMonitorDescription

ContAssignMonitorDescription(NameSpaceDescription nsd,
                             int lineNo,
                             AssignableSelection lValue,
                             ExpressionDescription target,
                             Delay3Description delays,
                             byte strength)
                       throws ParseException
Throws:
ParseException - if the AssignableSelection cannot be converted for continuous assign
Method Detail

instantiate

Monitor instantiate(NameSpace ns)
              throws ParseException