Top Fields Constructors Methods
org.apache.derby.impl.services.bytecode

pack-priv final Class Type

extends Object
Class Inheritance
Imports
org.apache.derby.iapi.services.classfile.VMDescriptor, .ClassHolder

Field Summary

Modifier and TypeField and Description
pack-priv static final Type
pack-priv static final Type
pack-priv static final Type
pack-priv static final Type
pack-priv static final Type
private final String
pack-priv static final Type
pack-priv static final Type
pack-priv static final Type
private final String
pack-priv final String
private final short

Constructor Summary

AccessConstructor and Description
pack-priv
Type(String javaName, String vmName)

Method Summary

Modifier and TypeMethod and Description
pack-priv String
public String
toString()

Overrides java.lang.Object.toString.

Returns a string representation of the object.
pack-priv String
vmName()

Get the VM Type name (java/lang/Object)

pack-priv short
vmType()

Get the VM type (eg.

pack-priv int
pack-priv static int
width(short type)

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAllwaitwaitwait

Field Detail

BOOLEANback to summary
pack-priv static final Type BOOLEAN
BYTEback to summary
pack-priv static final Type BYTE
DOUBLEback to summary
pack-priv static final Type DOUBLE
FLOATback to summary
pack-priv static final Type FLOAT
INTback to summary
pack-priv static final Type INT
javaNameback to summary
private final String javaName
LONGback to summary
pack-priv static final Type LONG
SHORTback to summary
pack-priv static final Type SHORT
STRINGback to summary
pack-priv static final Type STRING
vmNameback to summary
private final String vmName
vmNameSimpleback to summary
pack-priv final String vmNameSimple
vmTypeback to summary
private final short vmType

Constructor Detail

Typeback to summary
pack-priv Type(String javaName, String vmName)

Method Detail

javaNameback to summary
pack-priv String javaName()
toStringback to summary
public String toString()

Overrides java.lang.Object.toString.

Doc from java.lang.Object.toString.

Returns a string representation of the object.

Returns:String

a string representation of the object.

Annotations
@Override
vmNameback to summary
pack-priv String vmName()

Get the VM Type name (java/lang/Object)

vmTypeback to summary
pack-priv short vmType()

Get the VM type (eg. VMDescriptor.INT)

widthback to summary
pack-priv int width()
widthback to summary
pack-priv static int width(short type)