Home
last modified time | relevance | path

Searched refs:SpecialStateTransition (Results 1 – 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DDFA.cs58 …this.SpecialStateTransition = specialStateTransition ?? new SpecialStateTransitionHandler(SpecialS… in DFA()
100 s = SpecialStateTransition(this, specialState, input); in Predict()
194 public SpecialStateTransitionHandler SpecialStateTransition { property in Antlr.Runtime.DFA
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DDFA.cs78 …this.SpecialStateTransition = specialStateTransition ?? new SpecialStateTransitionHandler( Special… in DFA()
119 s = SpecialStateTransition( this, specialState, input ); in Predict()
228 public SpecialStateTransitionHandler SpecialStateTransition property in Antlr.Runtime.DFA
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DCSharp2.stg190 …er> = new DFA<dfa.decisionNumber>(this<if(dfa.specialStateSTs)>, SpecialStateTransition<dfa.decisi…
336 …r> = new DFA<dfa.decisionNumber>( this<if(dfa.specialStateSTs)>, SpecialStateTransition<dfa.decisi…
1336 private int SpecialStateTransition<dfa.decisionNumber>(DFA dfa, int s, IIntStream _input)<! throws …
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DCSharp3.stg185 …er> = new DFA<dfa.decisionNumber>(this<if(dfa.specialStateSTs)>, SpecialStateTransition<dfa.decisi…
328 …r> = new DFA<dfa.decisionNumber>( this<if(dfa.specialStateSTs)>, SpecialStateTransition<dfa.decisi…
1315 private int SpecialStateTransition<dfa.decisionNumber>(DFA dfa, int s, IIntStream _input)<! throws …
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1029 function SpecialStateTransition(const S: Integer; const Input: IIntStream): Integer;
2422 function SpecialStateTransition(const S: Integer;
5229 function TDFA.SpecialStateTransition(const S: Integer; in SpecialStateTransition() function