Ignore:
Timestamp:
Jul 2, 2008, 11:39:12 PM (17 years ago)
Author:
cinc
Message:

New typespec parser. Started to rewrite method parsers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nomc/include/parser.h

    r380 r383  
    215215void parseCodeBlock(void);
    216216void parseInterface(GTokenType token);
    217 void parseMethod(void);
     217void parseInterfaceMethod(void);
    218218
    219219/* In printdata.c */
     
    229229PMETHOD findMethodInfoFromMethodNameWithCurrent(PINTERFACE pif, gchar* chrName);
    230230void exitIfNotMatchNext(GTokenType token, gchar* msg);
     231void exitIfNotMatchNextKind(guint uiKind, gchar* msg);
    231232
    232233#if 0
Note: See TracChangeset for help on using the changeset viewer.