HomeSort by relevance Sort by last modified time
    Searched refs:SetTokenSource (Results 1 - 4 of 4) sorted by null

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
LegacyCommonTokenStream.cs 114 public virtual void SetTokenSource(ITokenSource tokenSource) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
LegacyCommonTokenStream.cs 119 public virtual void SetTokenSource( ITokenSource tokenSource )
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimTokenStream.cs 98 public void SetTokenSource( ITokenSource<SlimToken> tokenSource )
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 318 procedure SetTokenSource(const Value: ITokenSource);
358 property TokenSource: ITokenSource read GetTokenSource write SetTokenSource;
    [all...]

Completed in 578 milliseconds