Home | History | Annotate | Download | only in output1

Lines Matching refs:SimpleCParser

11 public class SimpleCParser extends Parser {
44 public SimpleCParser(TokenStream input) {
47 public SimpleCParser(TokenStream input, RecognizerSharedState state) {
61 public String[] getTokenNames() { return SimpleCParser.tokenNames; }
72 public final SimpleCParser.program_return program() throws RecognitionException {
73 SimpleCParser.program_return retval = new SimpleCParser.program_return();
78 SimpleCParser.declaration_return declaration1 = null;
151 public final SimpleCParser.declaration_return declaration() throws RecognitionException {
152 SimpleCParser.declaration_return retval = new SimpleCParser.declaration_return();
158 SimpleCParser.variable_return variable2 = null;
160 SimpleCParser.functionHeader_return functionHeader3 = null;
162 SimpleCParser.functionHeader_return functionHeader5 = null;
164 SimpleCParser.block_return block6 = null;
305 public final SimpleCParser.variable_return variable() throws RecognitionException {
306 SimpleCParser.variable_return retval = new SimpleCParser.variable_return();
312 SimpleCParser.type_return type7 = null;
314 SimpleCParser.declarator_return declarator8 = null;
396 public final SimpleCParser.declarator_return declarator() throws RecognitionException {
397 SimpleCParser.declarator_return retval = new SimpleCParser.declarator_return();
444 public final SimpleCParser.functionHeader_return functionHeader() throws RecognitionException {
445 SimpleCParser.functionHeader_return retval = new SimpleCParser.functionHeader_return();
454 SimpleCParser.type_return type11 = null;
456 SimpleCParser.formalParameter_return formalParameter14 = null;
458 SimpleCParser.formalParameter_return formalParameter16 = null;
610 public final SimpleCParser.formalParameter_return formalParameter() throws RecognitionException {
611 SimpleCParser.formalParameter_return retval = new SimpleCParser.formalParameter_return();
616 SimpleCParser.type_return type18 = null;
618 SimpleCParser.declarator_return declarator19 = null;
695 public final SimpleCParser.type_return type() throws RecognitionException {
696 SimpleCParser.type_return retval = new SimpleCParser.type_return();
750 public final SimpleCParser.block_return block() throws RecognitionException {
751 SimpleCParser.block_return retval = new SimpleCParser.block_return();
758 SimpleCParser.variable_return variable21 = null;
760 SimpleCParser.stat_return stat22 = null;
914 public final SimpleCParser.stat_return stat() throws RecognitionException {
915 SimpleCParser.stat_return retval = new SimpleCParser.stat_return();
923 SimpleCParser.forStat_return forStat24 = null;
925 SimpleCParser.expr_return expr25 = null;
927 SimpleCParser.block_return block27 = null;
929 SimpleCParser.assignStat_return assignStat28 = null;
1081 public final SimpleCParser.forStat_return forStat() throws RecognitionException {
1082 SimpleCParser.forStat_return retval = new SimpleCParser.forStat_return();
1092 SimpleCParser.assignStat_return start = null;
1094 SimpleCParser.assignStat_return next = null;
1096 SimpleCParser.expr_return expr34 = null;
1098 SimpleCParser.block_return block37 = null;
1216 public final SimpleCParser.assignStat_return assignStat() throws RecognitionException {
1217 SimpleCParser.assignStat_return retval = new SimpleCParser.assignStat_return();
1224 SimpleCParser.expr_return expr40 = null;
1304 public final SimpleCParser.expr_return expr() throws RecognitionException {
1305 SimpleCParser.expr_return retval = new SimpleCParser.expr_return();
1310 SimpleCParser.condExpr_return condExpr41 = null;
1354 public final SimpleCParser.condExpr_return condExpr() throws RecognitionException {
1355 SimpleCParser.condExpr_return retval = new SimpleCParser.condExpr_return();
1362 SimpleCParser.aexpr_return aexpr42 = null;
1364 SimpleCParser.aexpr_return aexpr45 = null;
1473 public final SimpleCParser.aexpr_return aexpr() throws RecognitionException {
1474 SimpleCParser.aexpr_return retval = new SimpleCParser.aexpr_return();
1480 SimpleCParser.atom_return atom46 = null;
1482 SimpleCParser.atom_return atom48 = null;
1561 public final SimpleCParser.atom_return atom() throws RecognitionException {
1562 SimpleCParser.atom_return retval = new SimpleCParser.atom_return();
1571 SimpleCParser.expr_return expr52 = null;