Package eu.bandm.tools.xslt.base
Class Rt.Report
java.lang.Object
eu.bandm.tools.xslt.base.Rt.Report
- All Implemented Interfaces:
Formattable
,Cloneable
- Enclosing class:
- Rt
-
Field Summary
Modifier and TypeFieldDescriptionprotected CheckedSet<XMLDocumentIdentifier>
protected int
static final Function<Rt.Report,
CheckedSet<XMLDocumentIdentifier>> Deprecated.Use new '::' method reference instead.Deprecated.Use new '::' method reference instead.static final Function<Rt.Report,
XMLDocumentIdentifier> Deprecated.Use new '::' method reference instead.static final Function<Rt.Report,
CheckedSet<NamespaceName>> Deprecated.Use new '::' method reference instead.static final Function<Rt.Report,
CheckedSet<NamespaceName>> Deprecated.Use new '::' method reference instead.static final Function<Rt.Report,
CheckedSet<Rt.Definition>> Deprecated.Use new '::' method reference instead.protected XMLDocumentIdentifier
protected CheckedSet<NamespaceName>
protected CheckedSet<NamespaceName>
protected CheckedSet<Rt.Definition>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
descend_allFiles
(Rt.MATCH_ONLY_00 visitor) Deprecated.void
descend_undefDefs
(Rt.MATCH_ONLY_00 visitor) Deprecated.void
descend_undefModes
(Rt.MATCH_ONLY_00 visitor) Deprecated.void
descend_unusedDefs
(Rt.MATCH_ONLY_00 visitor) Deprecated.doclone()
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.int
Copies values of all common fields from the argument.boolean
boolean
set_errorCount
(int val) boolean
boolean
boolean
boolean
-
Field Details
-
topFile
-
get_topFile
Deprecated.Use new '::' method reference instead. -
allFiles
-
get_allFiles
Deprecated.Use new '::' method reference instead. -
errorCount
protected int errorCount -
get_errorCount
Deprecated.Use new '::' method reference instead. -
unusedDefs
-
get_unusedDefs
Deprecated.Use new '::' method reference instead. -
undefDefs
-
get_undefDefs
Deprecated.Use new '::' method reference instead. -
undefModes
-
get_undefModes
Deprecated.Use new '::' method reference instead.
-
-
Constructor Details
-
Report
-
-
Method Details
-
doclone
-
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
format
in interfaceFormattable
- Returns:
- a format that represents this object in a pretty-printable way
-
initFrom
Copies values of all common fields from the argument. All fields of this class definition are copied, iff the argument is of this class. Then the superclass method is invoked with the same argument. -
get_topFile
-
set_topFile
-
get_allFiles
-
set_allFiles
-
descend_allFiles
Deprecated. -
get_errorCount
public int get_errorCount() -
set_errorCount
public boolean set_errorCount(int val) -
get_unusedDefs
-
set_unusedDefs
-
descend_unusedDefs
Deprecated. -
get_undefDefs
-
set_undefDefs
-
descend_undefDefs
Deprecated. -
get_undefModes
-
set_undefModes
-
descend_undefModes
Deprecated.
-