2015-06-23

java: Field Type Descriptors

A field descriptor represents the type of a class, instance, or local variable.

FieldType termTypeInterpretation
Bbytesigned byte
CcharUnicode character code point in the Basic Multilingual Plane, encoded with UTF-16
Ddoubledouble-precision floating-point value
Ffloatsingle-precision floating-point value
Iintinteger
Jlonglong integer
LClassName;referencean instance of class ClassName
eg. for ObjectLjava/lang/Object;
Sshortsigned short
Zbooleantrue or false
[referenceone array dimension
eg. for double[][][][[[D

No comments :

Post a Comment