edu.wis.jtlv.env.core.smv.schema
Class SMVProcVarInfo

java.lang.Object
  extended by edu.wis.jtlv.env.core.smv.schema.SMVAbstractElementInfo
      extended by edu.wis.jtlv.env.core.smv.schema.SMVContainerElementInfo
          extended by edu.wis.jtlv.env.core.smv.schema.SMVProcVarInfo
All Implemented Interfaces:
java.lang.Cloneable

public class SMVProcVarInfo
extends SMVContainerElementInfo


Field Summary
 boolean is_sync
           
 java.lang.String[] params
           
 SMVModuleInfo proc_desc
           
 
Fields inherited from class edu.wis.jtlv.env.core.smv.schema.SMVAbstractElementInfo
name
 
Constructor Summary
SMVProcVarInfo(java.lang.String a_name, SMVParsingInfo an_info, SMVModuleInfo proc_desc, boolean is_sync, java.lang.String[] a_param_list)
           
 
Method Summary
 SMVAbstractElementInfo clone_element()
           
 void mk_defines(SMVModule instance_holder)
           
 void mk_fix_names()
           
 void mk_module_args(SMVModule instance_holder)
           
 void mk_modules_skel(SMVModule instance_holder)
           
 void mk_variables(SMVModule instance_holder)
           
 java.lang.String typeString()
           
 
Methods inherited from class edu.wis.jtlv.env.core.smv.schema.SMVAbstractElementInfo
get_holder, set_holder, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

is_sync

public boolean is_sync

proc_desc

public SMVModuleInfo proc_desc

params

public java.lang.String[] params
Constructor Detail

SMVProcVarInfo

public SMVProcVarInfo(java.lang.String a_name,
                      SMVParsingInfo an_info,
                      SMVModuleInfo proc_desc,
                      boolean is_sync,
                      java.lang.String[] a_param_list)
               throws SMVParseException
Throws:
SMVParseException
Method Detail

clone_element

public SMVAbstractElementInfo clone_element()
                                     throws SMVParseException
Specified by:
clone_element in class SMVAbstractElementInfo
Throws:
SMVParseException

typeString

public java.lang.String typeString()
Specified by:
typeString in class SMVAbstractElementInfo

mk_fix_names

public void mk_fix_names()
                  throws SMVParseException
Specified by:
mk_fix_names in class SMVAbstractElementInfo
Throws:
SMVParseException

mk_modules_skel

public void mk_modules_skel(SMVModule instance_holder)
                     throws SMVParseException
Specified by:
mk_modules_skel in class SMVAbstractElementInfo
Throws:
SMVParseException

mk_defines

public void mk_defines(SMVModule instance_holder)
                throws SMVParseException
Specified by:
mk_defines in class SMVAbstractElementInfo
Throws:
SMVParseException

mk_variables

public void mk_variables(SMVModule instance_holder)
                  throws SMVParseException
Specified by:
mk_variables in class SMVAbstractElementInfo
Throws:
SMVParseException

mk_module_args

public void mk_module_args(SMVModule instance_holder)
                    throws SMVParseException
Specified by:
mk_module_args in class SMVAbstractElementInfo
Throws:
SMVParseException