Home | History | Annotate | Download | only in simplecTreeParser

Lines Matching defs:ARG_DEF

13         "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
31 public static final int ARG_DEF=5;
609 // SimpleC.g:39:1: formalParameter : type declarator -> ^( ARG_DEF type declarator ) ;
624 // SimpleC.g:40:5: ( type declarator -> ^( ARG_DEF type declarator ) )
652 // 40:25: -> ^( ARG_DEF type declarator )
654 // SimpleC.g:40:28: ^( ARG_DEF type declarator )
657 root_1 = (Object)adaptor.becomeRoot((Object)adaptor.create(ARG_DEF, "ARG_DEF"), root_1);