Home
last modified time | relevance | path

Searched refs:RuleReturnScope (Results 1 – 25 of 37) sorted by relevance

12

/external/antlr/runtime/ObjC/Framework/
DRuleReturnScope.m2 // RuleReturnScope.m
32 #import "RuleReturnScope.h"
35 @implementation RuleReturnScope implementation
67 RuleReturnScope *copy = [[[self class] allocWithZone:theZone] init];
DRuleReturnScope.h35 @interface RuleReturnScope : NSObject <NSCopying> {
DTreeRuleReturnScope.h36 @interface TreeRuleReturnScope : RuleReturnScope {
DParserRuleReturnScope.h31 @interface ParserRuleReturnScope : RuleReturnScope {
DANTLR.h98 #import <ANTLR/RuleReturnScope.h>
Dantlr3.h98 #import <ANTLR/RuleReturnScope.h>
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeRuleReturnScope.java31 import org.antlr.runtime.RuleReturnScope;
39 public class TreeRuleReturnScope extends RuleReturnScope {
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
DParserRuleReturnScope.js20 org.antlr.runtime.RuleReturnScope = function() {}; class in org.antlr.runtime
23 org.antlr.runtime.RuleReturnScope,
/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/
DRuleReturnScope.pm1 package ANTLR::Runtime::RuleReturnScope;
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DRuleReturnScope.java31 public class RuleReturnScope { class
DParserRuleReturnScope.java48 public class ParserRuleReturnScope extends RuleReturnScope {
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
DTreeRuleReturnScope.js9 org.antlr.runtime.RuleReturnScope,
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DTreeRuleReturnScope.as30 import org.antlr.runtime.RuleReturnScope;
37 public class TreeRuleReturnScope extends RuleReturnScope {
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DRuleReturnScope.as4 public class RuleReturnScope { class in org.antlr.runtime
DParserRuleReturnScope.as20 public class ParserRuleReturnScope extends RuleReturnScope {
/external/antlr/runtime/CSharp2/
DAPI CHANGES.TXT28 Antlr.Runtime.RuleReturnScope - removed setters from properties
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DST.stg54 Template<if(TREE_PARSER)>Tree<else>Parser<endif>RuleReturnScope\<StringTemplate, <labelType>>
DAST.stg82 Ast<if(TREE_PARSER)>Tree<else>Parser<endif>RuleReturnScope\<<ASTLabelType>, <labelType>>
/external/antlr/runtime/Python/antlr3/
Drecognizers.py1424 class RuleReturnScope(object): class
1449 class ParserRuleReturnScope(RuleReturnScope):
Dtree.py44 from antlr3.recognizers import BaseRecognizer, RuleReturnScope
2825 class TreeRuleReturnScope(RuleReturnScope):
/external/antlr/runtime/Python3/antlr3/
Drecognizers.py1393 class RuleReturnScope(object): class
1418 class ParserRuleReturnScope(RuleReturnScope):
Dtree.py44 from antlr3.recognizers import BaseRecognizer, RuleReturnScope
2810 class TreeRuleReturnScope(RuleReturnScope):
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
DActionScript.stg405 <ruleDescriptor.ruleListLabels:{ll|var <ll.label.text>:RuleReturnScope = null;}; separator="\n">
1093 returnStructName() ::= "<if(TREE_PARSER)>Tree<else>Parser<endif>RuleReturnScope"
1144 public static class <returnType()> extends <if(TREE_PARSER)>Tree<else>Parser<endif>RuleReturnScope {
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DAST.stg82 Ast<if(TREE_PARSER)>Tree<else>Parser<endif>RuleReturnScope\<<ASTLabelType>, <labelType>>
/external/antlr/runtime/ObjC/Framework/ANTLR.xcodeproj/
Dproject.pbxproj102 …BB11CB01E60051A1EC /* RuleReturnScope.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1BCDB911C…
103 …BC11CB01E60051A1EC /* RuleReturnScope.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A1BCDBA11C…
607 …E60051A1EC /* RuleReturnScope.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
608 …60051A1EC /* RuleReturnScope.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
1234 1A1BCDB911CB01E60051A1EC /* RuleReturnScope.h */,
1235 1A1BCDBA11CB01E60051A1EC /* RuleReturnScope.m */,
1795 1A1BCDBB11CB01E60051A1EC /* RuleReturnScope.h in Headers */,
2706 1A1BCDBC11CB01E60051A1EC /* RuleReturnScope.m in Sources */,

12