Home
last modified time | relevance | path

Searched defs:SlimToken (Results 1 – 1 of 1) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimToken.cs39 public struct SlimToken struct
42 private short _type;
43 private short _channel;
44 private short _startIndex;
45 private short _stopIndex;
47 public SlimToken(int type) in SlimToken() method
55 string IToken.Text
66 public int Type
78 int IToken.Line
89 int IToken.CharPositionInLine
[all …]