Ejemplo n.º 1
0
 internal SymbolReference CreateSectionNameReference(CodeElementsParser.SectionNameReferenceContext context)
 {
     return CreateSymbolReference(context.symbolReference4(), SymbolType.SectionName);
 }
Ejemplo n.º 2
0
 internal SymbolReference CreateParagraphNameReference(CodeElementsParser.ParagraphNameReferenceContext context)
 {
     return CreateSymbolReference(context.symbolReference4(), SymbolType.ParagraphName);
 }
Ejemplo n.º 3
0
 internal SymbolReference CreateCharacterClassNameReference(CodeElementsParser.CharacterClassNameReferenceContext context)
 {
     return CreateSymbolReference(context.symbolReference4(), SymbolType.CharacterClassName);
 }
Ejemplo n.º 4
0
 internal SymbolReference CreateMnemonicForUPSISwitchNameReference(CodeElementsParser.MnemonicForUPSISwitchNameReferenceContext context)
 {
     return CreateSymbolReference(context.symbolReference4(), SymbolType.MnemonicForUPSISwitchName);
 }
Ejemplo n.º 5
0
 internal SymbolReference CreateAlphabetNameReference(CodeElementsParser.AlphabetNameReferenceContext context)
 {
     return CreateSymbolReference(context.symbolReference4(), SymbolType.AlphabetName);
 }