A final local variable. For example, some_constant in the following example has a kind of Java Final Variable Local.
int some_meth() { final int some_constant = 5; }