Package org.osmorc.manifest.lang.psi

Examples of org.osmorc.manifest.lang.psi.BundleReference


  @NotNull
  @Override
  public PsiReference[] getReferences(@NotNull HeaderValuePart headerValuePart) {
    if (headerValuePart.getParent() instanceof Clause) {
      return new PsiReference[]{new BundleReference(headerValuePart)};
    }
    return PsiReference.EMPTY_ARRAY;
  }
View Full Code Here

TOP

Related Classes of org.osmorc.manifest.lang.psi.BundleReference

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.