Package org.rust.devkt.lang.core.psi
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 TypeMethodDescription@Nullable RsBlockgetBlock()@Nullable com.intellij.psi.PsiElementgetConst()@Nullable RsExternAbi@NotNull com.intellij.psi.PsiElementgetFn()@NotNull com.intellij.psi.PsiElement@NotNull List<RsOuterAttr>@Nullable RsRetType@Nullable com.intellij.psi.PsiElement@Nullable RsTypeParameterList@Nullable com.intellij.psi.PsiElement@Nullable RsValueParameterList@Nullable RsVisgetVis()@Nullable RsWhereClauseMethods 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
-
getExternAbi
-
getOuterAttrList
-
getRetType
-
getTypeParameterList
-
getValueParameterList
-
getVis
-
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()
-