Package erjang.beam.ModuleAnalyzer

Examples of erjang.beam.ModuleAnalyzer.FunInfo


          mv.visitVarInsn(ALOAD, 0);
          for (int i = 0; i < args.length; i++) {
            push(args[i], EOBJECT_TYPE);
          }

          FunInfo target = funInfos.get(new FunID(fun.mod,
              fun.name(), fun.arity));

         
          if (!is_tail &&
            target.may_return_tail_marker &&
View Full Code Here

TOP

Related Classes of erjang.beam.ModuleAnalyzer.FunInfo

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.