Beispiel #1
0
/* Production 53 c */
  public void floating_pt_type_longdouble() {
 /*@bgen(jjtree) floating_pt_type_longdouble */
  ASTfloating_pt_type_longdouble jjtn000 = new ASTfloating_pt_type_longdouble(this, IDLParserTreeConstants.JJTFLOATING_PT_TYPE_LONGDOUBLE);
  bool jjtc000 = true;
  jjtree.openNodeScope(jjtn000);
    try {
      jj_consume_token(52);
      jj_consume_token(51);
    } finally {
    if (jjtc000) {
      jjtree.closeNodeScope(jjtn000, true);
    }
    }
  }
 /**
  * unsupported
  * @see parser.IDLParserVisitor#visit(ASTfloating_pt_type_longdouble, Object)
  */
 public Object visit(ASTfloating_pt_type_longdouble node, Object data) {
     throw new NotSupportedException("long double not supported by this compiler");
 }