Package eu.bandm.tools.d2d2.model
Class AuxFormat
java.lang.Object
eu.bandm.tools.d2d2.model.AuxFormat
Auxiliary hand-coded functions for Format generation.
  This source is derived from a file  generated by umod format frontend.
  It has been extended by hand because the rules for format generation are rather
  complicated and not easily maintained when written in format frontend language.
  
ATTENTION is currently intended to be used with EXPANDED modules (ie. xml_tag!=null, etc)
ATTENTION is currently intended to be used with EXPANDED modules (ie. xml_tag!=null, etc)
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription(package private) static Format(package private) static boolean(package private) static boolean(package private) static FormatxRegExpToFormat(XRegExp def) Create the format object for an XRegExp instance.
- 
Field Details- 
f_public
- 
f_chars
- 
f_tags
- 
f_eq
- 
f_S_eq_S
- 
f_generic
- 
f_with_S
- 
f_local_S
- 
f_end_local
- 
f_comma
 
- 
- 
Constructor Details- 
AuxFormatpublic AuxFormat()
 
- 
- 
Method Details- 
dquote
- 
xRegExpToFormatCreate the format object for an XRegExp instance.
- 
needToPrintXmlTag
- 
needToPrintXmlLine
 
-