|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoot.AbstractUnitPrinter
soot.dava.DavaUnitPrinter
UnitPrinter implementation for Dava.
Field Summary |
Fields inherited from class soot.AbstractUnitPrinter |
indent, output, pt, startOfLine |
Constructor Summary | |
DavaUnitPrinter()
|
Method Summary | |
void |
fieldRef(SootField f)
|
void |
identityRef(IdentityRef r)
|
void |
literal(java.lang.String s)
|
void |
method(SootMethod m)
|
void |
type(Type t)
|
void |
unitRef(Unit u,
boolean branchTarget)
|
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 DavaUnitPrinter()
Method Detail |
public void method(SootMethod m)
method
in interface UnitPrinter
method
in class AbstractUnitPrinter
public void fieldRef(SootField f)
fieldRef
in interface UnitPrinter
fieldRef
in class AbstractUnitPrinter
public void identityRef(IdentityRef r)
identityRef
in interface UnitPrinter
identityRef
in class AbstractUnitPrinter
public void literal(java.lang.String s)
literal
in interface UnitPrinter
literal
in class AbstractUnitPrinter
public void type(Type t)
type
in interface UnitPrinter
type
in class AbstractUnitPrinter
public void unitRef(Unit u, boolean branchTarget)
unitRef
in interface UnitPrinter
unitRef
in class AbstractUnitPrinter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |