Searched defs:INITIAL_FOLLOW_STACK_SIZE (Results 1 – 4 of 4) sorted by relevance
11 public static const INITIAL_FOLLOW_STACK_SIZE:int = 100; constant in org.antlr.runtime.BaseRecognizer
21 sub INITIAL_FOLLOW_STACK_SIZE { $INITIAL_FOLLOW_STACK_SIZE } method in ANTLR::Runtime::BaseRecognizer
41 INITIAL_FOLLOW_STACK_SIZE: 100, property
43 public static final int INITIAL_FOLLOW_STACK_SIZE = 100; field in BaseRecognizer