Ejemplo n.º 1
0
 public override void ExitCollection(ExpressParser.CollectionContext context)
 {
     ((CollectionInfo)currentTypeInfo).ValueType = TypeInfo.ToSystemType(context.atomicType().GetText());
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Exit a parse tree produced by <see cref="ExpressParser.collection"/>.
 /// <para>The default implementation does nothing.</para>
 /// </summary>
 /// <param name="context">The parse tree.</param>
 public virtual void ExitCollection([NotNull] ExpressParser.CollectionContext context)
 {
 }