public interface JetDeclarationWithBody extends JetDeclaration
| Modifier and Type | Method and Description |
|---|---|
JetElement |
asElement() |
JetExpression |
getBodyExpression() |
java.lang.String |
getName() |
java.util.List<JetParameter> |
getValueParameters() |
boolean |
hasBlockBody() |
boolean |
hasDeclaredReturnType() |
accept, acceptacceptChildrenaccept, acceptChildren, add, addAfter, addBefore, addRange, addRangeAfter, addRangeBefore, checkAdd, checkDelete, copy, delete, deleteChildRange, findElementAt, findReferenceAt, getChildren, getContainingFile, getContext, getCopyableUserData, getFirstChild, getLanguage, getLastChild, getManager, getNavigationElement, getNextSibling, getNode, getOriginalElement, getParent, getPrevSibling, getProject, getReference, getReferences, getResolveScope, getStartOffsetInParent, getText, getTextLength, getTextOffset, getTextRange, getUseScope, isEquivalentTo, isPhysical, isValid, isWritable, processDeclarations, putCopyableUserData, replace, textContains, textMatches, textMatches, textToCharArray, toStringcanNavigate, canNavigateToSource, navigategetModifierList, hasModifier@Nullable JetExpression getBodyExpression()
@Nullable java.lang.String getName()
getName in interface com.intellij.navigation.NavigationItemboolean hasBlockBody()
boolean hasDeclaredReturnType()
@NotNull JetElement asElement()
@NotNull java.util.List<JetParameter> getValueParameters()