com.android.dx.util
Interface ToHuman

All Known Subinterfaces:
TypeBearer
All Known Implementing Classes:
Annotation, AnnotationsList, AnnotationVisibility, BasicBlockList, CatchHandlerList, CatchTable, Constant, CstAnnotation, CstArray, CstArray.List, CstBaseMethodRef, CstBoolean, CstByte, CstChar, CstDouble, CstEnumRef, CstFieldRef, CstFloat, CstInsn, CstInteger, CstInterfaceMethodRef, CstKnownNull, CstLiteral32, CstLiteral64, CstLiteralBits, CstLong, CstMemberRef, CstMethodRef, CstNat, CstShort, CstString, CstType, DalvInsnList, EncodedField, EncodedMember, EncodedMethod, FieldAnnotationStruct, FillArrayDataInsn, FixedSizeList, Insn, InsnList, ItemType, LabeledList, LocalList, MethodAnnotationStruct, NormalSsaInsn, ParameterAnnotationStruct, PhiInsn, PlainCstInsn, PlainInsn, PositionList, RegisterSpec, RegisterSpecList, SsaInsn, StdTypeList, SwitchInsn, ThrowingCstInsn, ThrowingInsn, Type, TypedConstant

public interface ToHuman

Simple interface for objects that can return a "human" (as opposed to a complete but often hard to read) string form.


Method Summary
 String toHuman()
          Return the "human" string form of this instance.
 

Method Detail

toHuman

String toHuman()
Return the "human" string form of this instance. This is generally less "debuggy" than toString().

Returns:
non-null; the human string form


Copyright © 2013. All Rights Reserved.