00001 00002 @interface CPExpression_constant : CPExpression 00003 { 00004 id _value; 00005 } 00006 @end