org.jetbrains.jet.asJava.wrappers
Class JetClsMethodImpl

java.lang.Object
  extended by com.intellij.openapi.util.UserDataHolderBase
      extended by com.intellij.psi.impl.ElementBase
          extended by com.intellij.psi.impl.PsiElementBase
              extended by com.intellij.psi.impl.compiled.ClsElementImpl
                  extended by com.intellij.psi.impl.compiled.ClsRepositoryPsiElement<T>
                      extended by com.intellij.psi.impl.compiled.ClsMemberImpl<com.intellij.psi.impl.java.stubs.PsiMethodStub>
                          extended by com.intellij.psi.impl.compiled.ClsMethodImpl
                              extended by org.jetbrains.jet.asJava.wrappers.JetClsMethodImpl
All Implemented Interfaces:
com.intellij.navigation.NavigationItem, com.intellij.openapi.util.Iconable, com.intellij.openapi.util.UserDataHolder, com.intellij.openapi.util.UserDataHolderEx, com.intellij.pom.Navigatable, com.intellij.pom.PomNamedTarget, com.intellij.pom.PomRenameableTarget<com.intellij.psi.PsiElement>, com.intellij.pom.PomTarget, com.intellij.psi.NavigatablePsiElement, com.intellij.psi.PsiAnnotationMethod, com.intellij.psi.PsiCompiledElement, com.intellij.psi.PsiDocCommentOwner, com.intellij.psi.PsiElement, com.intellij.psi.PsiMember, com.intellij.psi.PsiMethod, com.intellij.psi.PsiModifierListOwner, com.intellij.psi.PsiNamedElement, com.intellij.psi.PsiNameIdentifierOwner, com.intellij.psi.PsiTarget, com.intellij.psi.PsiTypeParameterListOwner, com.intellij.psi.StubBasedPsiElement<com.intellij.psi.impl.java.stubs.PsiMethodStub>, java.lang.Cloneable, JetClsMethod

public class JetClsMethodImpl
extends com.intellij.psi.impl.compiled.ClsMethodImpl
implements JetClsMethod


Nested Class Summary
 
Nested classes/interfaces inherited from class com.intellij.psi.impl.compiled.ClsElementImpl
com.intellij.psi.impl.compiled.ClsElementImpl.InvalidMirrorException
 
Nested classes/interfaces inherited from interface com.intellij.openapi.util.Iconable
com.intellij.openapi.util.Iconable.IconFlags, com.intellij.openapi.util.Iconable.LastComputedIcon
 
Field Summary
 
Fields inherited from class com.intellij.psi.impl.compiled.ClsElementImpl
CAN_NOT_MODIFY_MESSAGE, COMPILED_ELEMENT, NEXT_LINE
 
Fields inherited from class com.intellij.psi.impl.ElementBase
FLAGS_LOCKED, ICON_PLACEHOLDER
 
Fields inherited from class com.intellij.openapi.util.UserDataHolderBase
COPYABLE_USER_MAP_KEY
 
Fields inherited from interface com.intellij.psi.PsiMethod
ARRAY_FACTORY, EMPTY_ARRAY
 
Fields inherited from interface com.intellij.openapi.util.Iconable
ICON_FLAG_CLOSED, ICON_FLAG_OPEN, ICON_FLAG_READ_STATUS, ICON_FLAG_VISIBILITY
 
Fields inherited from interface com.intellij.navigation.NavigationItem
EMPTY_NAVIGATION_ITEM_ARRAY
 
Fields inherited from interface com.intellij.psi.PsiAnnotationMethod
EMPTY_ARRAY
 
Constructor Summary
JetClsMethodImpl(com.intellij.psi.impl.java.stubs.PsiMethodStub stub, com.intellij.psi.PsiElement origin)
           
 
Method Summary
 void delete()
           
 com.intellij.psi.PsiElement getMirror()
           
 com.intellij.psi.PsiElement getNavigationElement()
           
 JetDeclaration getOrigin()
           
 
Methods inherited from class com.intellij.psi.impl.compiled.ClsMethodImpl
accept, appendMirrorText, findDeepestSuperMethod, findDeepestSuperMethods, findSuperMethods, findSuperMethods, findSuperMethods, findSuperMethodSignaturesIncludingStatic, getBody, getChildren, getContainingClass, getDefaultValue, getElementIcon, getHierarchicalMethodSignature, getModifierList, getParameterList, getPresentation, getReturnType, getReturnTypeElement, getReturnTypeNoResolve, getSignature, getSourceMirrorMethod, getThrowsList, getTypeParameterList, getTypeParameters, getUseScope, hasModifierProperty, hasTypeParameters, isConstructor, isDeprecated, isEquivalentTo, isVarArgs, isVisibilitySupported, processDeclarations, setMirror, toString
 
Methods inherited from class com.intellij.psi.impl.compiled.ClsMemberImpl
getDocComment, getName, getNameIdentifier
 
