Unparser
instead.@Deprecated public class FormattingVisitor extends Visitor
Modifier and Type | Field and Description |
---|---|
Format |
classFormat
Deprecated.
|
static Function<MetaType,Format> |
refer
Deprecated.
|
Constructor and Description |
---|
FormattingVisitor()
Deprecated.
|
FormattingVisitor(File destination,
int lineWidth)
Deprecated.
ML added comment 20170607:
|
Modifier and Type | Method and Description |
---|---|
protected 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(eu.bandm.tools.metajava.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.
|
Format[] |
getMembers()
Deprecated.
|
File |
getPackageFile(MetaPackage metaPackage)
Deprecated.
ML20170607
|
void |
visit(GeneratedPackage pack)
Deprecated.
use
Visitor.match(eu.bandm.tools.format.Format) instead. |
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
public Format classFormat
public FormattingVisitor(File destination, int lineWidth)
destination
- The position of the root of the source file tree to generate.public FormattingVisitor()
public File getPackageFile(MetaPackage metaPackage)
@Deprecated public void visit(GeneratedPackage pack)
Visitor.match(eu.bandm.tools.format.Format)
instead.protected void action(GeneratedPackage pack)
protected void action(GeneratedSourceFile file)
protected void action(GeneratedClass metaClass)
protected void action(GeneratedEnum metaClass)
protected void action(GeneratedField field)
protected void action(GeneratedConstructor constructor)
protected void action(GeneratedMethod method)
protected void action(GeneratedBlock block)
protected void action(eu.bandm.tools.metajava.GeneratedDirt dirt)
public Format[] getMembers()
protected void action(GeneratedBinaryFile file)
see also the complete user documentation .