00001 00002 @interface CPExpression_variable : CPExpression 00003 { 00004 CPString _variable; 00005 } 00006 @end