Methods inherited from class com.intellij.psi.impl.compiled.ClsRepositoryPsiElement
getContainingFile, getElementType, getFirstChild, getLastChild, getManager, getNextSibling, getParent, getPrevSibling, getStub, isPhysical
 
Methods inherited from class com.intellij.psi.impl.compiled.ClsElementImpl
add, addAfter, addBefore, appendText, appendText, checkAdd, checkDelete, copy, findElementAt, findReferenceAt, getChildren, getIndentSize, getLanguage, getNode, getStartOffsetInParent, getText, getTextLength, getTextOffset, getTextRange, goNextLine, isValid, isWritable, replace, setMirror, setMirrorCheckingType, setMirrorIfPresent, setMirrors, setMirrors, setMirrors, textMatches, textMatches, textToCharArray
 
Methods inherited from class com.intellij.psi.impl.PsiElementBase
acceptChildren, addRange, addRangeAfter, addRangeBefore, canNavigate, canNavigateToSource, deleteChildRange, findChildByClass, findChildrenByClass, findNotNullChildByClass, getContext, getOriginalElement, getProject, getReference, getReferences, getResolveScope, navigate, notNullChild, textContains
 
Methods inherited from class com.intellij.psi.impl.ElementBase
buildRowIcon, computeBaseIcon, createLayeredIcon, getAdjustedBaseIcon, getBaseIcon, getIcon, iconWithVisibilityIfNeeded, isNativeFileType, overlayIcons, registerIconLayer, transformFlags
 
Methods inherited from class com.intellij.openapi.util.UserDataHolderBase
clearUserData, clone, copyCopyableDataTo, copyUserDataTo, getCopyableUserData, getUserData, getUserDataString, isUserDataEmpty, putCopyableUserData, putUserData, putUserDataIfAbsent, replace
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.intellij.psi.PsiMethod
findDeepestSuperMethod, findDeepestSuperMethods, findSuperMethods, findSuperMethods, findSuperMethods, findSuperMethodSignaturesIncludingStatic, getBody, getHierarchicalMethodSignature, getModifierList, getName, getNameIdentifier, getParameterList, getReturnType, getReturnTypeElement, getReturnTypeNoResolve, getSignature, getThrowsList, isConstructor, isVarArgs, setName
 
Methods inherited from interface com.intellij.psi.PsiDocCommentOwner
getDocComment, isDeprecated
 
Methods inherited from interface com.intellij.psi.PsiTypeParameterListOwner
getTypeParameterList, getTypeParameters, hasTypeParameters
 
Methods inherited from interface com.intellij.psi.PsiMember
getContainingClass
 
Methods inherited from interface com.intellij.psi.PsiModifierListOwner
hasModifierProperty
 
Methods inherited from interface com.intellij.psi.PsiElement
accept, acceptChildren, add, addAfter, addBefore, addRange, addRangeAfter, addRangeBefore, checkAdd, checkDelete, copy, deleteChildRange, findElementAt, findReferenceAt, getChildren, getContainingFile, getContext, getCopyableUserData, getFirstChild, getLanguage, getLastChild, getManager, 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, toString
 
Methods inherited from interface com.intellij.openapi.util.UserDataHolder
getUserData, putUserData
 
Methods inherited from interface com.intellij.openapi.util.Iconable
getIcon
 
Methods inherited from interface com.intellij.navigation.NavigationItem
getPresentation
 
Methods inherited from interface com.intellij.pom.Navigatable
canNavigate, canNavigateToSource, navigate
 
Methods inherited from interface com.intellij.pom.PomRenameableTarget
isWritable
 
Methods inherited from interface com.intellij.pom.PomTarget
isValid
 

Constructor Detail

JetClsMethodImpl

public JetClsMethodImpl(@NotNull
                        com.intellij.psi.impl.java.stubs.PsiMethodStub stub,
                        @NotNull
                        com.intellij.psi.PsiElement origin)
Method Detail

getMirror

public com.intellij.psi.PsiElement getMirror()
Specified by:
getMirror in interface com.intellij.psi.PsiCompiledElement
Overrides:
getMirror in class com.intellij.psi.impl.compiled.ClsElementImpl

getNavigationElement

@NotNull
public com.intellij.psi.PsiElement getNavigationElement()
Specified by:
getNavigationElement in interface com.intellij.psi.PsiElement
Specified by:
getNavigationElement in interface com.intellij.psi.PsiTarget
Overrides:
getNavigationElement in class com.intellij.psi.impl.compiled.ClsMethodImpl

getOrigin

public JetDeclaration getOrigin()
Specified by:
getOrigin in interface JetClsMethod

delete

public void delete()
            throws com.intellij.util.IncorrectOperationException
Specified by:
delete in interface com.intellij.psi.PsiElement
Overrides:
delete in class com.intellij.psi.impl.compiled.ClsElementImpl
Throws:
com.intellij.util.IncorrectOperationException