org.jetbrains.kotlin.psi
Class JetStringTemplateExpression

java.lang.Object
  extended by JetExpressionImpl
      extended by org.jetbrains.kotlin.psi.JetStringTemplateExpression
All Implemented Interfaces:
com.intellij.openapi.util.Iconable, com.intellij.openapi.util.UserDataHolder, com.intellij.psi.PsiElement, com.intellij.psi.PsiLanguageInjectionHost

public class JetStringTemplateExpression
extends JetExpressionImpl
implements com.intellij.psi.PsiLanguageInjectionHost


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.intellij.psi.PsiLanguageInjectionHost
com.intellij.psi.PsiLanguageInjectionHost.InjectedPsiVisitor, com.intellij.psi.PsiLanguageInjectionHost.Shred
 
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 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
 
Constructor Summary
JetStringTemplateExpression(com.intellij.lang.ASTNode node)
           
 
Method Summary
<R,D> R
accept(JetVisitor<R,D> visitor, D data)
           
 com.intellij.psi.LiteralTextEscaper<? extends com.intellij.psi.PsiLanguageInjectionHost> createLiteralTextEscaper()
           
 JetStringTemplateEntry[] getEntries()
           
 boolean isValidHost()
           
 com.intellij.psi.PsiLanguageInjectionHost updateText(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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, 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, toString
 
Methods inherited from interface com.intellij.openapi.util.UserDataHolder
getUserData, putUserData
 
Methods inherited from interface com.intellij.openapi.util.Iconable
getIcon
 

Constructor Detail

JetStringTemplateExpression

public JetStringTemplateExpression(@NotNull
                                   com.intellij.lang.ASTNode node)
Method Detail

accept

public <R,D> R accept(@NotNull
                      JetVisitor<R,D> visitor,
                      D data)

getEntries

@NotNull
public JetStringTemplateEntry[] getEntries()

isValidHost

public boolean isValidHost()
Specified by:
isValidHost in interface com.intellij.psi.PsiLanguageInjectionHost

updateText

public com.intellij.psi.PsiLanguageInjectionHost updateText(@NotNull
                                                            java.lang.String text)
Specified by:
updateText in interface com.intellij.psi.PsiLanguageInjectionHost

createLiteralTextEscaper

@NotNull
public com.intellij.psi.LiteralTextEscaper<? extends com.intellij.psi.PsiLanguageInjectionHost> createLiteralTextEscaper()
Specified by:
createLiteralTextEscaper in interface com.intellij.psi.PsiLanguageInjectionHost