Class Zeroes

java.lang.Object
com.android.dx.rop.cst.Zeroes

public final class Zeroes extends Object
Utility for turning types into zeroes.
  • Method Details

    • 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