Class gtinParser.Gs1_prefix_bookland_1Context
  
  
  
  
    Inheritance
    System.Object
    gtinParser.Gs1_prefix_bookland_1Context
   
  
  Assembly: Gtin.dll
  Syntax
  
    public class Gs1_prefix_bookland_1Context : ParserRuleContext
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Gs1_prefix_bookland_1Context(ParserRuleContext, Int32)
  
  
  Declaration
  
    public Gs1_prefix_bookland_1Context(ParserRuleContext parent, int invokingState)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | ParserRuleContext | 
        parent | 
         | 
      
      
        | System.Int32 | 
        invokingState | 
         | 
      
    
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  RuleIndex
  
  
  Declaration
  
    public override int RuleIndex { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Accept<TResult>(IParseTreeVisitor<TResult>)
  
  
  Declaration
  
    public override TResult Accept<TResult>(IParseTreeVisitor<TResult> visitor)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | IParseTreeVisitor<TResult> | 
        visitor | 
         | 
      
    
  
  Returns
  
  Type Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DIGIT_1()
  
  
  Declaration
  
    public ITerminalNode DIGIT_1()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | ITerminalNode | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DIGIT_2()
  
  
  Declaration
  
    public ITerminalNode DIGIT_2()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | ITerminalNode | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DIGIT_3()
  
  
  Declaration
  
    public ITerminalNode DIGIT_3()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | ITerminalNode | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DIGIT_4()
  
  
  Declaration
  
    public ITerminalNode DIGIT_4()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | ITerminalNode | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DIGIT_5()
  
  
  Declaration
  
    public ITerminalNode DIGIT_5()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | ITerminalNode | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DIGIT_6()
  
  
  Declaration
  
    public ITerminalNode DIGIT_6()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | ITerminalNode | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DIGIT_7()
  
  
  Declaration
  
    public ITerminalNode[] DIGIT_7()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | ITerminalNode[] | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DIGIT_7(Int32)
  
  
  Declaration
  
    public ITerminalNode DIGIT_7(int i)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Int32 | 
        i | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | ITerminalNode | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DIGIT_8()
  
  
  Declaration
  
    public ITerminalNode DIGIT_8()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | ITerminalNode | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DIGIT_9()
  
  
  Declaration
  
    public ITerminalNode[] DIGIT_9()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | ITerminalNode[] | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DIGIT_9(Int32)
  
  
  Declaration
  
    public ITerminalNode DIGIT_9(int i)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Int32 | 
        i | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | ITerminalNode | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  EnterRule(IParseTreeListener)
  
  
  Declaration
  
    public override void EnterRule(IParseTreeListener listener)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | IParseTreeListener | 
        listener | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ExitRule(IParseTreeListener)
  
  
  Declaration
  
    public override void ExitRule(IParseTreeListener listener)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | IParseTreeListener | 
        listener | 
         |