public class DavaUnitPrinter extends AbstractUnitPrinter
indent, output, pt, quotableLocals, startOfLine| Constructor and Description |
|---|
DavaUnitPrinter(DavaBody body) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAggregatedAnd() |
void |
addAggregatedOr() |
void |
addLeftParen() |
void |
addNot() |
void |
addRightParen() |
void |
constant(Constant c) |
void |
fieldRef(SootFieldRef f) |
void |
identityRef(IdentityRef r) |
void |
literal(String s) |
void |
methodRef(SootMethodRef m) |
void |
printString(String s) |
void |
type(Type t) |
void |
unitRef(Unit u,
boolean branchTarget) |
decIndent, endUnit, endUnitBox, endValueBox, getIndent, getPositionTagger, handleIndent, incIndent, initializeQuotableLocals, local, newline, noIndent, output, setIndent, setPositionTagger, startUnit, startUnitBox, startValueBox, toStringpublic DavaUnitPrinter(DavaBody body)
public void methodRef(SootMethodRef m)
public void fieldRef(SootFieldRef f)
public void identityRef(IdentityRef r)
public void literal(String s)
public void type(Type t)
public void unitRef(Unit u, boolean branchTarget)
public void constant(Constant c)
constant in interface UnitPrinterconstant in class AbstractUnitPrinterpublic void addNot()
public void addAggregatedOr()
public void addAggregatedAnd()
public void addLeftParen()
public void addRightParen()
public void printString(String s)
Copyright © 2024 Soot OSS. All rights reserved.