|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoot.AbstractUnitPrinter
soot.LabeledUnitPrinter
soot.NormalUnitPrinter
UnitPrinter implementation for normal (full) Jimple, Grimp, and Baf
Field Summary |
Fields inherited from class soot.LabeledUnitPrinter |
labelIndent, labels, references |
Fields inherited from class soot.AbstractUnitPrinter |
indent, output, pt, startOfLine |
Constructor Summary | |
NormalUnitPrinter(Body body)
|
Method Summary | |
void |
fieldRef(SootField f)
|
void |
identityRef(IdentityRef r)
|
void |
literal(java.lang.String s)
|
void |
method(SootMethod m)
|
void |
type(Type t)
|
Methods inherited from class soot.LabeledUnitPrinter |
labels, references, unitRef |
Methods inherited from class soot.AbstractUnitPrinter |
constant, decIndent, endUnit, endUnitBox, endValueBox, getIndent, getPositionTagger, handleIndent, incIndent, local, newline, noIndent, output, setIndent, setPositionTagger, startUnit, startUnitBox, startValueBox, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NormalUnitPrinter(Body body)
Method Detail |
public void type(Type t)
type
in interface UnitPrinter
type
in class LabeledUnitPrinter
public void method(SootMethod m)
method
in interface UnitPrinter
method
in class LabeledUnitPrinter
public void fieldRef(SootField f)
fieldRef
in interface UnitPrinter
fieldRef
in class LabeledUnitPrinter
public void identityRef(IdentityRef r)
identityRef
in interface UnitPrinter
identityRef
in class LabeledUnitPrinter
public void literal(java.lang.String s)
literal
in interface UnitPrinter
literal
in class LabeledUnitPrinter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |