]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: create base expression class
authorCarsey, Jaben <jaben.carsey@intel.com>
Fri, 27 Apr 2018 22:32:55 +0000 (06:32 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Fri, 4 May 2018 05:07:56 +0000 (13:07 +0800)
commitb2aeaf573ee5454c4dc3227da696286cdba35ac1
tree0d028ab7b9667bd3e8187304d164f0cd2cc27055
parentcf3062901d6e8574c6322bb6236d8b004694b8f1
BaseTools: create base expression class

this class has a fucntion to share between Exception and RangeExpression
change both classes to call this function init in their init

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/Python/Common/Expression.py
BaseTools/Source/Python/Common/RangeExpression.py