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