|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CodeGenCommonInterface
Provides an interface for the Diagnostics tool and Design Tools to CodeGenCommon without a circular dependancy that directly using the class would cause.
Field Summary | |
---|---|
static java.lang.String |
ndla_len_string
|
static java.lang.String |
ndla_string
|
static java.lang.String |
PARAM_AddSetHeader
|
static java.lang.String |
PARAM_ConfigFile
|
static java.lang.String |
PARAM_CreatePrintSizesFile
|
static java.lang.String |
PARAM_DebugOn
|
static java.lang.String |
PARAM_DisplayOn
|
static java.lang.String |
PARAM_DlaLengthInit
|
static java.lang.String |
PARAM_GenerateAllEnumSymbolLookups
|
static java.lang.String |
PARAM_GenerateForAda
|
static java.lang.String |
PARAM_GenerateForAllLangs
|
static java.lang.String |
PARAM_GenerateForC
|
static java.lang.String |
PARAM_GenerateForCPP
|
static java.lang.String |
PARAM_GenerateForJava
|
static java.lang.String |
PARAM_GenerateSymbolLookups
|
static java.lang.String |
PARAM_HeaderFile
|
static java.lang.String |
PARAM_HFile
|
static java.lang.String |
PARAM_HHFile
|
static java.lang.String |
PARAM_HierarchyFile
|
static java.lang.String |
PARAM_JavaPackageName
|
static java.lang.String |
PARAM_NoErrlog
|
static java.lang.String |
PARAM_PrintScript
|
static java.lang.String |
PARAM_ScriptFile
|
static java.lang.String |
PARAM_SelectFromAllFiles
|
static java.lang.String |
PARAM_SizesFileName
|
static java.lang.String |
PARAM_UpdateWithName
|
static java.lang.String |
PARAM_UseDefaultTypes
|
static java.lang.String |
unbounded_string
|
Method Summary | |
---|---|
void |
AddAuxBufferModule(java.lang.String buffer_name,
java.lang.String header,
java.lang.String nml_file)
Adds Information related to an auxilliary buffer. |
FastListPanelInterface |
get_ClassList()
Get the ClassList property. |
DiagNMLMsgDictCreatorInterface |
get_diag_dict_creator()
Get the diag_dict_creator property. |
java.util.Vector |
get_extraActionsVector()
Returns an extrActionsVector(). |
java.util.Vector |
get_extraTabsVector()
Returns an extrTabsVector(). |
java.lang.String |
get_m_hierarchyFile()
Get the hierarchyFile property. |
java.util.Hashtable |
get_m_modulesHashTable()
Returns the modulesHashTable property. |
FastListPanelInterface |
get_m_modulesList()
Get the ModulesList property. |
NMLConnectionCreatorInterface |
get_nml_creator()
Get the nml_creator property. |
java.util.Hashtable |
get_optionsHashTable()
Returns the optionsHashTable property. |
java.lang.String |
GetParameter(java.lang.String strName,
java.lang.String[] args)
Return the value of the matching strName if one exist(), optionally searching command line args given in args. |
boolean |
is_interrupt_loading()
Return the value of the interrupt_loading property. |
void |
LoadHierarchy()
Load the hierarchy parsing the file set with set_m_hierarchyFile(). |
void |
set_ClassList(FastListPanelInterface flp)
Set the ClassList property. |
void |
set_diag_dict_creator(DiagNMLMsgDictCreatorInterface _diag_dict_creator)
Set a diag_dict_creator property. |
void |
set_interrupt_loading(boolean b)
Set the value of the interrupt_loading property. |
void |
set_m_hierarchyFile(java.lang.String str)
Set the hierarchyFile property. |
void |
set_m_modulesList(FastListPanelInterface lst)
Set the ModulesList property. |
void |
set_nml_creator(NMLConnectionCreatorInterface _nml_creator)
Set the nml_creator property. |
Field Detail |
---|
static final java.lang.String PARAM_HierarchyFile
static final java.lang.String PARAM_ConfigFile
static final java.lang.String PARAM_HeaderFile
static final java.lang.String PARAM_HFile
static final java.lang.String PARAM_HHFile
static final java.lang.String PARAM_ScriptFile
static final java.lang.String PARAM_DebugOn
static final java.lang.String PARAM_UpdateWithName
static final java.lang.String PARAM_CreatePrintSizesFile
static final java.lang.String PARAM_SelectFromAllFiles
static final java.lang.String PARAM_SizesFileName
static final java.lang.String PARAM_GenerateSymbolLookups
static final java.lang.String PARAM_GenerateAllEnumSymbolLookups
static final java.lang.String PARAM_AddSetHeader
static final java.lang.String PARAM_GenerateForC
static final java.lang.String PARAM_GenerateForAllLangs
static final java.lang.String PARAM_GenerateForCPP
static final java.lang.String PARAM_GenerateForJava
static final java.lang.String PARAM_GenerateForAda
static final java.lang.String PARAM_JavaPackageName
static final java.lang.String PARAM_DlaLengthInit
static final java.lang.String PARAM_DisplayOn
static final java.lang.String PARAM_UseDefaultTypes
static final java.lang.String PARAM_NoErrlog
static final java.lang.String PARAM_PrintScript
static final java.lang.String ndla_string
static final java.lang.String ndla_len_string
static final java.lang.String unbounded_string
Method Detail |
---|
boolean is_interrupt_loading()
void set_interrupt_loading(boolean b)
b
- new value of interupt_loading property.java.util.Hashtable get_m_modulesHashTable()
java.util.Hashtable get_optionsHashTable()
java.lang.String get_m_hierarchyFile()
void set_m_hierarchyFile(java.lang.String str)
str
- FastListPanelInterface get_ClassList()
void set_ClassList(FastListPanelInterface flp)
flp
- FastListPanelInterface get_m_modulesList()
void set_m_modulesList(FastListPanelInterface lst)
lst
- void LoadHierarchy() throws java.lang.Exception
java.lang.Exception
void set_diag_dict_creator(DiagNMLMsgDictCreatorInterface _diag_dict_creator)
_diag_dict_creator
- DiagNMLMsgDictCreatorInterface get_diag_dict_creator()
void set_nml_creator(NMLConnectionCreatorInterface _nml_creator)
_nml_creator
- NMLConnectionCreatorInterface get_nml_creator()
java.lang.String GetParameter(java.lang.String strName, java.lang.String[] args)
strName
- args
-
void AddAuxBufferModule(java.lang.String buffer_name, java.lang.String header, java.lang.String nml_file)
buffer_name
- header
- nml_file
- java.util.Vector get_extraActionsVector()
java.util.Vector get_extraTabsVector()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |