Package org.erlide.engine.services.search

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


        }
        _and_1 = _or;
      }
      if (_and_1) {
        String _fun = res.getFun();
        return new TypeRefPattern(moduleName, _fun, limitTo);
      }
    }
    String oldName = null;
    moduleName = unquoted;
    do {
View Full Code Here


        final IErlElement e = module.getElementAt(offset);
        OpenUtils _openUtils = new OpenUtils();
        boolean _isTypeDefOrRecordDef = _openUtils.isTypeDefOrRecordDef(res, e);
        if (_isTypeDefOrRecordDef) {
          String _fun = res.getFun();
          return new TypeRefPattern(moduleName, _fun, limitTo);
        }
      }
    }
    String _fun_1 = res.getFun();
    int _arity = res.getArity();
View Full Code Here

TOP

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

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.