Package org.erlide.engine.services.search

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


        moduleName = _resolveMacroValue;
      }
    } while((!moduleName.equals(oldName)));
    String _fun_1 = res.getFun();
    int _arity = res.getArity();
    return new FunctionPattern(moduleName, _fun_1, _arity, limitTo, matchAnyFunctionDefinition, module, false);
  }
View Full Code Here


        }
      }
    }
    String _fun_1 = res.getFun();
    int _arity = res.getArity();
    return new FunctionPattern(moduleName, _fun_1, _arity, limitTo, matchAnyFunctionDefinition, module, true);
  }
View Full Code Here

TOP

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

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.