Additions:
**jset** Sets a variable as a result of creating a java object or calling a java method.
Deletions:
Additions:
import commands java
Additions:
Get the Integer.MIN_VALUE field
jset -v min -c java.lang.Integer -f MIN_VALUE
echo $min
-2147483648
jset -v min -c java.lang.Integer -f MIN_VALUE
echo $min
-2147483648
Additions:
||-f,-field field||Gets the value of a field of a static class or instance||
Additions:
See [[FunctionJnew jnew]] and [[JavaObjects Java Objects]] for a function equivalent.
using the same boxing and conversions in [[JavaObjects Java Objects]].
using the same boxing and conversions in [[JavaObjects Java Objects]].
Deletions:
using the same boxing and conversions in [[JavaObjects]].