Examples of ErlHeader


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

      }
    }
    if (!_matched) {
      if (Objects.equal(_fileExtension, "hrl")) {
        _matched=true;
        _switchResult = new ErlHeader(this, file);
      }
    }
    if (!_matched) {
      _switchResult = 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.