Package org.erlide.engine.services.search

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


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

TOP

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

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.