Interface RsFunction

All Superinterfaces:
com.intellij.psi.PsiElement, org.rust.devkt.lang.core.psi.ext.RsElement

public interface RsFunction extends org.rust.devkt.lang.core.psi.ext.RsElement
  • Field Summary

    Fields inherited from interface com.intellij.psi.PsiElement

    EMPTY_ARRAY
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable RsBlock
     
    @Nullable com.intellij.psi.PsiElement
     
    @Nullable RsExternAbi
     
    @NotNull com.intellij.psi.PsiElement
     
    @NotNull com.intellij.psi.PsiElement
     
    @NotNull List<RsOuterAttr>
     
    @Nullable RsRetType
     
    @Nullable com.intellij.psi.PsiElement
     
     
    @Nullable com.intellij.psi.PsiElement
     
     
    @Nullable RsVis
     
    @Nullable RsWhereClause
     

    Methods inherited from interface com.intellij.psi.PsiElement

    add, addAfter, addBefore, addRange, addRangeAfter, addRangeBefore, checkAdd, checkDelete, copy, delete, deleteChildRange, findElementAt, findReferenceAt, getChildren, getContainingFile, getContext, getFirstChild, getLanguage, getLastChild, getNavigationElement, getNextSibling, getNode, getOriginalElement, getParent, getPrevSibling, getReference, getStartOffsetInParent, getText, getTextLength, getTextOffset, getTextRange, isEquivalentTo, isPhysical, isValid, isWritable, replace, textContains, textMatches, textMatches, textToCharArray, toString
  • Method Details

    • getBlock

      @Nullable @Nullable RsBlock getBlock()
    • getExternAbi

      @Nullable @Nullable RsExternAbi getExternAbi()
    • getOuterAttrList

      @NotNull @NotNull List<RsOuterAttr> getOuterAttrList()
    • getRetType

      @Nullable @Nullable RsRetType getRetType()
    • getTypeParameterList

      @Nullable @Nullable RsTypeParameterList getTypeParameterList()
    • getValueParameterList

      @Nullable @Nullable RsValueParameterList getValueParameterList()
    • getVis

      @Nullable @Nullable RsVis getVis()
    • getWhereClause

      @Nullable @Nullable RsWhereClause getWhereClause()
    • getSemicolon

      @Nullable @Nullable com.intellij.psi.PsiElement getSemicolon()
    • getConst

      @Nullable @Nullable com.intellij.psi.PsiElement getConst()
    • getFn

      @NotNull @NotNull com.intellij.psi.PsiElement getFn()
    • getIdentifier

      @NotNull @NotNull com.intellij.psi.PsiElement getIdentifier()
    • getUnsafe

      @Nullable @Nullable com.intellij.psi.PsiElement getUnsafe()