Esempio n. 1
0
 /// <summary>
 /// Pushes a <see cref="TypeDeclContext"/> to the stack.
 /// </summary>
 /// <param name="context">The context.</param>
 public void PushTypeDecl(TypeDeclContext context)
 {
     Push(LocationTypes.TypeDecl, context);
 }
Esempio n. 2
0
		/// <summary>
		/// Pushes a <see cref="TypeDeclContext"/> to the stack.
		/// </summary>
		/// <param name="context">The context.</param>
		public void PushTypeDecl(TypeDeclContext context)
		{
			Push(LocationTypes.TypeDecl, context);
		}