예제 #1
0
파일: Operand.cs 프로젝트: suntabu/axiom
 public Operand(Parameter parameter, OpSemantic opSemantic, int opMask, int indirectionalLevel)
 {
     this._parameter          = parameter;
     this.semantic            = opSemantic;
     this.mask                = opMask;
     this._indirectionalLevel = indirectionalLevel;
 }
예제 #2
0
		public Operand( Parameter parameter, OpSemantic opSemantic, int opMask, int indirectionalLevel )
		{
			this._parameter = parameter;
			this.semantic = opSemantic;
			this.mask = opMask;
			this._indirectionalLevel = indirectionalLevel;
		}