Package org.ctan.analysers
Class Analysis
java.lang.Object
org.ctan.analysers.Analysis
The class
Analysis contains the transport object for an analysis
result.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe classDefcontains the container for the definition attributes.static enumThe enumDefTypecontains the classification of definitions. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidset(String name, Analysis.DefType type, int lineno) The methodsetprovides means to store a macro.
-
Constructor Details
-
Analysis
public Analysis()
-
-
Method Details
-
set
The methodsetprovides means to store a macro.- Parameters:
name- the nametype- the typelineno- the line number
-