GetInt() 공개 정적인 메소드

public static GetInt ( int value ) : CONSTVAL
value int
리턴 CONSTVAL
 public EXPRCONSTANT CreateIntegerConstant(int x)
 {
     return(CreateConstant(GetTypes().GetReqPredefAgg(PredefinedType.PT_INT).getThisType(), ConstValFactory.GetInt(x)));
 }