|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgnu.bytecode.Type
gnu.bytecode.ObjectType
public class ObjectType
Semi-abstract class object reference types.
Extended by ClassType and ArrayType.
| Field Summary | |
|---|---|
int |
flags
|
| Fields inherited from class gnu.bytecode.Type |
|---|
boolean_ctype, boolean_type, booleanValue_method, byte_type, char_type, double_type, doubleValue_method, float_type, floatValue_method, int_type, intValue_method, java_lang_Class_type, long_type, longValue_method, neverReturnsType, nullType, number_type, pointer_type, reflectClass, short_type, string_type, throwable_type, toString_method, tostring_type, typeArray0, void_type |
| Constructor Summary | |
|---|---|
protected |
ObjectType()
|
|
ObjectType(java.lang.String name)
|
| Method Summary | |
|---|---|
java.lang.Object |
coerceFromObject(java.lang.Object obj)
Convert an object to a value of this Type. |
int |
compare(Type other)
Return a numeric code showing "subtype" relationship: 1: if other is a pure subtype of this; 0: if has the same values; -1: if this is a pure subtype of other; -2: if they have values in common but neither is a subtype of the other; -3: if the types have no values in common. |
void |
emitCoerceFromObject(CodeAttr code)
Compile (in given method) cast from Object to this Type. |
Type |
getImplementationType()
The type used to implement types not natively understood by the JVM. |
java.lang.String |
getInternalName()
Returns class name if a class type, signature if an array type. |
java.lang.Class |
getReflectClass()
Get the java.lang.Class object for the representation type. |
boolean |
isExisting()
|
Type |
promote()
|
void |
setExisting(boolean existing)
|
| Methods inherited from class gnu.bytecode.Type |
|---|
coerceToObject, emitCoerceToObject, emitIsInstance, getName, getSignature, getSize, getType, hashCode, isInstance, isMoreSpecific, isSubtype, isValidJavaTypeName, isVoid, lookupType, lowestCommonSuperType, make, registerTypeForClass, setName, setReflectClass, setSignature, signatureLength, signatureLength, signatureToName, signatureToPrimitive, signatureToType, signatureToType, swappedCompareResult, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int flags
| Constructor Detail |
|---|
protected ObjectType()
public ObjectType(java.lang.String name)
| Method Detail |
|---|
public final boolean isExisting()
public final void setExisting(boolean existing)
public java.lang.String getInternalName()
public java.lang.Class getReflectClass()
getReflectClass in class Typepublic Type getImplementationType()
Type
getImplementationType in class Typepublic Type promote()
promote in class Typepublic int compare(Type other)
Type
compare in class Typepublic java.lang.Object coerceFromObject(java.lang.Object obj)
coerceFromObject in class Typepublic void emitCoerceFromObject(CodeAttr code)
emitCoerceFromObject in class Type
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||