MJ - kontrolne strukture
Pitanje je u vezi sa poslednjim zadatkom (10.)
Metoda:
static void main () A a;
{
a = new A();
a.setCount(1);
}
Generisani kod:
new 2
put_local 0
get_local 0
const_1
call -23
Da li je red "get_local 0" zaista neophodan?
Pozdrav!
Metoda:
static void main () A a;
{
a = new A();
a.setCount(1);
}
Generisani kod:
new 2
put_local 0
get_local 0
const_1
call -23
Da li je red "get_local 0" zaista neophodan?
Pozdrav!
- Follow-Ups:
- Re: MJ - kontrolne strukture
- From: "Ana Peric" <anaperic@gmail.com>
- Re: MJ - kontrolne strukture
- From: "Sasa Ninkovic" <sninkovic@gmail.com>
- Re: MJ - kontrolne strukture
Previous by date: Re: sta je transliterator?
Next by date: Re: aktivacioni zapisi
Previous by thread: Re: sta je transliterator? Next by thread: Re: MJ - kontrolne strukture
Previous by thread: Re: sta je transliterator? Next by thread: Re: MJ - kontrolne strukture