public class BriefUnitPrinter extends LabeledUnitPrinter
labelIndent, labels, referencesindent, output, pt, quotableLocals, startOfLine| Constructor and Description |
|---|
BriefUnitPrinter(Body body) |
| Modifier and Type | Method and Description |
|---|---|
void |
fieldRef(SootFieldRef f) |
void |
identityRef(IdentityRef r) |
void |
literal(String s) |
void |
methodRef(SootMethodRef m) |
void |
startUnit(Unit u) |
void |
type(Type t) |
labels, references, unitRefconstant, decIndent, endUnit, endUnitBox, endValueBox, getIndent, getPositionTagger, handleIndent, incIndent, initializeQuotableLocals, local, newline, noIndent, output, setIndent, setPositionTagger, startUnitBox, startValueBox, toStringpublic BriefUnitPrinter(Body body)
public void startUnit(Unit u)
startUnit in interface UnitPrinterstartUnit in class AbstractUnitPrinterpublic void methodRef(SootMethodRef m)
public void fieldRef(SootFieldRef f)
public void identityRef(IdentityRef r)
public void literal(String s)
public void type(Type t)
Copyright © 2024 Soot OSS. All rights reserved.