Beispiel #1
0
/* Production 97, chapter 3.4, corba 2.3.1 */
  public void fixed_pt_const_type() {
 /*@bgen(jjtree) fixed_pt_const_type */
  ASTfixed_pt_const_type jjtn000 = new ASTfixed_pt_const_type(this, IDLParserTreeConstants.JJTFIXED_PT_CONST_TYPE);
  bool jjtc000 = true;
  jjtree.openNodeScope(jjtn000);
    try {
      jj_consume_token(83);
    } finally {
      if (jjtc000) {
        jjtree.closeNodeScope(jjtn000, true);
      }
    }
  }
 /**
  * @see parser.IDLParserVisitor#visit(ASTfixed_pt_const_type, Object)
  */
 public Object visit(ASTfixed_pt_const_type node, Object data) {
     return null;
 }