Methods Summary |
---|
public int | getBasicFrameType()Gets the basic type corresponding to this instance's frame type. This
is equivalent to {@code getFrameType().getBasicType()}, and
is the same as calling {@code getFrameType()} unless this
instance is an int-like type, in which case this method returns
{@code BT_INT}.
|
public int | getBasicType()Gets the basic type corresponding to this instance.
|
public com.android.dx.rop.type.TypeBearer | getFrameType()Gets the frame type corresponding to this type. This method returns
{@code this}, except if {@link Type#isIntlike} on the underlying
type returns {@code true} but the underlying type is not in
fact {@link Type#INT}, in which case this method returns an instance
whose underlying type is {@code INT}.
|
public Type | getType()Gets the type associated with this instance.
|
public boolean | isConstant()Returns whether this instance represents a constant value.
|