Exemplo n.º 1
0
/* Production 58, chapter 3.4, corba 2.3.1 */
  public void signed_longlong_int() {
 /*@bgen(jjtree) signed_longlong_int */
  ASTsigned_longlong_int jjtn000 = new ASTsigned_longlong_int(this, IDLParserTreeConstants.JJTSIGNED_LONGLONG_INT);
  bool jjtc000 = true;
  jjtree.openNodeScope(jjtn000);
    try {
      jj_consume_token(52);
      jj_consume_token(52);
    } finally {
    if (jjtc000) {
      jjtree.closeNodeScope(jjtn000, true);
    }
    }
  }
 /**
  * @see parser.IDLParserVisitor#visit(ASTsigned_longlong_int, Object)
  * @param data unused
  * @return a TypeContainer for the long long type
  */
 public Object visit(ASTsigned_longlong_int node, Object data) {
     return new TypeContainer(typeof(System.Int64));
 }