Package org.erlide.engine.new_model.internal

Examples of org.erlide.engine.new_model.internal.ErlFunction


        if (!_matched) {
          if (Objects.equal(_kind, "function")) {
            _matched=true;
            String _name_1 = node.getName();
            int _arg = node.getArg();
            _switchResult = new ErlFunction(source, _name_1, _arg);
          }
        }
        final ErlForm handle = _switchResult;
        final SourceElementBody body = new SourceElementBody();
        TextRange _pos = node.getPos();
View Full Code Here

TOP

Related Classes of org.erlide.engine.new_model.internal.ErlFunction

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.