FieldType term | Type | Interpretation |
---|---|---|
B | byte | signed byte |
C | char | Unicode character code point in the Basic Multilingual Plane, encoded with UTF-16 |
D | double | double-precision floating-point value |
F | float | single-precision floating-point value |
I | int | integer |
J | long | long integer |
LClassName; | reference | an instance of class ClassName eg. for Object ⇒ Ljava/lang/Object; |
S | short | signed short |
Z | boolean | true or false |
[ | reference | one array dimension eg. for double[][][] ⇒ [[[D |
According to The Directive 2009/24/EC of the European Parliament and of the Council, and Sec.103(f) of the DMCA (17 U.S.C. § 1201 (f)), the reverse engineering act committed to creating these blog posts is considered legal, as this is an original attempt to improve interoperability, and cannot be waived by license agreements.
The views expressed on this blog are my own and do not necessarily reflect the views of my past and present employers.
2015-06-23
java: Field Type Descriptors
A field descriptor represents the type of a class, instance, or local variable.
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment