コード例 #1
0
 @Nullable
 public PsiReference getReference() {
   return ErlangPsiImplUtil.getReference(this);
 }
コード例 #2
0
 public int getTextOffset() {
   return ErlangPsiImplUtil.getTextOffset(this);
 }
コード例 #3
0
 @NotNull
 public PsiElement setName(String newName) {
   return ErlangPsiImplUtil.setName(this, newName);
 }
コード例 #4
0
 @NotNull
 public PsiElement getNameIdentifier() {
   return ErlangPsiImplUtil.getNameIdentifier(this);
 }
コード例 #5
0
 @NotNull
 public String getName() {
   return ErlangPsiImplUtil.getName(this);
 }