|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VM_TRUNCATABLE
Defines the code used to represent a truncatable value type in
a typecode. A value type is truncatable if it inherits "safely"
from another value type, which means it can be cast to a more
general inherited type.
This is one of the possible results of the type_modifier
method on the TypeCode
interface.
TypeCode
Field Summary | |
---|---|
static short |
value
The value representing a truncatable value type in a typecode. |
Field Detail |
---|
static final short value
|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.