public static class AntTask.DisassembleElement extends Object implements AntTask.ExpressionElement
true.| Constructor and Description |
|---|
DisassembleElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
setHidesLines(boolean hideLines)
Whether to suppress line numbers in the disassembly output.
|
void |
setHidesVars(boolean hideLines)
Whether to suppress local variable names in the disassembly output.
|
void |
setSourceDirectory(File value)
Where to look for source files when disassembling .class files;
null disables source file loading. |
void |
setToFile(File toFile)
The file to redirect the disassembly output to.
|
void |
setUseSymbolicLabels(boolean value)
Whether to use numeric labels ('#123') or symbolic labels /'L12') in the bytecode disassembly.
|
void |
setVerbose(boolean value)
Whether to include a constant pool dump, constant pool indexes, and hex dumps of all attributes in the
disassembly output.
|
Find.Expression |
toExpression()
Produces a FIND
Find.Expression. |
public void setVerbose(boolean value)
public void setSourceDirectory(@Nullable
File value)
null disables source file loading.
Source file loading is disabled by default.public void setHidesLines(boolean hideLines)
public void setHidesVars(boolean hideLines)
public void setUseSymbolicLabels(boolean value)
public void setToFile(File toFile)
public Find.Expression toExpression()
AntTask.ExpressionElementFind.Expression.toExpression in interface AntTask.ExpressionElementCopyright © 2019 Arno Unkrig. All rights reserved.