Package org.eclipse.jdt.internal.ui.text.java

Examples of org.eclipse.jdt.internal.ui.text.java.ProposalInfo


      IStructuredDocument document = node.getStructuredDocument();
      IFile resource = getFile(document);
      return createAdditionalProposalInfo((Node) obj, resource);
    }
    else if (obj instanceof IMember) {
      return new ProposalInfo((IMember) obj).getInfo(monitor);
    }
    return null;
  }
View Full Code Here

TOP

Related Classes of org.eclipse.jdt.internal.ui.text.java.ProposalInfo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.