Examples of ErlangParserDefinition


Examples of org.intellij.erlang.ErlangParserDefinition

public class ErlangParserTest extends ErlangParserTestBase {
  private static final boolean OVERRIDE_TEST_DATA = false;

  public ErlangParserTest() {
    super("parser", "erl", OVERRIDE_TEST_DATA, new ErlangParserDefinition());
  }
View Full Code Here

Examples of org.intellij.erlang.ErlangParserDefinition

public class ErlangAppParserTest extends ErlangParserTestBase {
  private static final boolean OVERRIDE_TEST_DATA = false;

  public ErlangAppParserTest() {
    super("parser", "app", OVERRIDE_TEST_DATA, new ErlangParserDefinition());
  }
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.