soot
Interface ToBriefString

All Known Subinterfaces:
AddExpr, AndExpr, ArrayRef, BinopExpr, CastExpr, CaughtExceptionRef, CmpExpr, CmpgExpr, CmplExpr, ConditionExpr, DivExpr, EqExpr, Expr, FieldRef, GeExpr, GtExpr, InstanceFieldRef, InstanceInvokeExpr, InstanceOfExpr, InterfaceInvokeExpr, InvokeExpr, LeExpr, LengthExpr, Local, LtExpr, MulExpr, NeExpr, NegExpr, NewArrayExpr, NewExpr, NewInvokeExpr, NewMultiArrayExpr, OrExpr, RemExpr, ShlExpr, ShrExpr, SpecialInvokeExpr, StaticInvokeExpr, SubExpr, UnopExpr, UshrExpr, VirtualInvokeExpr, XorExpr
All Known Implementing Classes:
Type, RefType, AbstractBinopExpr, DoubleConstant, LongConstant, StringConstant, NullConstant, ParameterRef, NextNextStmtRef, FloatConstant, IntConstant, ThisRef, StaticFieldRef

public interface ToBriefString

A class which can print itself briefly. This is used by Soot to produce .jimp output, for instance.


Method Summary
 java.lang.String toBriefString()
          Returns a brief description of this object.
 

Method Detail

toBriefString

public java.lang.String toBriefString()
Returns a brief description of this object.