|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.android.dx.rop.cst.Constant
com.android.dx.rop.cst.TypedConstant
com.android.dx.rop.cst.CstLiteralBits
com.android.dx.rop.cst.CstLiteral64
com.android.dx.rop.cst.CstLong
public final class CstLong
Constants of type CONSTANT_Long_info.
| Field Summary | |
|---|---|
static CstLong |
VALUE_0
non-null; instance representing 0 |
static CstLong |
VALUE_1
non-null; instance representing 1 |
| Method Summary | |
|---|---|
Type |
getType()
Gets the type associated with this instance. |
long |
getValue()
Gets the long value. |
static CstLong |
make(long value)
Makes an instance for the given value. |
String |
toHuman()
Return the "human" string form of this instance. |
String |
toString()
|
String |
typeName()
Returns the human name for the particular type of constant this instance is. |
| Methods inherited from class com.android.dx.rop.cst.CstLiteral64 |
|---|
compareTo0, equals, fitsInInt, getIntBits, getLongBits, hashCode, isCategory2 |
| Methods inherited from class com.android.dx.rop.cst.CstLiteralBits |
|---|
fitsIn16Bits, fitsIn8Bits |
| Methods inherited from class com.android.dx.rop.cst.TypedConstant |
|---|
getBasicFrameType, getBasicType, getFrameType, isConstant |
| Methods inherited from class com.android.dx.rop.cst.Constant |
|---|
compareTo |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final CstLong VALUE_0
non-null; instance representing 0
public static final CstLong VALUE_1
non-null; instance representing 1
| Method Detail |
|---|
public static CstLong make(long value)
value - the long valuepublic String toString()
toString in class Objectpublic Type getType()
non-null; the typepublic String typeName()
typeName in class Constantnon-null; the namepublic String toHuman()
toString().
non-null; the human string formpublic long getValue()
long value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||