/* Production 60, chapter 3.4, corba 2.3.1 */
  public void unsigned_short_int() {
 /*@bgen(jjtree) unsigned_short_int */
  ASTunsigned_short_int jjtn000 = new ASTunsigned_short_int(this, IDLParserTreeConstants.JJTUNSIGNED_SHORT_INT);
  bool jjtc000 = true;
  jjtree.openNodeScope(jjtn000);
    try {
      jj_consume_token(54);
      jj_consume_token(53);
    } finally {
    if (jjtc000) {
      jjtree.closeNodeScope(jjtn000, true);
    }
    }
  }
 /**
  * @see parser.IDLParserVisitor#visit(ASTunsigned_short_int, Object)
  * @param data unused
  * @return a TypeContainer for the short type
  */
 public Object visit(ASTunsigned_short_int node, Object data) {
     return new TypeContainer(typeof(System.Int16), typeof(System.UInt16));
 }