Package org.erlide.engine.services.search

Examples of org.erlide.engine.services.search.IncludePattern


    return new RecordPattern(unquoted, limitTo);
  }
 
  protected static ErlangSearchPattern _getSearchPatternFromOpenResultAndLimitTo(final IncludeOpenResult res, final IErlModule module, final int offset, final LimitTo limitTo, final boolean matchAnyFunctionDefinition) throws ErlModelException {
    String _name = res.getName();
    return new IncludePattern(_name, limitTo);
  }
View Full Code Here

TOP

Related Classes of org.erlide.engine.services.search.IncludePattern

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.