/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
D | ASTParser.stg | 15 tokenRef(token,label,elementIndex,terminalOptions) ::= << 23 tokenRefBang(token,label,elementIndex,terminalOptions) ::= "<super.tokenRef(...)>" 25 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 33 tokenRefBangAndListLabel(token,label,elementIndex,terminalOptions) ::= << 38 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 43 tokenRefRuleRootAndListLabel(token,label,terminalOptions,elementIndex) ::= << 48 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 52 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 58 matchSetBang(s,label,elementIndex,postmatchCode) ::= "<super.matchSet(...)>" 59 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << [all …]
|
D | ASTTreeParser.stg | 63 tokenRefBang(token,label,elementIndex,terminalOptions) ::= << 68 tokenRef(token,label,elementIndex,terminalOptions) ::= << 89 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 94 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 109 tokenRefRuleRootAndListLabel(token,label,elementIndex,terminalOptions) ::= << 114 wildcard(token,label,elementIndex,terminalOptions) ::= << 129 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 147 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 154 matchSetBang(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 159 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << [all …]
|
D | AST.stg | 39 tokenRefTrack(token,label,elementIndex,terminalOptions) ::= << 44 tokenRefTrackAndListLabel(token,label,elementIndex,terminalOptions) ::= << 49 tokenRefRuleRootTrack(token,label,elementIndex,terminalOptions) ::= << 54 tokenRefRuleRootTrackAndListLabel(token,label,elementIndex,terminalOptions) ::= << 59 ruleRefTrack(rule,label,elementIndex,args,scope) ::= << 64 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 68 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= << 73 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 232 rewriteTokenRef(token,elementIndex,terminalOptions,args) ::= << 236 rewriteTokenLabelRef(label,elementIndex) ::= << [all …]
|
/external/aac/libSBRdec/src/ |
D | sbrdecoder.cpp | 277 const int elementIndex, in sbrDecoder_ResetElement() argument 332 hSbrHeader = &(self->sbrHeader[elementIndex][i]); in sbrDecoder_ResetElement() 357 self->sbrHeader[elementIndex][0].numberOfAnalysisBands; in sbrDecoder_ResetElement() 363 self->sbrHeader[elementIndex][0].numberTimeSlots * in sbrDecoder_ResetElement() 364 self->sbrHeader[elementIndex][0].timeStep; in sbrDecoder_ResetElement() 374 for (ch = 0; ch < self->pSbrElement[elementIndex]->nChannels; ch++) { in sbrDecoder_ResetElement() 376 getHeaderSlot(self->pSbrElement[elementIndex]->useFrameSlot, in sbrDecoder_ResetElement() 377 self->pSbrElement[elementIndex]->useHeaderSlot); in sbrDecoder_ResetElement() 381 createSbrDec(self->pSbrElement[elementIndex]->pSbrChannel[ch], in sbrDecoder_ResetElement() 382 &self->sbrHeader[elementIndex][headerIndex], in sbrDecoder_ResetElement() [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | XPathParts.java | 403 public String getElement(int elementIndex) { in getElement() argument 404 return elements.get(elementIndex >= 0 ? elementIndex : elementIndex + size()).getElement(); in getElement() 407 public int getAttributeCount(int elementIndex) { in getAttributeCount() argument 408 … return elements.get(elementIndex >= 0 ? elementIndex : elementIndex + size()).getAttributeCount(); in getAttributeCount() 416 public Map<String, String> getAttributes(int elementIndex) { in getAttributes() argument 417 … return elements.get(elementIndex >= 0 ? elementIndex : elementIndex + size()).getAttributes(); in getAttributes() 426 public Collection<String> getAttributeKeys(int elementIndex) { in getAttributeKeys() argument 427 return elements.get(elementIndex >= 0 ? elementIndex : elementIndex + size()) in getAttributeKeys() 436 public String getAttributeValue(int elementIndex, String attribute) { in getAttributeValue() argument 437 if (elementIndex < 0) { in getAttributeValue() [all …]
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
D | ASTParser.stg | 21 tokenRef(token,label,elementIndex,terminalOptions) ::= << 30 tokenRefBang(token,label,elementIndex) ::= "<super.tokenRef(...)>" 33 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 42 tokenRefBangAndListLabel(token,label,elementIndex,terminalOptions) ::= << 48 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 54 tokenRefRuleRootAndListLabel(token,label,terminalOptions,elementIndex) ::= << 72 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 76 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 80 matchSetBang(s,label,elementIndex,postmatchCode) ::= "<super.matchSet(...)>" 85 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << [all …]
|
D | ASTTreeParser.stg | 79 tokenRefBang(token,label,elementIndex) ::= << 85 tokenRef(token,label,elementIndex,terminalOptions) ::= << 104 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 110 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 126 tokenRefRuleRootAndListLabel(token,label,elementIndex,terminalOptions) ::= << 133 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 150 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 155 matchSetBang(s,label,elementIndex,postmatchCode) ::= << 160 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << 179 ruleRef(rule,label,elementIndex,args,scope) ::= << [all …]
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
D | ASTParser.stg | 59 tokenRef(token,label,elementIndex,terminalOptions={}) ::= << 68 tokenRefBang(token,label,elementIndex,terminalOptions={}) ::= "<super.tokenRef(...)>" 71 tokenRefRuleRoot(token,label,elementIndex,terminalOptions={}) ::= << 80 tokenRefBangAndListLabel(token,label,elementIndex,terminalOptions={}) ::= << 86 tokenRefAndListLabel(token,label,elementIndex,terminalOptions={}) ::= << 92 tokenRefRuleRootAndListLabel(token,label,elementIndex,terminalOptions={}) ::= << 110 matchSet(s,label,elementIndex,postmatchCode,terminalOptions={}) ::= <% 114 matchRuleBlockSet(s,label,elementIndex,postmatchCode,treeLevel="0",terminalOptions={}) ::= << 118 matchSetBang(s,label,elementIndex,postmatchCode,terminalOptions={}) ::= "<super.matchSet(...)>" 123 matchSetRuleRoot(s,label,elementIndex,debug,terminalOptions={}) ::= << [all …]
|
D | ASTTreeParser.stg | 117 tokenRefBang(token,label,elementIndex,terminalOptions={}) ::= << 123 tokenRef(token,label,elementIndex,terminalOptions={}) ::= << 144 tokenRefAndListLabel(token,label,elementIndex,terminalOptions={}) ::= << 150 tokenRefRuleRoot(token,label,elementIndex,terminalOptions={}) ::= << 166 tokenRefRuleRootAndListLabel(token,label,elementIndex,terminalOptions={}) ::= << 172 wildcard(token,label,elementIndex,terminalOptions={}) ::= << 189 matchSet(s,label,elementIndex,postmatchCode,terminalOptions={}) ::= << 205 matchRuleBlockSet(s,label,elementIndex,postmatchCode,treeLevel="0",terminalOptions={}) ::= << 210 matchSetBang(s,label,elementIndex,postmatchCode,terminalOptions={}) ::= << 215 matchSetRuleRoot(s,label,elementIndex,debug,terminalOptions={}) ::= << [all …]
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python3/ |
D | ASTParser.stg | 59 tokenRef(token,label,elementIndex,terminalOptions={}) ::= << 68 tokenRefBang(token,label,elementIndex,terminalOptions={}) ::= "<super.tokenRef(...)>" 71 tokenRefRuleRoot(token,label,elementIndex,terminalOptions={}) ::= << 80 tokenRefBangAndListLabel(token,label,elementIndex,terminalOptions={}) ::= << 86 tokenRefAndListLabel(token,label,elementIndex,terminalOptions={}) ::= << 92 tokenRefRuleRootAndListLabel(token,label,elementIndex,terminalOptions={}) ::= << 110 matchSet(s,label,elementIndex,postmatchCode,terminalOptions={}) ::= <% 114 matchRuleBlockSet(s,label,elementIndex,postmatchCode,treeLevel="0",terminalOptions={}) ::= << 118 matchSetBang(s,label,elementIndex,postmatchCode,terminalOptions={}) ::= "<super.matchSet(...)>" 123 matchSetRuleRoot(s,label,elementIndex,debug,terminalOptions={}) ::= << [all …]
|
D | ASTTreeParser.stg | 117 tokenRefBang(token,label,elementIndex,terminalOptions={}) ::= << 123 tokenRef(token,label,elementIndex,terminalOptions={}) ::= << 144 tokenRefAndListLabel(token,label,elementIndex,terminalOptions={}) ::= << 150 tokenRefRuleRoot(token,label,elementIndex,terminalOptions={}) ::= << 166 tokenRefRuleRootAndListLabel(token,label,elementIndex,terminalOptions={}) ::= << 172 wildcard(token,label,elementIndex,terminalOptions={}) ::= << 189 matchSet(s,label,elementIndex,postmatchCode,terminalOptions={}) ::= << 205 matchRuleBlockSet(s,label,elementIndex,postmatchCode,treeLevel="0",terminalOptions={}) ::= << 210 matchSetBang(s,label,elementIndex,postmatchCode,terminalOptions={}) ::= << 215 matchSetRuleRoot(s,label,elementIndex,debug,terminalOptions={}) ::= << [all …]
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
D | ASTParser.stg | 49 tokenRef(token,label,elementIndex,terminalOptions) ::= << 58 tokenRefBang(token,label,elementIndex,terminalOptions) ::= "<super.tokenRef(...)>" 61 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 70 tokenRefBangAndListLabel(token,label,elementIndex,terminalOptions) ::= << 76 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 82 tokenRefRuleRootAndListLabel(token,label,terminalOptions,elementIndex) ::= << 100 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= <% 104 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 108 matchSetBang(s,label,elementIndex,terminalOptions,postmatchCode) ::= "<super.matchSet(...)>" 113 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << [all …]
|
D | ASTTreeParser.stg | 106 tokenRefBang(token,label,elementIndex,terminalOptions) ::= << 112 tokenRef(token,label,elementIndex,terminalOptions) ::= << 131 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 137 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 153 tokenRefRuleRootAndListLabel(token,label,elementIndex,terminalOptions) ::= << 159 wildcard(token,label,elementIndex,terminalOptions) ::= << 175 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 192 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 197 matchSetBang(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 202 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << [all …]
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
D | ASTParser.stg | 49 tokenRef(token,label,elementIndex,terminalOptions={}) ::= << 60 tokenRefBang(token,label,elementIndex,terminalOptions={}) ::= "<super.tokenRef(...)>" 63 tokenRefRuleRoot(token,label,elementIndex,terminalOptions={}) ::= << 74 tokenRefBangAndListLabel(token,label,elementIndex,terminalOptions={}) ::= << 80 tokenRefAndListLabel(token,label,elementIndex,terminalOptions={}) ::= << 86 tokenRefRuleRootAndListLabel(token,label,elementIndex,terminalOptions={}) ::= << 104 matchSet(s,label,elementIndex,postmatchCode,terminalOptions={}) ::= <% 108 matchRuleBlockSet(s,label,elementIndex,postmatchCode,treeLevel="0",terminalOptions={}) ::= << 112 matchSetBang(s,label,elementIndex,postmatchCode,terminalOptions={}) ::= "<super.matchSet(...)>" 117 matchSetRuleRoot(s,label,elementIndex,debug,terminalOptions={}) ::= << [all …]
|
D | ASTTreeParser.stg | 114 tokenRefBang(token,label,elementIndex,terminalOptions={}) ::= << 124 tokenRef(token,label,elementIndex,terminalOptions={}) ::= << 147 tokenRefAndListLabel(token,label,elementIndex,terminalOptions={}) ::= << 157 tokenRefRuleRoot(token,label,elementIndex,terminalOptions={}) ::= << 177 tokenRefRuleRootAndListLabel(token,label,elementIndex,terminalOptions={}) ::= << 187 wildcard(token,label,elementIndex,terminalOptions={}) ::= << 207 matchSet(s,label,elementIndex,postmatchCode,terminalOptions={}) ::= << 228 matchRuleBlockSet(s,label,elementIndex,postmatchCode,treeLevel="0",terminalOptions={}) ::= << 237 matchSetBang(s,label,elementIndex,postmatchCode,terminalOptions={}) ::= << 246 matchSetRuleRoot(s,label,elementIndex,debug,terminalOptions={}) ::= << [all …]
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
D | ASTParser.stg | 49 tokenRef(token, label, elementIndex, terminalOptions) ::= << 60 tokenRefBang(token,label,elementIndex,terminalOptions) ::= "<super.tokenRef(...)>" 63 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 72 tokenRefBangAndListLabel(token,label,elementIndex,terminalOptions) ::= << 79 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 86 tokenRefRuleRootAndListLabel(token,label,terminalOptions,elementIndex) ::= << 105 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= <% 111 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 116 matchSetBang(s,label,elementIndex,terminalOptions, postmatchCode) ::= "<super.matchSet(...)>" 121 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << [all …]
|
D | ASTTreeParser.stg | 152 tokenRefBang(token,label,elementIndex,terminalOptions) ::= << 159 tokenRef(token,label,elementIndex,terminalOptions) ::= << 179 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 186 tokenRefRuleRoot(token,label,elementIndex) ::= << 203 tokenRefRuleRootAndListLabel(token,label,elementIndex,terminalOptions) ::= << 210 wildcard(token,label,elementIndex,terminalOptions) ::= << 227 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 245 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 251 matchSetBang(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 257 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << [all …]
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
D | ASTParser.stg | 53 tokenRef(token,label,elementIndex,terminalOptions) ::= << 67 tokenRefBang(token,label,elementIndex) ::= "<super.tokenRef(...)>" 70 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 84 tokenRefBangAndListLabel(token,label,elementIndex,terminalOptions) ::= << 90 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 96 tokenRefRuleRootAndListLabel(token,label,terminalOptions,elementIndex) ::= << 114 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 118 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 122 matchSetBang(s,label,elementIndex,postmatchCode) ::= "<super.matchSet(...)>" 127 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << [all …]
|
D | ASTTreeParser.stg | 118 tokenRefBang(token,label,elementIndex) ::= << 124 tokenRef(token,label,elementIndex,terminalOptions) ::= << 148 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 154 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 175 tokenRefRuleRootAndListLabel(token,label,elementIndex,terminalOptions) ::= << 182 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 199 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 204 matchSetBang(s,label,elementIndex,postmatchCode) ::= << 209 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << 228 ruleRef(rule,label,elementIndex,args,scope) ::= << [all …]
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
D | ASTParser.stg | 52 tokenRef(token,label,elementIndex,terminalOptions={}) ::= << 61 tokenRefBang(token,label,elementIndex) ::= "<super.tokenRef(...)>" 64 tokenRefRuleRoot(token,label,elementIndex,terminalOptions={}) ::= << 73 tokenRefBangAndListLabel(token,label,elementIndex,terminalOptions={}) ::= << 79 tokenRefAndListLabel(token,label,elementIndex,terminalOptions={}) ::= << 85 tokenRefRuleRootAndListLabel(token,label,elementIndex,terminalOptions={}) ::= << 103 matchSet(s,label,elementIndex,postmatchCode,terminalOptions={}) ::= << 107 matchRuleBlockSet(s,label,elementIndex,postmatchCode,treeLevel="0",terminalOptions={}) ::= << 111 matchSetBang(s,label,elementIndex,postmatchCode,terminalOptions={}) ::= "<super.matchSet(...)>" 116 matchSetRuleRoot(s,label,elementIndex,debug,terminalOptions={}) ::= << [all …]
|
D | ASTTreeParser.stg | 117 tokenRefBang(token,label,elementIndex,terminalOptions) ::= << 127 tokenRef(token,label,elementIndex,terminalOptions) ::= << 150 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 160 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 180 tokenRefRuleRootAndListLabel(token,label,elementIndex,terminalOptions) ::= << 190 wildcard(token,label,elementIndex,terminalOptions) ::= << 210 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 231 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 240 matchSetBang(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 249 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << [all …]
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/C/ |
D | ASTParser.stg | 51 tokenRef(token,label,elementIndex,terminalOptions) ::= << 60 tokenRefBang(token,label,elementIndex,terminalOptions) ::= "<super.tokenRef(...)>" 63 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 72 tokenRefBangAndListLabel(token,label,elementIndex,terminalOptions) ::= << 79 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 86 tokenRefRuleRootAndListLabel(token,label,terminalOptions,elementIndex) ::= << 104 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 108 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 112 matchSetBang(s,label,elementIndex,terminalOptions,postmatchCode) ::= "<super.matchSet(...)>" 117 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << [all …]
|
D | ASTTreeParser.stg | 123 tokenRefBang(token,label,elementIndex,terminalOptions) ::= << 129 tokenRef(token,label,elementIndex,terminalOptions) ::= << 149 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 155 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 171 tokenRefRuleRootAndListLabel(token,label,elementIndex,terminalOptions) ::= << 177 wildcard(token,label,elementIndex,terminalOptions) ::= << 193 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 210 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 215 matchSetBang(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 220 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << [all …]
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
D | ASTParser.stg | 53 tokenRef(token,label,elementIndex,terminalOptions={}) ::= <% 64 tokenRefBang(token,label,elementIndex,terminalOptions={}) ::= "<super.tokenRef(...)>" 67 tokenRefRuleRoot(token,label,elementIndex,terminalOptions={}) ::= <% 78 tokenRefBangAndListLabel(token,label,elementIndex,terminalOptions={}) ::= << 84 tokenRefAndListLabel(token,label,elementIndex,terminalOptions={}) ::= << 90 tokenRefRuleRootAndListLabel(token,label,elementIndex,terminalOptions={}) ::= << 108 matchSet(s,label,elementIndex,postmatchCode,terminalOptions={}) ::= << 112 matchRuleBlockSet(s,label,elementIndex,postmatchCode,treeLevel="0",terminalOptions={}) ::= << 116 matchSetBang(s,label,elementIndex,postmatchCode,terminalOptions={}) ::= "<super.matchSet(...)>" 121 matchSetRuleRoot(s,label,elementIndex,debug,terminalOptions={}) ::= << [all …]
|
D | ASTTreeParser.stg | 118 tokenRefBang(token,label,elementIndex,terminalOptions) ::= << 128 tokenRef(token,label,elementIndex,terminalOptions) ::= << 151 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 161 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 181 tokenRefRuleRootAndListLabel(token,label,elementIndex,terminalOptions) ::= << 191 wildcard(token,label,elementIndex,terminalOptions) ::= << 211 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 232 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 241 matchSetBang(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 250 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << [all …]
|