Searched refs:ElementList (Results 1 – 5 of 5) sorted by relevance
22 final class ElementList implements IElementList class27 public ElementList () in ElementList() method in ElementList
41 typedef NodeInfo<ElementList> ElementListInfo;
278 %type <elementList> ElementList358 …| '[' ElementList ']' { $$ = createNodeInfo<ExpressionNode*>(new (GLOBAL_DATA) Arr…359 …| '[' ElementList ',' ElisionOpt ']' { $$ = createNodeInfo<ExpressionNode*>(new (GLOBAL_DATA) Arr…362 ElementList:367 | ElementList ',' ElisionOpt AssignmentExpr
1693 struct ElementList { struct
350 final IElementList title = new ElementList (); in visit()467 final IElementList title = new ElementList (); in visit()644 final IElementList title = new ElementList (); in visit()852 final ElementList footer = new ElementList (); in addPageFooter()1362 final IElementList _title = new ElementList (); in getPageTitle()1383 final IElementList _bottom = new ElementList (); in getFooterBottom()