Home
last modified time | relevance | path

Searched refs:astFactory (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/antlr/antlr-2.7.7/examples/java/pascal/
H A DPascalParser.java202 astFactory.addASTChild(currentAST, returnAST); in program()
229 astFactory.addASTChild(currentAST, returnAST); in program()
246 astFactory.makeASTRoot(currentAST, tmp3_AST); in programHeading()
262 astFactory.makeASTRoot(currentAST, tmp7_AST); in programHeading()
341 astFactory.addASTChild(currentAST, returnAST); in block()
796 e_AST = (PascalAST)astFactory.create(e); in typeDefinition()
797 astFactory.makeASTRoot(currentAST, e_AST); in typeDefinition()
1629 c_AST = (PascalAST)astFactory.create(c); in variant()
1630 astFactory.makeASTRoot(currentAST, c_AST); in variant()
1696 c_AST = (PascalAST)astFactory.create(c); in variableDeclaration()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/tools/generated/gnu/classpath/tools/gjdoc/expr/
H A DJavaRecognizer.java31 astFactory = new ASTFactory(getTokenTypeToASTClassMap()); in JavaRecognizer()
42 astFactory = new ASTFactory(getTokenTypeToASTClassMap()); in JavaRecognizer()
53 astFactory = new ASTFactory(getTokenTypeToASTClassMap()); in JavaRecognizer()
268 i_AST = astFactory.create(i); in identifier()
1154 l1_AST = astFactory.create(l1); in constant()
1166 l2_AST = astFactory.create(l2); in constant()
1178 l3_AST = astFactory.create(l3); in constant()
1190 l4_AST = astFactory.create(l4); in constant()
1202 l5_AST = astFactory.create(l5); in constant()
1214 l6_AST = astFactory.create(l6); in constant()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/tools/generated/gnu/classpath/tools/gjdoc/expr/
H A DJavaRecognizer.java31 astFactory = new ASTFactory(getTokenTypeToASTClassMap()); in JavaRecognizer()
42 astFactory = new ASTFactory(getTokenTypeToASTClassMap()); in JavaRecognizer()
53 astFactory = new ASTFactory(getTokenTypeToASTClassMap()); in JavaRecognizer()
268 i_AST = astFactory.create(i); in identifier()
1154 l1_AST = astFactory.create(l1); in constant()
1166 l2_AST = astFactory.create(l2); in constant()
1178 l3_AST = astFactory.create(l3); in constant()
1190 l4_AST = astFactory.create(l4); in constant()
1202 l5_AST = astFactory.create(l5); in constant()
1214 l6_AST = astFactory.create(l6); in constant()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/tools/generated/gnu/classpath/tools/gjdoc/expr/
H A DJavaRecognizer.java31 astFactory = new ASTFactory(getTokenTypeToASTClassMap()); in JavaRecognizer()
42 astFactory = new ASTFactory(getTokenTypeToASTClassMap()); in JavaRecognizer()
53 astFactory = new ASTFactory(getTokenTypeToASTClassMap()); in JavaRecognizer()
268 i_AST = astFactory.create(i); in identifier()
1154 l1_AST = astFactory.create(l1); in constant()
1166 l2_AST = astFactory.create(l2); in constant()
1178 l3_AST = astFactory.create(l3); in constant()
1190 l4_AST = astFactory.create(l4); in constant()
1202 l5_AST = astFactory.create(l5); in constant()
1214 l6_AST = astFactory.create(l6); in constant()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/tools/generated/gnu/classpath/tools/gjdoc/expr/
H A DJavaRecognizer.java31 astFactory = new ASTFactory(getTokenTypeToASTClassMap()); in JavaRecognizer()
42 astFactory = new ASTFactory(getTokenTypeToASTClassMap()); in JavaRecognizer()
53 astFactory = new ASTFactory(getTokenTypeToASTClassMap()); in JavaRecognizer()
268 i_AST = astFactory.create(i); in identifier()
1154 l1_AST = astFactory.create(l1); in constant()
1166 l2_AST = astFactory.create(l2); in constant()
1178 l3_AST = astFactory.create(l3); in constant()
1190 l4_AST = astFactory.create(l4); in constant()
1202 l5_AST = astFactory.create(l5); in constant()
1214 l6_AST = astFactory.create(l6); in constant()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/tools/generated/gnu/classpath/tools/gjdoc/expr/
H A DJavaRecognizer.java31 astFactory = new ASTFactory(getTokenTypeToASTClassMap()); in JavaRecognizer()
42 astFactory = new ASTFactory(getTokenTypeToASTClassMap()); in JavaRecognizer()
53 astFactory = new ASTFactory(getTokenTypeToASTClassMap()); in JavaRecognizer()
268 i_AST = astFactory.create(i); in identifier()
1154 l1_AST = astFactory.create(l1); in constant()
1166 l2_AST = astFactory.create(l2); in constant()
1178 l3_AST = astFactory.create(l3); in constant()
1190 l4_AST = astFactory.create(l4); in constant()
1202 l5_AST = astFactory.create(l5); in constant()
1214 l6_AST = astFactory.create(l6); in constant()
[all …]
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A DFMTParser.cpp233 t_AST = astFactory->create(t); in f()
317 x_AST = astFactory->create(x); in f()
668 c_AST = astFactory->create(c); in cformat()
686 e_AST = astFactory->create(e); in cformat()
695 i_AST = astFactory->create(i); in cformat()
722 g_AST = astFactory->create(g); in cformat()
731 o_AST = astFactory->create(o); in cformat()
740 b_AST = astFactory->create(b); in cformat()
749 x_AST = astFactory->create(x); in cformat()
758 z_AST = astFactory->create(z); in cformat()
[all …]
H A DGDLParser.cpp142 a_AST = astFactory->create(a); in identifier()
156 b_AST = astFactory->create(b); in identifier()
170 c_AST = astFactory->create(c); in identifier()
212 d_AST = astFactory->create(d); in identifier()
226 e_AST = astFactory->create(e); in identifier()
380 f_AST = astFactory->create(f); in identifier()
436 g_AST = astFactory->create(g); in identifier()
478 i_AST = astFactory->create(i); in identifier()
506 l_AST = astFactory->create(l); in identifier()
980 p_AST = astFactory->create(p); in procedure_def()
[all …]
H A DGDLTreeParser.cpp218 p_AST = astFactory->create(antlr::RefAST(p)); in procedure_def()
461 f_AST = astFactory->create(antlr::RefAST(f)); in function_def()
1640 s_AST = astFactory->create(antlr::RefAST(s)); in switch_statement()
1691 c_AST = astFactory->create(antlr::RefAST(c)); in case_statement()
1742 b_AST = astFactory->create(antlr::RefAST(b)); in block()
1835 b_AST = astFactory->create(antlr::RefAST(b)); in unblock()
1942 b_AST = astFactory->create(antlr::RefAST(b)); in unblock_empty()
2038 i_AST = astFactory->create(antlr::RefAST(i)); in label()
2085 a_AST = astFactory->create(antlr::RefAST(a)); in assign_expr_statement()
3754 block = astFactory->create(BLOCK,"block"); in if_statement()
[all …]
/dports/devel/antlr/antlr-2.7.7/lib/cpp/antlr/
H A DParser.hpp67 : inputState(new ParserInputState(input)), astFactory(0), traceDepth(0) in Parser()
71 : inputState(new ParserInputState(input)), astFactory(0), traceDepth(0) in Parser()
75 : inputState(state), astFactory(0), traceDepth(0) in Parser()
98 astFactory = factory; in setASTNodeFactory()
105 astFactory = factory; in setASTFactory()
113 return astFactory; in getASTFactory()
279 ASTFactory *astFactory; member in antlr::Parser
H A DTreeParser.hpp26 : astFactory(0) in TreeParser()
33 : astFactory(0) in TreeParser()
65 astFactory = factory; in setASTFactory()
70 return astFactory; in getASTFactory()
114 ASTFactory* astFactory; member in antlr::TreeParser
/dports/security/fwbuilder/fwbuilder-5.3.7/src/antlr/
H A DParser.hpp67 : inputState(new ParserInputState(input)), astFactory(0), traceDepth(0) in Parser()
71 : inputState(new ParserInputState(input)), astFactory(0), traceDepth(0) in Parser()
75 : inputState(state), astFactory(0), traceDepth(0) in Parser()
98 astFactory = factory; in setASTNodeFactory()
105 astFactory = factory; in setASTFactory()
113 return astFactory; in getASTFactory()
280 ASTFactory *astFactory; member in antlr::Parser
H A DTreeParser.hpp26 : astFactory(0) in TreeParser()
33 : astFactory(0) in TreeParser()
65 astFactory = factory; in setASTFactory()
70 return astFactory; in getASTFactory()
114 ASTFactory* astFactory; member in antlr::TreeParser
/dports/science/gnudatalanguage/gdl-1.0.1/src/antlr/
H A DParser.hpp85 astFactory = factory; in setASTNodeFactory()
92 astFactory = factory; in setASTFactory()
100 return astFactory; in getASTFactory()
196 ASTFactory *astFactory; member in antlr::Parser
H A DTreeParser.hpp45 astFactory = factory; in setASTFactory()
50 return astFactory; in getASTFactory()
91 ASTFactory* astFactory; member in antlr::TreeParser
H A DParser.cpp62 : inputState(new ParserInputState(input)), astFactory(0), traceDepth(0) in Parser()
67 : inputState(new ParserInputState(input)), astFactory(0), traceDepth(0) in Parser()
72 : inputState(state), astFactory(0), traceDepth(0) in Parser()
H A DTreeParser.cpp25 : astFactory(0) in ANTLR_C_USING()
32 : astFactory(0) in TreeParser()
/dports/devel/antlr/antlr-2.7.7/lib/csharp/antlr.runtime/antlr/
H A DTreeParser.cs49 protected internal ASTFactory astFactory = new ASTFactory(); field in antlr.TreeParser
65 return astFactory; in getASTFactory()
145 astFactory = f; in setASTFactory()
157 astFactory.setASTNodeType(nodeType); in setASTNodeClass()
H A DParser.cs84 protected internal ASTFactory astFactory = new ASTFactory(); field in antlr.Parser
267 return astFactory; in getASTFactory()
446 astFactory = f; in setASTFactory()
455 astFactory.setASTNodeType(cl); in setASTNodeClass()
/dports/devel/antlr/antlr-2.7.7/antlr/
H A DTreeParser.java39 protected ASTFactory astFactory = new ASTFactory(); field in TreeParser
54 return astFactory; in getASTFactory()
120 astFactory = f; in setASTFactory()
132 astFactory.setASTNodeType(nodeType); in setASTNodeClass()
H A DParser.java74 protected ASTFactory astFactory = null; field in Parser
164 return astFactory; in getASTFactory()
324 astFactory = f; in setASTFactory()
328 astFactory.setASTNodeType(cl); in setASTNodeClass()
/dports/devel/xparam/xparam-1.22/lib/antlr/src/
H A DParser.cpp129 return astFactory; in getASTFactory()
260 astFactory.setASTNodeFactory(factory); in setASTNodeFactory()
/dports/graphics/jogamp-jogl/gluegen/src/antlr/com/jogamp/gluegen/cgram/
H A DStdCParser.g214 : ds:declSpecifiers { ds1 = astFactory.dupList(#ds); }
402 ds1 = astFactory.dupList(declarationSpecifiers);
403 d1 = astFactory.dupList(#d);
495 d2 = astFactory.dupList(#d);
496 ds2 = astFactory.dupList(#ds);
522 d2 = astFactory.dupList(#d);
523 ds2 = astFactory.dupList(#ds);
H A DGnuCParser.g290 : ds:declSpecifiers { ds1 = astFactory.dupList(#ds); }
413 ds1 = astFactory.dupList(declarationSpecifiers);
414 d1 = astFactory.dupList(#d);
465 d2 = astFactory.dupList(#d);
466 ds2 = astFactory.dupList(#ds);
/dports/graphics/jogl/jogl-1.1.1_9/gluegen/src/java/com/sun/gluegen/cgram/
H A DStdCParser.g214 : ds:declSpecifiers { ds1 = astFactory.dupList(#ds); }
387 ds1 = astFactory.dupList(declarationSpecifiers);
388 d1 = astFactory.dupList(#d);
480 d2 = astFactory.dupList(#d);
481 ds2 = astFactory.dupList(#ds);
507 d2 = astFactory.dupList(#d);
508 ds2 = astFactory.dupList(#ds);

12