Example #1
0
 /**
  * Generates description of self
  *
  * @throws <code>IOException</code>
  */
 public void describeSelf(Writer writer) throws IOException {
   super.describeSelf(writer);
   writer.write(" and is a Relational Operator math block.");
 }
Example #2
0
 /**
  * Generates description of self
  *
  * @throws <code>IOException</code>
  */
 public void describeSelf(Writer writer) throws IOException {
   super.describeSelf(writer);
   writer.write(" and is a Switch math block.");
 }