Show
Ignore:
Timestamp:
01/11/08 01:44:43 (8 months ago)
Author:
mikey
Message:

first part of refactoring #119
This breaks star files, they will be fixed next.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/lang/stubObject.php

    r777 r1209  
    6969     * example.MyClass { 
    7070     *     foo(string): hello 
    71      *     bar(example.AnotherClass): example.AnotherClass { 
     71     *     bar(example::AnotherClass): example::AnotherClass { 
    7272     *         baz(int): 5 
    7373     *     }