Searched refs:INITIAL_FOLLOW_STACK_SIZE (Results 1 – 7 of 7) sorted by relevance
20 Readonly my $INITIAL_FOLLOW_STACK_SIZE => 100;21 sub INITIAL_FOLLOW_STACK_SIZE { $INITIAL_FOLLOW_STACK_SIZE } method in ANTLR::Runtime::BaseRecognizer
44 public BitSet[] following = new BitSet[BaseRecognizer.INITIAL_FOLLOW_STACK_SIZE];
43 public static final int INITIAL_FOLLOW_STACK_SIZE = 100; field in BaseRecognizer
17 Antlr.Runtime.BaseRecognizer.INITIAL_FOLLOW_STACK_SIZE renamed to Antlr.Runtime.BaseRecognizer.Init…
41 INITIAL_FOLLOW_STACK_SIZE: 100, property
1984 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
11 public static const INITIAL_FOLLOW_STACK_SIZE:int = 100; constant in org.antlr.runtime.BaseRecognizer