FileDocCategorySizeDatePackage
TypedConstant.javaAPI DocAndroid 1.5 API1358Wed May 06 22:41:02 BST 2009com.android.dx.rop.cst

TypedConstant

public abstract class TypedConstant extends Constant implements com.android.dx.rop.type.TypeBearer
Base class for constants which implement {@link TypeBearer}.

Fields Summary
Constructors Summary
Methods Summary
public final intgetBasicFrameType()
{@inheritDoc}

        return getType().getBasicFrameType();
    
public final intgetBasicType()
{@inheritDoc}

        return getType().getBasicType();
    
public final com.android.dx.rop.type.TypeBearergetFrameType()
{@inheritDoc} This implentation always returns this.

        return this;
    
public final booleanisConstant()
{@inheritDoc}

        return true;