|
RULE dependent_instantiable_text_style FOR (text_style); WHERE wr1: SIZEOF ( QUERY ( t <* text_style | NOT ( SIZEOF ( USEDIN ( t , '' ) ) > 0 ) ) ) = 0 ; END_RULE; -- dependent_instantiable_text_style |
|
public class RDependent_instantiable_text_style public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |