|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.AbstractUnitPrinter | +--soot.LabeledUnitPrinter | +--soot.NormalUnitPrinter
UnitPrinter implementation for normal (full) Jimple, Grimp, and Baf
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)
public void method(SootMethod m)
public void fieldRef(SootField f)
public void identityRef(IdentityRef r)
public void literal(java.lang.String s)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |