Class gtinLexer
  
  
  
  
    Inheritance
    System.Object
    gtinLexer
   
  
  Assembly: Gtin.dll
  Syntax
  
    public class gtinLexer : Lexer
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  gtinLexer(ICharStream)
  
  
  Declaration
  
    public gtinLexer(ICharStream input)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | ICharStream | 
        input | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  gtinLexer(ICharStream, TextWriter, TextWriter)
  
  
  Declaration
  
    public gtinLexer(ICharStream input, TextWriter output, TextWriter errorOutput)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | ICharStream | 
        input | 
         | 
      
      
        | TextWriter | 
        output | 
         | 
      
      
        | TextWriter | 
        errorOutput | 
         | 
      
    
  
  Fields
  
  
    |
    Improve this Doc
  
  
    View Source
  
  _ATN
  
  
  Declaration
  
    public static readonly ATN _ATN
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  channelNames
  
  
  Declaration
  
    public static string[] channelNames
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String[] | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  decisionToDFA
  
  
  Declaration
  
    protected static Antlr4.Runtime.Dfa.DFA[] decisionToDFA
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | Antlr4.Runtime.Dfa.DFA[] | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  DefaultVocabulary
  
  
  Declaration
  
    public static readonly IVocabulary DefaultVocabulary
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | IVocabulary | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  DIGIT_0
  
  
  Declaration
  
    public const int DIGIT_0 = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  DIGIT_1
  
  
  Declaration
  
    public const int DIGIT_1 = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  DIGIT_2
  
  
  Declaration
  
    public const int DIGIT_2 = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  DIGIT_3
  
  
  Declaration
  
    public const int DIGIT_3 = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  DIGIT_4
  
  
  Declaration
  
    public const int DIGIT_4 = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  DIGIT_5
  
  
  Declaration
  
    public const int DIGIT_5 = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  DIGIT_6
  
  
  Declaration
  
    public const int DIGIT_6 = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  DIGIT_7
  
  
  Declaration
  
    public const int DIGIT_7 = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  DIGIT_8
  
  
  Declaration
  
    public const int DIGIT_8 = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  DIGIT_9
  
  
  Declaration
  
    public const int DIGIT_9 = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  HYPHEN
  
  
  Declaration
  
    public const int HYPHEN = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  modeNames
  
  
  Declaration
  
    public static string[] modeNames
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String[] | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  ruleNames
  
  
  Declaration
  
    public static readonly string[] ruleNames
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String[] | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  sharedContextCache
  
  
  Declaration
  
    protected static PredictionContextCache sharedContextCache
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | PredictionContextCache | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  WS
  
  
  Declaration
  
    public const int WS = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ChannelNames
  
  
  Declaration
  
    public override string[] ChannelNames { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String[] | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GrammarFileName
  
  
  Declaration
  
    public override string GrammarFileName { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ModeNames
  
  
  Declaration
  
    public override string[] ModeNames { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String[] | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  RuleNames
  
  
  Declaration
  
    public override string[] RuleNames { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String[] | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SerializedAtn
  
  
  Declaration
  
    public override string SerializedAtn { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Vocabulary
  
  
  Declaration
  
    public override IVocabulary Vocabulary { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | IVocabulary | 
         |