Searched defs:TokenSource (Results 1 - 20 of 20) sorted by relevance

/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DTokenSource.pm1 package ANTLR::Runtime::TokenSource;
20 ANTLR::Runtime::TokenSource
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DTokenSource.java43 public interface TokenSource { interface
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DITokenStream.cs35 /** <summary>A stream of tokens accessing tokens from a TokenSource</summary> */
71 ITokenSource TokenSource property in interface:Antlr.Runtime.ITokenStream
H A DCommonTokenStream.cs79 public override ITokenSource TokenSource property in class:Antlr.Runtime.CommonTokenStream
83 return base.TokenSource;
87 base.TokenSource = value;
H A DUnbufferedTokenStream.cs71 public ITokenSource TokenSource property in class:Antlr.Runtime.UnbufferedTokenStream
83 return TokenSource.SourceName;
H A DLegacyCommonTokenStream.cs469 public virtual ITokenSource TokenSource property in class:Antlr.Runtime.LegacyCommonTokenStream
481 return TokenSource.SourceName;
H A DBufferedTokenStream.cs87 public virtual ITokenSource TokenSource property in class:Antlr.Runtime.BufferedTokenStream
228 IToken t = TokenSource.NextToken();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DITokenStream`1.cs41 ITokenSource<T> TokenSource property in interface:Antlr.Runtime.T
H A DSlimTokenStream.cs372 public ITokenSource<SlimToken> TokenSource property in class:Antlr.Runtime.FastTokenStream
384 return TokenSource.SourceName;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DCommonTokenStream.cs72 public override ITokenSource TokenSource { property in class:Antlr.Runtime.CommonTokenStream
74 return base.TokenSource;
77 base.TokenSource = value;
H A DITokenStream.cs34 /** <summary>A stream of tokens accessing tokens from a TokenSource</summary> */
68 ITokenSource TokenSource { property in interface:Antlr.Runtime.ITokenStream
H A DUnbufferedTokenStream.cs66 public ITokenSource TokenSource { property in class:Antlr.Runtime.UnbufferedTokenStream
74 return TokenSource.SourceName;
H A DBufferedTokenStream.cs83 public virtual ITokenSource TokenSource { property in class:Antlr.Runtime.BufferedTokenStream
197 IToken t = TokenSource.NextToken();
H A DLegacyCommonTokenStream.cs409 public virtual ITokenSource TokenSource { property in class:Antlr.Runtime.LegacyCommonTokenStream
417 return TokenSource.SourceName;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTokenStream.cs181 public virtual ITokenSource TokenSource property in class:Antlr.Runtime.Debug.DebugTokenStream
185 return input.TokenSource;
193 return TokenSource.SourceName;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTokenStream.cs153 public virtual ITokenSource TokenSource { property in class:Antlr.Runtime.Debug.DebugTokenStream
155 return input.TokenSource;
161 return TokenSource.SourceName;
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtoken.rb295 =begin rdoc ANTLR3::TokenSource
297 TokenSource is a simple mixin module that demands an
306 module TokenSource module in class:ANTLR3
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Drecognizers.py993 class TokenSource(object): class in inherits:object
1022 """The TokenSource is an interator.
1046 class Lexer(BaseRecognizer, TokenSource):
1058 TokenSource.__init__(self)
/external/clang/lib/Format/
H A DUnwrappedLineParser.cpp58 ScopedMacroState(UnwrappedLine &Line, FormatTokenSource *&TokenSource, argument
60 : Line(Line), TokenSource(TokenSource), ResetToken(ResetToken),
61 PreviousLineLevel(Line.Level), PreviousTokenSource(TokenSource),
64 TokenSource = this;
70 TokenSource = PreviousTokenSource;
109 FormatTokenSource *&TokenSource; member in class:clang::format::__anon17900::ScopedMacroState
227 IndexedTokenSource TokenSource(AllTokens);
231 Tokens = &TokenSource;
232 TokenSource
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 7202 milliseconds