Search:

Type: Posts; User: Fadly Massere

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,111

    Re: Straight Line programming

    Finally, thanks before.
    Literally, I,m stiil Confused. But thank you very much.
    should I make getStatementsCount() method for each class, and then I compare ?
    or just one method in main class ?
    ...
  2. Replies
    5
    Views
    1,111

    Re: Straight Line programming

    from the new stm, I can this :

    The Total Of Statement is :
    The Max of Print Argument is :
    The deep of tree is :
    That Code is :

    So, if I have statement like this :

    Stm s = new...
  3. Replies
    5
    Views
    1,111

    Straight Line programming

    I have a statement like this

    Stm s = new CompoundStm(new AssignStm("a", new NumExp(6)), new PrintStm(new PairExpList(new NumExp(8), new LastExpList(new IdExp("b")))));

    and I have to get the...
Results 1 to 3 of 3