Examples of ErlangBehaviourStub


Examples of org.intellij.erlang.stubs.ErlangBehaviourStub

    return new ErlangBehaviourImpl(stub, this);
  }

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

Examples of org.intellij.erlang.stubs.ErlangBehaviourStub

  }

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