Ejemplo n.º 1
0
/* Production 53 b */
  public void floating_pt_type_double() {
 /*@bgen(jjtree) floating_pt_type_double */
  ASTfloating_pt_type_double jjtn000 = new ASTfloating_pt_type_double(this, IDLParserTreeConstants.JJTFLOATING_PT_TYPE_DOUBLE);
  bool jjtc000 = true;
  jjtree.openNodeScope(jjtn000);
    try {
      jj_consume_token(51);
    } finally {
    if (jjtc000) {
      jjtree.closeNodeScope(jjtn000, true);
    }
    }
  }
Ejemplo n.º 2
0
 /**
  * @see parser.IDLParserVisitor#visit(ASTfloating_pt_type_double, Object)
  * @param data unused
  * @return a TypeContainer for the double type
  */
 public Object visit(ASTfloating_pt_type_double node, Object data) {
     return new TypeContainer(typeof(System.Double));
 }