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