Skip to main content

Module extra

Module extra 

Source

Enums§

StepDepth
Step depth selector for set_step.

Functions§

value_bool
value_char
A char argument, tag C. The wire carries a UTF-16 code unit, which is what a Java char is — so a literal outside the BMP has no single-char spelling and is refused where it is parsed.
value_double
value_float
A float argument, tag F. Kept distinct from value_double because the JVM distinguishes them: f(float) and f(double) are different overloads, and the tag is what tells them apart.
value_int
Helper to build a primitive/object Value for invoke/set arguments.
value_long
value_null
value_object