JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.android.dx.util
Interface ToHuman
All Known Subinterfaces:
TypeBearer
All Known Implementing Classes:
Annotation
,
AnnotationsList
,
AnnotationVisibility
,
BasicBlockList
,
ByteBlockList
,
ByteCatchList
,
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
,
InnerClassList
,
Insn
,
InsnList
,
ItemType
,
LabeledList
,
LineNumberList
,
LocalList
,
LocalsArray
,
LocalsArraySet
,
LocalVariableList
,
MethodAnnotationStruct
,
NormalSsaInsn
,
OneLocalsArray
,
ParameterAnnotationStruct
,
PhiInsn
,
PlainCstInsn
,
PlainInsn
,
PositionList
,
RegisterSpec
,
RegisterSpecList
,
ReturnAddress
,
SsaInsn
,
StdAttributeList
,
StdFieldList
,
StdMethodList
,
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.String
toHuman
()
Return the "human" string form of this instance.
Method Detail
toHuman
java.lang.String toHuman()
Return the "human" string form of this instance. This is generally less "debuggy" than
toString()
.
Returns:
non-null;
the human string form
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method