474849505152535455
IDLVisitor visitor = new IDLVisitor(); visitor.visit(idlTree); idl = visitor.getIDL(); } catch (Exception ex) { throw new IDLProcessorException(ex.getMessage(), ex); } return idl; }