GetBool() 공개 정적인 메소드

public static GetBool ( bool value ) : CONSTVAL
value bool
리턴 CONSTVAL
 public EXPRCONSTANT CreateBoolConstant(bool b)
 {
     return(CreateConstant(GetTypes().GetReqPredefAgg(PredefinedType.PT_BOOL).getThisType(), ConstValFactory.GetBool(b)));
 }