Example #1
0
/* Production 53 a */
  public void floating_pt_type_float() {
 /*@bgen(jjtree) floating_pt_type_float */
  ASTfloating_pt_type_float jjtn000 = new ASTfloating_pt_type_float(this, IDLParserTreeConstants.JJTFLOATING_PT_TYPE_FLOAT);
  bool jjtc000 = true;
  jjtree.openNodeScope(jjtn000);
    try {
      jj_consume_token(50);
    } finally {
    if (jjtc000) {
      jjtree.closeNodeScope(jjtn000, true);
    }
    }
  }
 /**
  * @see parser.IDLParserVisitor#visit(ASTfloating_pt_type_float, Object)
  * @param data unused
  * @return a TypeContainer for the float type
  */
 public Object visit(ASTfloating_pt_type_float node, Object data) {
     return new TypeContainer(typeof(System.Single));
 }