com.android.dx.rop.cst
Class Zeroes
java.lang.Object
com.android.dx.rop.cst.Zeroes
public final class Zeroes
- extends Object
Utility for turning types into zeroes.
|
Method Summary |
static Constant |
zeroFor(Type type)
Gets the "zero" (or null) value for the given type. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
zeroFor
public static Constant zeroFor(Type type)
- Gets the "zero" (or
null) value for the given type.
- Parameters:
type - non-null; the type in question
- Returns:
non-null; its "zero" value
Copyright © 2015. All rights reserved.