예제 #1
0
파일: Stacks.cs 프로젝트: jiahao42/weverca
 /// <summary>
 /// Pushes a <see cref="GlobalCodeContext"/> to the stack.
 /// </summary>
 /// <param name="context">The context.</param>
 public void PushGlobalCode(GlobalCodeContext context)
 {
     Push(LocationTypes.GlobalCode, context);
 }
예제 #2
0
파일: Stacks.cs 프로젝트: dw4dev/Phalanger
		/// <summary>
		/// Pushes a <see cref="GlobalCodeContext"/> to the stack.
		/// </summary>
		/// <param name="context">The context.</param>
		public void PushGlobalCode(GlobalCodeContext context)
		{
			Push(LocationTypes.GlobalCode, context);
		}