Package erjang

Examples of erjang.ErlangUndefined


    int arity = a.length();
   
    EFun target = EModuleManager.resolve(new FunID(m,f,arity));
   
    if (target == null) {
      throw new ErlangUndefined(m, f, new ESmall(arity));
    }
   
    self.tail = target;
    a = a.reverse();
    switch (arity) {
View Full Code Here

TOP

Related Classes of erjang.ErlangUndefined

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.