Examples of VariablePattern


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

        if ((e instanceof IErlFunctionClause)) {
          String _functionName = ((IErlFunctionClause)e).getFunctionName();
          int _arity = ((IErlFunctionClause)e).getArity();
          String _head = ((IErlFunctionClause)e).getHead();
          String _name = res.getName();
          return new VariablePattern(_functionName, _arity, _head, _name, limitTo, module);
        }
      }
    }
    return null;
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.