示例#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.");
 }
示例#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.");
 }