Methods Summary |
---|
public final int | getBasicFrameType(){@inheritDoc}
return getType().getBasicFrameType();
|
public final int | getBasicType(){@inheritDoc}
return getType().getBasicType();
|
public final com.android.dx.rop.type.TypeBearer | getFrameType(){@inheritDoc}
This implentation always returns this .
return this;
|
public final boolean | isConstant(){@inheritDoc}
return true;
|