public static class Rt.Report extends Object implements Cloneable, Formattable
Modifier and Type | Field and Description |
---|---|
protected CheckedSet<XMLDocumentIdentifier> |
allFiles |
protected int |
errorCount |
static Function<Rt.Report,CheckedSet<XMLDocumentIdentifier>> |
get_allFiles
Deprecated.
Use new '::' method reference instead.
|
static Function<Rt.Report,Integer> |
get_errorCount
Deprecated.
Use new '::' method reference instead.
|
static Function<Rt.Report,XMLDocumentIdentifier> |
get_topFile
Deprecated.
Use new '::' method reference instead.
|
static Function<Rt.Report,CheckedSet<NamespaceName>> |
get_undefDefs
Deprecated.
Use new '::' method reference instead.
|
static Function<Rt.Report,CheckedSet<NamespaceName>> |
get_undefModes
Deprecated.
Use new '::' method reference instead.
|
static Function<Rt.Report,CheckedSet<Rt.Definition>> |
get_unusedDefs
Deprecated.
Use new '::' method reference instead.
|
protected XMLDocumentIdentifier |
topFile |
protected CheckedSet<NamespaceName> |
undefDefs |
protected CheckedSet<NamespaceName> |
undefModes |
protected CheckedSet<Rt.Definition> |
unusedDefs |
format
Constructor and Description |
---|
Report(XMLDocumentIdentifier topFile) |
protected XMLDocumentIdentifier topFile
@Deprecated public static final Function<Rt.Report,XMLDocumentIdentifier> get_topFile
protected CheckedSet<XMLDocumentIdentifier> allFiles
@Deprecated public static final Function<Rt.Report,CheckedSet<XMLDocumentIdentifier>> get_allFiles
protected int errorCount
@Deprecated public static final Function<Rt.Report,Integer> get_errorCount
protected CheckedSet<Rt.Definition> unusedDefs
@Deprecated public static final Function<Rt.Report,CheckedSet<Rt.Definition>> get_unusedDefs
protected CheckedSet<NamespaceName> undefDefs
@Deprecated public static final Function<Rt.Report,CheckedSet<NamespaceName>> get_undefDefs
protected CheckedSet<NamespaceName> undefModes
@Deprecated public static final Function<Rt.Report,CheckedSet<NamespaceName>> get_undefModes
public Report(XMLDocumentIdentifier topFile)
public Rt.Report doclone()
public Format format()
format
in interface Formattable
public Rt.Report initFrom(Object o0)
public XMLDocumentIdentifier get_topFile()
public boolean set_topFile(XMLDocumentIdentifier val)
public CheckedSet<XMLDocumentIdentifier> get_allFiles()
public boolean set_allFiles(CheckedSet<XMLDocumentIdentifier> val)
public void descend_allFiles(Rt.MATCH_ONLY_00 visitor)
public int get_errorCount()
public boolean set_errorCount(int val)
public CheckedSet<Rt.Definition> get_unusedDefs()
public boolean set_unusedDefs(CheckedSet<Rt.Definition> val)
public void descend_unusedDefs(Rt.MATCH_ONLY_00 visitor)
public CheckedSet<NamespaceName> get_undefDefs()
public boolean set_undefDefs(CheckedSet<NamespaceName> val)
public void descend_undefDefs(Rt.MATCH_ONLY_00 visitor)
public CheckedSet<NamespaceName> get_undefModes()
public boolean set_undefModes(CheckedSet<NamespaceName> val)
public void descend_undefModes(Rt.MATCH_ONLY_00 visitor)
see also the complete user documentation .