class Variable{ public Integer method(Integer parameter){ Integer lokaleVariable; lokaleVariable = 2; return parameter+lokaleVariable; } }