Uses of Class
cli.java2umltext.model.Document
Packages that use Document
-
Uses of Document in cli.java2umltext.export
Subclasses of Document in cli.java2umltext.exportMethods in cli.java2umltext.export that return Document -
Uses of Document in cli.java2umltext.model
Methods in cli.java2umltext.model that return DocumentModifier and TypeMethodDescriptionClassWrapper.document()Returns the value of thedocumentrecord component.Constructors in cli.java2umltext.model with parameters of type DocumentModifierConstructorDescriptionClassWrapper(Document document, String pkg, String type, String name) ClassWrapper(Document document, String pkg, String type, String name, ArrayList<FieldWrapper> fields, ArrayList<MethodWrapper> methods, HashMap<String, String> imports) Creates an instance of aClassWrapperrecord class.