HomeSort by relevance Sort by last modified time
    Searched full:baserecognizer (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /external/antlr/antlr-3.4/runtime/CSharp2/
API CHANGES.TXT 13 Antlr.Runtime.BaseRecognizer.Failed() has been turned into a property
14 Antlr.Runtime.BaseRecognizer.NEXT_TOKEN_RULE_NAME renamed to Antlr.Runtime.BaseRecognizer.NextTokenRuleName
15 Antlr.Runtime.BaseRecognizer.MEMO_RULE_FAILED renamed to Antlr.Runtime.BaseRecognizer.MemoRuleFailed
16 Antlr.Runtime.BaseRecognizer.MEMO_RULE_UNKNOWN renamed to Antlr.Runtime.BaseRecognizer.MemoRuleUnknown
17 Antlr.Runtime.BaseRecognizer.INITIAL_FOLLOW_STACK_SIZE renamed to Antlr.Runtime.BaseRecognizer.InitialFollowStackSize
18 Antlr.Runtime.BaseRecognizer.DEFAULT_TOKEN_CHANNEL renamed to Antlr.Runtime.BaseRecognizer.DefaultTokenChanne
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t023scopes.g 17 WS : (' '|'\n'|'\r')+ {$channel=org.antlr.runtime.BaseRecognizer.HIDDEN;}
t024finally.g 18 WS : (' '|'\n'|'\r')+ {$channel=org.antlr.runtime.BaseRecognizer.HIDDEN}
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testrecognizers.py 8 """Tests for BaseRecognizer class"""
11 """BaseRecognizer._getRuleInvocationStack()"""
13 rules = antlr3.BaseRecognizer._getRuleInvocationStack(__name__)
testdfa.py 17 class TRecognizer(antlr3.BaseRecognizer):
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
Parser.js 9 org.antlr.lang.extend(org.antlr.runtime.Parser, org.antlr.runtime.BaseRecognizer, {
42 t.channel = org.antlr.runtime.BaseRecognizer.DEFAULT_TOKEN_CHANNEL;
BaseRecognizer.js 13 org.antlr.runtime.BaseRecognizer = function(state) {
24 org.antlr.lang.augmentObject(org.antlr.runtime.BaseRecognizer, {
26 * @memberOf org.antlr.runtime.BaseRecognizer
32 * @memberOf org.antlr.runtime.BaseRecognizer
38 * @memberOf org.antlr.runtime.BaseRecognizer
44 * @memberOf org.antlr.runtime.BaseRecognizer
50 * @memberOf org.antlr.runtime.BaseRecognizer
56 * @memberOf org.antlr.runtime.BaseRecognizer
62 * @memberOf org.antlr.runtime.BaseRecognizer
68 org.antlr.runtime.BaseRecognizer.prototype =
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/
MANIFEST 24 lib/ANTLR/Runtime/BaseRecognizer.pm
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventSocketProxy.java 32 import org.antlr.runtime.BaseRecognizer;
55 protected BaseRecognizer recognizer;
63 public DebugEventSocketProxy(BaseRecognizer recognizer, TreeAdaptor adaptor) {
67 public DebugEventSocketProxy(BaseRecognizer recognizer, int port, TreeAdaptor adaptor) {
  /external/antlr/antlr-3.4/runtime/JavaScript/build/
antlr3.properties 45 org/antlr/runtime/BaseRecognizer.js,\
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Parser.pm 8 extends 'ANTLR::Runtime::BaseRecognizer';
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
TreeParser.as 33 * the BaseRecognizer superclass.
35 public class TreeParser extends BaseRecognizer {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RecognizerSharedState.cs 152 //following = new List<BitSet>( BaseRecognizer.InitialFollowStackSize );
153 following = new BitSet[BaseRecognizer.InitialFollowStackSize];
Parser.cs 41 public class Parser : BaseRecognizer {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeParser.cs 41 * the BaseRecognizer superclass.
44 public class TreeParser : BaseRecognizer {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
RecognizerSharedState.cs 155 //following = new List<BitSet>( BaseRecognizer.InitialFollowStackSize );
156 following = new BitSet[BaseRecognizer.InitialFollowStackSize];
Parser.cs 42 public class Parser : BaseRecognizer
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeParser.cs 42 * the BaseRecognizer superclass.
45 public class TreeParser : BaseRecognizer
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
TreeParser.js 3 * the BaseRecognizer superclass.
18 org.antlr.lang.extend(TP, org.antlr.runtime.BaseRecognizer, {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventSocketProxy.cs 63 protected BaseRecognizer recognizer;
73 public DebugEventSocketProxy(BaseRecognizer recognizer, ITreeAdaptor adaptor) :
77 public DebugEventSocketProxy(BaseRecognizer recognizer, int port, ITreeAdaptor adaptor) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventSocketProxy.cs 63 protected BaseRecognizer recognizer;
73 public DebugEventSocketProxy( BaseRecognizer recognizer, ITreeAdaptor adaptor ) :
78 public DebugEventSocketProxy( BaseRecognizer recognizer, int port, ITreeAdaptor adaptor )
  /external/antlr/antlr-3.4/runtime/ActionScript/project/
.flexLibProperties 25 <classEntry path="org.antlr.runtime.BaseRecognizer"/>
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
Parser.as 34 public class Parser extends BaseRecognizer {
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
Parser.java 35 public class Parser extends BaseRecognizer {
  /prebuilts/tools/common/m2/repository/org/antlr/antlr-runtime/3.5.2/
antlr-runtime-3.5.2-sources.jar 

Completed in 310 milliseconds

1 2 3 4 5