org.jetbrains.jet.kdoc.psi.impl
Class KDocImpl

java.lang.Object
  extended by com.intellij.openapi.util.UserDataHolderBase
      extended by com.intellij.psi.impl.ElementBase
          extended by com.intellij.psi.impl.source.tree.TreeElement
              extended by com.intellij.psi.impl.source.tree.CompositeElement
                  extended by com.intellij.psi.impl.source.tree.LazyParseableElement
                      extended by com.intellij.psi.impl.source.tree.LazyParseablePsiElement
                          extended by org.jetbrains.jet.kdoc.psi.impl.KDocImpl
All Implemented Interfaces:
com.intellij.lang.ASTNode, 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.psi.PsiComment, com.intellij.psi.PsiElement, java.lang.Cloneable, KDoc

public class KDocImpl
extends com.intellij.psi.impl.source.tree.LazyParseablePsiElement
implements KDoc


Nested Class Summary
 
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.source.tree.TreeElement
EMPTY_ARRAY
 
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.PsiElement
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
 
Constructor Summary
KDocImpl(java.lang.CharSequence buffer)
           
 
Method Summary
 com.intellij.lang.Language getLanguage()
           
 com.intellij.psi.tree.IElementType getTokenType()
           
 java.lang.String toString()
           
 
Methods inherited from class com.intellij.psi.impl.source.tree.LazyParseablePsiElement
accept, acceptChildren, add, addAfter, addBefore, addRange, addRangeAfter, addRangeBefore, canNavigate, canNavigateToSource, checkAdd, checkDelete, clone, copy, delete, deleteChildRange, findChildByClass, findChildrenByClass, findElementAt, findReferenceAt, getChildren, getContainingFile, getContext, getFirstChild, getLastChild, getName, getNavigationElement, getNextSibling, getNode, getOriginalElement, getParent, getPresentation, getPrevSibling, getProject, getReference, getReferences, getResolveScope, getUseScope, isEquivalentTo, isPhysical, isValid, isWritable, navigate, processDeclarations, replace
 
Methods inherited from class com.intellij.psi.impl.source.tree.LazyParseableElement
clearCaches, copyTo, getChars, getFirstChildNode, getLastChildNode, getNotCachedLength, getText, getTextLength, hc, isParsed, rawAddChildrenWithoutNotifications, setParsingAllowed, setSuppressEagerPsiCreation, textMatches
 
Methods inherited from class com.intellij.psi.impl.source.tree.CompositeElement
acceptTree, addChild, addChild, addChildren, addInternal, addLeaf, assertThreading, countChildren, countChildren, createPsiNoLock, deleteChildInternal, findChildByRole, findChildByRoleAsPsiElement, findChildByType, findChildByType, findChildByType, findChildByType, findLeafElementAt, findPsiChildByType, findPsiChildByType, getCachedLength, getChildren, getChildrenAsPsiElements, getChildrenAsPsiElements, getChildRole, getChildRole, getModificationCount, getPsi, getPsi, rawAddChildren, rawFirstChild, rawLastChild, rawRemoveAllChildren, removeAllChildren, removeChild, removeRange, replaceAllChildrenToChildrenOf, replaceChild, replaceChildInternal, setPsi, subtreeChanged, textContains, textToCharArray
 
Methods inherited from class com.intellij.psi.impl.source.tree.TreeElement
clearRelativeOffsets, copyElement, equals, getElementType, getStartOffset, getStartOffsetInParent, getTextOffset, getTextRange, getTreeNext, getTreeParent, getTreePrev, invalidate, onInvalidated, rawInsertAfterMe, rawInsertAfterMeWithoutNotifications, rawInsertBeforeMe, rawRemove, rawRemoveUpTo, rawRemoveUpToLast, rawRemoveUpToWithoutNotifications, rawReplaceWithList, textMatches, textMatches, textMatches
 
Methods inherited from class com.intellij.psi.impl.ElementBase
buildRowIcon, computeBaseIcon, createLayeredIcon, getAdjustedBaseIcon, getBaseIcon, getElementIcon, getIcon, iconWithVisibilityIfNeeded, isNativeFileType, isVisibilitySupported, overlayIcons, registerIconLayer, transformFlags
 
Methods inherited from class com.intellij.openapi.util.UserDataHolderBase
clearUserData, copyCopyableDataTo, copyUserDataTo, getCopyableUserData, getUserData, getUserDataString, isUserDataEmpty, putCopyableUserData, putUserData, putUserDataIfAbsent, replace
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.intellij.psi.PsiElement
accept, acceptChildren, add, addAfter, addBefore, addRange, addRangeAfter, addRangeBefore, checkAdd, checkDelete, copy, delete, deleteChildRange, findElementAt, findReferenceAt, getChildren, getContainingFile, getContext, getCopyableUserData, getFirstChild, 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
 
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.lang.ASTNode
getCopyableUserData, putCopyableUserData
 

Constructor Detail

KDocImpl

public KDocImpl(java.lang.CharSequence buffer)
Method Detail

getLanguage

@NotNull
public com.intellij.lang.Language getLanguage()
Specified by:
getLanguage in interface com.intellij.psi.PsiElement
Overrides:
getLanguage in class com.intellij.psi.impl.source.tree.LazyParseablePsiElement

toString

public java.lang.String toString()
Specified by:
toString in interface com.intellij.psi.PsiElement
Overrides:
toString in class com.intellij.psi.impl.source.tree.LazyParseablePsiElement

getTokenType

public com.intellij.psi.tree.IElementType getTokenType()
Specified by:
getTokenType in interface com.intellij.psi.PsiComment