示例#1
0
/* Production 61, chapter 3.4, corba 2.3.1 */
  public void unsigned_long_int() {
 /*@bgen(jjtree) unsigned_long_int */
  ASTunsigned_long_int jjtn000 = new ASTunsigned_long_int(this, IDLParserTreeConstants.JJTUNSIGNED_LONG_INT);
  bool jjtc000 = true;
  jjtree.openNodeScope(jjtn000);
    try {
      jj_consume_token(54);
      jj_consume_token(52);
    } finally {
    if (jjtc000) {
      jjtree.closeNodeScope(jjtn000, true);
    }
    }
  }
 /**
  * @see parser.IDLParserVisitor#visit(ASTunsigned_long_int, Object)
  * @param data unused
  * @return a TypeContainer for the long type
  */
 public Object visit(ASTunsigned_long_int node, Object data) {
     return new TypeContainer(typeof(System.Int32), typeof(System.UInt32));
 }