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