Ejemplo n.º 1
0
 internal static void TryGetAlphanumericLiteralValue(Preprocessor.Generated.CobolCompilerDirectivesParser.AlphanumericLiteralTokenContext context, ref string property)
 {
     if (context == null) return;
     TryGetUserDefinedWord(context.AlphanumericLiteral(), ref property);
     TryGetUserDefinedWord(context.HexadecimalAlphanumericLiteral(), ref property);
     TryGetUserDefinedWord(context.NullTerminatedAlphanumericLiteral(), ref property);
 }