Uses of Class
com.android.dx.rop.cst.TypedConstant

Packages that use TypedConstant
com.android.dx.cf.attrib Implementation of containers and utilities for all the standard Java attribute types. 
com.android.dx.cf.iface Interfaces and base classes for dealing with class files. 
com.android.dx.rop.cst Interfaces and implementation of things related to the constant pool. 
 

Uses of TypedConstant in com.android.dx.cf.attrib
 

Methods in com.android.dx.cf.attrib that return TypedConstant
 TypedConstant AttConstantValue.getConstantValue()
          Gets the constant value of this instance.
 

Constructors in com.android.dx.cf.attrib with parameters of type TypedConstant
AttConstantValue(TypedConstant constantValue)
          Constructs an instance.
 

Uses of TypedConstant in com.android.dx.cf.iface
 

Methods in com.android.dx.cf.iface that return TypedConstant
 TypedConstant StdField.getConstantValue()
          Get the constant value for this field, if any.
 TypedConstant Field.getConstantValue()
          Get the constant value for this field, if any.
 

Uses of TypedConstant in com.android.dx.rop.cst
 

Subclasses of TypedConstant in com.android.dx.rop.cst
 class CstBaseMethodRef
          Base class for constants of "methodish" type.
 class CstBoolean
          Constants of type boolean.
 class CstByte
          Constants of type byte.
 class CstChar
          Constants of type char.
 class CstDouble
          Constants of type CONSTANT_Double_info.
 class CstEnumRef
          Constant type to represent a reference to a particular constant value of an enumerated type.
 class CstFieldRef
          Constants of type CONSTANT_Fieldref_info.
 class CstFloat
          Constants of type CONSTANT_Float_info.
 class CstInteger
          Constants of type CONSTANT_Integer_info.
 class CstInterfaceMethodRef
          Constants of type CONSTANT_InterfaceMethodref_info.
 class CstKnownNull
          Constant type to represent a known-null value.
 class CstLiteral32
          Constants which are literal 32-bit values of some sort.
 class CstLiteral64
          Constants which are literal 64-bit values of some sort.
 class CstLiteralBits
          Constants which are literal bitwise values of some sort.
 class CstLong
          Constants of type CONSTANT_Long_info.
 class CstMemberRef
          Constants of type CONSTANT_*ref_info.
 class CstMethodRef
          Constants of type CONSTANT_Methodref_info.
 class CstShort
          Constants of type short.
 class CstString
          Constants of type CONSTANT_Utf8_info or CONSTANT_String_info.
 class CstType
          Constants that represent an arbitrary type (reference or primitive).
 



Copyright © 2015. All rights reserved.