Ejemplo n.º 1
0
/* Production 96, chapter 3.4, corba 2.3.1 */
  public void fixed_pt_type() {
 /*@bgen(jjtree) fixed_pt_type */
  ASTfixed_pt_type jjtn000 = new ASTfixed_pt_type(this, IDLParserTreeConstants.JJTFIXED_PT_TYPE);
  bool jjtc000 = true;
  jjtree.openNodeScope(jjtn000);
    try {
      jj_consume_token(83);
      jj_consume_token(68);
      positive_int_const();
      jj_consume_token(20);
      positive_int_const();
      jj_consume_token(69);
    } catch (Exception jjte000) {
      if (jjtc000) {
        jjtree.clearNodeScope(jjtn000);
        jjtc000 = false;
      } else {
        jjtree.popNode();
      }
    {if (true) throw ;}
    } finally {
      if (jjtc000) {
        jjtree.closeNodeScope(jjtn000, true);
      }
    }
  }
Ejemplo n.º 2
0
 /**
  * @see parser.IDLParserVisitor#visit(ASTfixed_pt_type, Object)
  */
 public Object visit(ASTfixed_pt_type node, Object data) {
     return null;
 }