Package com.intellij.openapi.compiler

Examples of com.intellij.openapi.compiler.TimestampValidityState


    return myDomFileElement.getFile().getVirtualFile();
  }

  @Nullable
  public ValidityState getValidityState() {
    return new TimestampValidityState(getVirtualFile().getTimeStamp());
  }
View Full Code Here

TOP

Related Classes of com.intellij.openapi.compiler.TimestampValidityState

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.