Examples of ErlangMacrosDefinitionStub


Examples of org.intellij.erlang.stubs.ErlangMacrosDefinitionStub

    return new ErlangMacrosDefinitionImpl(stub, this);
  }

  @Override
  public ErlangMacrosDefinitionStub createStub(@NotNull ErlangMacrosDefinition psi, StubElement parentStub) {
    return new ErlangMacrosDefinitionStub(parentStub, this, psi.getName());
  }
View Full Code Here

Examples of org.intellij.erlang.stubs.ErlangMacrosDefinitionStub

  }

  @NotNull
  @Override
  public ErlangMacrosDefinitionStub deserialize(@NotNull StubInputStream dataStream, StubElement parentStub) throws IOException {
    return new ErlangMacrosDefinitionStub(parentStub, this, dataStream.readName());
  }
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.