Home
last modified time | relevance | path

Searched refs:numberOfDecisions (Results 1 – 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DGrammarReport.java53 int numberOfDecisions; field in GrammarReport.ReportData
199 data.numberOfDecisions = g.getNumberOfDecisions(); in getReportData()
382 buf.append(data.numberOfDecisions); in toString()
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg125 FCnt: array [0..<grammar.numberOfDecisions>] of Byte;
126 FLA: array [0..<grammar.numberOfDecisions>, 0..255] of Integer;
361 FLA: array [0..<grammar.numberOfDecisions>, 0..255] of Integer;
362 FCnt: array [0..<grammar.numberOfDecisions>] of Byte;
508 Alt: array [0..<grammar.numberOfDecisions>] of Integer;
663 Alt: array [0..<grammar.numberOfDecisions>] of Integer;
841 Alt: array [0..<grammar.numberOfDecisions>] of Integer;
886 Alt: array [0..<grammar.numberOfDecisions>] of Integer;