Package eu.bandm.tools.metajava
Class FormattingVisitor
java.lang.Object
eu.bandm.tools.metajava.Visitor
eu.bandm.tools.metajava.FormattingVisitor
- Direct Known Subclasses:
Unparser
Deprecated.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDeprecated.FormattingVisitor
(File destination, int lineWidth) Deprecated.ML added comment 20170607: -
Method Summary
Modifier and TypeMethodDescriptionprotected void
action
(GeneratedBinaryFile file) Deprecated.protected void
action
(GeneratedBlock block) Deprecated.protected void
action
(GeneratedClass metaClass) Deprecated.protected void
action
(GeneratedConstructor constructor) Deprecated.protected void
action
(GeneratedDirt dirt) Deprecated.protected void
action
(GeneratedEnum metaClass) Deprecated.protected void
action
(GeneratedField field) Deprecated.protected void
action
(GeneratedMethod method) Deprecated.protected void
action
(GeneratedPackage pack) Deprecated.protected void
action
(GeneratedSourceFile file) Deprecated.(package private) Format
Deprecated.(package private) Format
Deprecated.use instead.Format[]
Deprecated.getPackageFile
(MetaPackage metaPackage) Deprecated.ML20170607void
visit
(GeneratedPackage pack) Deprecated.use instead.Methods inherited from class eu.bandm.tools.metajava.Visitor
action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, action, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, match, nomatch
-
Field Details
-
classFormat
Deprecated. -
refer
Deprecated.
-
-
Constructor Details
-
FormattingVisitor
Deprecated.ML added comment 20170607:- Parameters:
destination
- The position of the root of the source file tree to generate.
-
FormattingVisitor
public FormattingVisitor()Deprecated.
-
-
Method Details
-
getClassBodyFormat
Deprecated.use instead. -
formatClassBody
Deprecated. -
getPackageFile
Deprecated.ML20170607- Returns:
- the directory in which all class sources of the given package will reside.
-
visit
Deprecated.use instead. -
action
Deprecated. -
action
Deprecated. -
action
Deprecated. -
action
Deprecated. -
action
Deprecated. -
action
Deprecated. -
action
Deprecated. -
action
Deprecated. -
action
Deprecated. -
getMembers
Deprecated. -
action
Deprecated.
-
Unparser
instead.