Class gtinParser
  
  
  
  
    Inheritance
    System.Object
    gtinParser
   
  
  Assembly: Gtin.dll
  Syntax
  
    public class gtinParser : Parser
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  gtinParser(ITokenStream)
  
  
  Declaration
  
    public gtinParser(ITokenStream input)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | ITokenStream | 
        input | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  gtinParser(ITokenStream, TextWriter, TextWriter)
  
  
  Declaration
  
    public gtinParser(ITokenStream input, TextWriter output, TextWriter errorOutput)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | ITokenStream | 
        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
  
  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
  
  RULE_any_digit
  
  
  Declaration
  
    public const int RULE_any_digit = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_bookland_isbn
  
  
  Declaration
  
    public const int RULE_bookland_isbn = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_check_code
  
  
  Declaration
  
    public const int RULE_check_code = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_ean_13_manprod
  
  
  Declaration
  
    public const int RULE_ean_13_manprod = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_ean13
  
  
  Declaration
  
    public const int RULE_ean13 = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_ean13_bookland
  
  
  Declaration
  
    public const int RULE_ean13_bookland = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_ean13_generic
  
  
  Declaration
  
    public const int RULE_ean13_generic = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_ean13_ismn
  
  
  Declaration
  
    public const int RULE_ean13_ismn = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_ean13_issn
  
  
  Declaration
  
    public const int RULE_ean13_issn = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_ean14
  
  
  Declaration
  
    public const int RULE_ean14 = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_ean14_appid
  
  
  Declaration
  
    public const int RULE_ean14_appid = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_ean14_packaging
  
  
  Declaration
  
    public const int RULE_ean14_packaging = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_ean14_product
  
  
  Declaration
  
    public const int RULE_ean14_product = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_ean8
  
  
  Declaration
  
    public const int RULE_ean8 = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_gs1_prefix
  
  
  Declaration
  
    public const int RULE_gs1_prefix = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_gs1_prefix_bookland_1
  
  
  Declaration
  
    public const int RULE_gs1_prefix_bookland_1 = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_gs1_prefix_bookland_2
  
  
  Declaration
  
    public const int RULE_gs1_prefix_bookland_2 = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_gs1_prefix_ismn
  
  
  Declaration
  
    public const int RULE_gs1_prefix_ismn = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_gs1_prefix_issn
  
  
  Declaration
  
    public const int RULE_gs1_prefix_issn = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_gtin
  
  
  Declaration
  
    public const int RULE_gtin = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_gtin12
  
  
  Declaration
  
    public const int RULE_gtin12 = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_gtin13
  
  
  Declaration
  
    public const int RULE_gtin13 = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_gtin14
  
  
  Declaration
  
    public const int RULE_gtin14 = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_gtin8
  
  
  Declaration
  
    public const int RULE_gtin8 = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_ismn_item_number
  
  
  Declaration
  
    public const int RULE_ismn_item_number = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_ismn_publisher_number
  
  
  Declaration
  
    public const int RULE_ismn_publisher_number = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_issn
  
  
  Declaration
  
    public const int RULE_issn = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_num_system
  
  
  Declaration
  
    public const int RULE_num_system = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_supplemental_code
  
  
  Declaration
  
    public const int RULE_supplemental_code = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_supplemental_code_2
  
  
  Declaration
  
    public const int RULE_supplemental_code_2 = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_supplemental_code_5
  
  
  Declaration
  
    public const int RULE_supplemental_code_5 = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_upc
  
  
  Declaration
  
    public const int RULE_upc = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_upc_a
  
  
  Declaration
  
    public const int RULE_upc_a = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_upc_a_5
  
  
  Declaration
  
    public const int RULE_upc_a_5 = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_upc_a_manufacturer
  
  
  Declaration
  
    public const int RULE_upc_a_manufacturer = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_upc_a_product
  
  
  Declaration
  
    public const int RULE_upc_a_product = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  RULE_upc_e
  
  
  Declaration
  
    public const int RULE_upc_e = null
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    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
  
  
  GrammarFileName
  
  
  Declaration
  
    public override string GrammarFileName { 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 | 
         | 
      
    
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  any_digit()
  
  
  Declaration
  
    public gtinParser.Any_digitContext any_digit()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  bookland_isbn()
  
  
  Declaration
  
    public gtinParser.Bookland_isbnContext bookland_isbn()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  check_code()
  
  
  Declaration
  
    public gtinParser.Check_codeContext check_code()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ean_13_manprod()
  
  
  Declaration
  
    public gtinParser.Ean_13_manprodContext ean_13_manprod()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ean13()
  
  
  Declaration
  
    public gtinParser.Ean13Context ean13()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ean13_bookland()
  
  
  Declaration
  
    public gtinParser.Ean13_booklandContext ean13_bookland()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ean13_generic()
  
  
  Declaration
  
    public gtinParser.Ean13_genericContext ean13_generic()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ean13_ismn()
  
  
  Declaration
  
    public gtinParser.Ean13_ismnContext ean13_ismn()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ean13_issn()
  
  
  Declaration
  
    public gtinParser.Ean13_issnContext ean13_issn()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ean14()
  
  
  Declaration
  
    public gtinParser.Ean14Context ean14()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ean14_appid()
  
  
  Declaration
  
    public gtinParser.Ean14_appidContext ean14_appid()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ean14_packaging()
  
  
  Declaration
  
    public gtinParser.Ean14_packagingContext ean14_packaging()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ean14_product()
  
  
  Declaration
  
    public gtinParser.Ean14_productContext ean14_product()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ean8()
  
  
  Declaration
  
    public gtinParser.Ean8Context ean8()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  gs1_prefix()
  
  
  Declaration
  
    public gtinParser.Gs1_prefixContext gs1_prefix()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  gs1_prefix_bookland_1()
  
  
  Declaration
  
    public gtinParser.Gs1_prefix_bookland_1Context gs1_prefix_bookland_1()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  gs1_prefix_bookland_2()
  
  
  Declaration
  
    public gtinParser.Gs1_prefix_bookland_2Context gs1_prefix_bookland_2()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  gs1_prefix_ismn()
  
  
  Declaration
  
    public gtinParser.Gs1_prefix_ismnContext gs1_prefix_ismn()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  gs1_prefix_issn()
  
  
  Declaration
  
    public gtinParser.Gs1_prefix_issnContext gs1_prefix_issn()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  gtin()
  
  
  Declaration
  
    public gtinParser.GtinContext gtin()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  gtin12()
  
  
  Declaration
  
    public gtinParser.Gtin12Context gtin12()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  gtin13()
  
  
  Declaration
  
    public gtinParser.Gtin13Context gtin13()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  gtin14()
  
  
  Declaration
  
    public gtinParser.Gtin14Context gtin14()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  gtin8()
  
  
  Declaration
  
    public gtinParser.Gtin8Context gtin8()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ismn_item_number()
  
  
  Declaration
  
    public gtinParser.Ismn_item_numberContext ismn_item_number()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ismn_publisher_number()
  
  
  Declaration
  
    public gtinParser.Ismn_publisher_numberContext ismn_publisher_number()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  issn()
  
  
  Declaration
  
    public gtinParser.IssnContext issn()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  num_system()
  
  
  Declaration
  
    public gtinParser.Num_systemContext num_system()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  supplemental_code()
  
  
  Declaration
  
    public gtinParser.Supplemental_codeContext supplemental_code()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  supplemental_code_2()
  
  
  Declaration
  
    public gtinParser.Supplemental_code_2Context supplemental_code_2()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  supplemental_code_5()
  
  
  Declaration
  
    public gtinParser.Supplemental_code_5Context supplemental_code_5()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  upc()
  
  
  Declaration
  
    public gtinParser.UpcContext upc()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  upc_a()
  
  
  Declaration
  
    public gtinParser.Upc_aContext upc_a()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  upc_a_5()
  
  
  Declaration
  
    public gtinParser.Upc_a_5Context upc_a_5()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  upc_a_manufacturer()
  
  
  Declaration
  
    public gtinParser.Upc_a_manufacturerContext upc_a_manufacturer()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  upc_a_product()
  
  
  Declaration
  
    public gtinParser.Upc_a_productContext upc_a_product()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  upc_e()
  
  
  Declaration
  
    public gtinParser.Upc_eContext upc_e()
   
  Returns