Home
last modified time | relevance | path

Searched refs:INITIAL_FOLLOW_STACK_SIZE (Results 1 – 7 of 7) sorted by relevance

/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/
DBaseRecognizer.pm20 Readonly my $INITIAL_FOLLOW_STACK_SIZE => 100;
21 sub INITIAL_FOLLOW_STACK_SIZE { $INITIAL_FOLLOW_STACK_SIZE } method in ANTLR::Runtime::BaseRecognizer
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DRecognizerSharedState.java44 public BitSet[] following = new BitSet[BaseRecognizer.INITIAL_FOLLOW_STACK_SIZE];
DBaseRecognizer.java43 public static final int INITIAL_FOLLOW_STACK_SIZE = 100; field in BaseRecognizer
/external/antlr/runtime/CSharp2/
DAPI CHANGES.TXT17 Antlr.Runtime.BaseRecognizer.INITIAL_FOLLOW_STACK_SIZE renamed to Antlr.Runtime.BaseRecognizer.Init…
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
DBaseRecognizer.js41 INITIAL_FOLLOW_STACK_SIZE: 100, property
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1984 INITIAL_FOLLOW_STACK_SIZE = 100;
3695 SetLength(FFollowing,TBaseRecognizer.INITIAL_FOLLOW_STACK_SIZE);
3696 for I := 0 to TBaseRecognizer.INITIAL_FOLLOW_STACK_SIZE - 1 do
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DBaseRecognizer.as11 public static const INITIAL_FOLLOW_STACK_SIZE:int = 100; constant in org.antlr.runtime.BaseRecognizer