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

Packages that use CstDouble
com.android.dx.rop.cst Interfaces and implementation of things related to the constant pool. 
 

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

Fields in com.android.dx.rop.cst declared as CstDouble
static CstDouble CstDouble.VALUE_0
          non-null; instance representing 0
static CstDouble CstDouble.VALUE_1
          non-null; instance representing 1
 

Methods in com.android.dx.rop.cst that return CstDouble
static CstDouble CstDouble.make(long bits)
          Makes an instance for the given value.
 



Copyright © 2015. All rights reserved.