org.jetbrains.kotlin.psi
Class JetArrayAccessExpression

java.lang.Object
  extended by JetExpressionImpl
      extended by org.jetbrains.kotlin.psi.JetArrayAccessExpression
All Implemented Interfaces:
JetExpression, JetReferenceExpression

public class JetArrayAccessExpression
extends JetExpressionImpl
implements JetReferenceExpression


Field Summary
 
Fields inherited from interface org.jetbrains.kotlin.psi.JetExpression
ARRAY_FACTORY, EMPTY_ARRAY
 
Constructor Summary
JetArrayAccessExpression(com.intellij.lang.ASTNode node)
           
 
Method Summary
<R,D> R
accept(JetVisitor<R,D> visitor, D data)
           
 JetExpression getArrayExpression()
           
 java.util.List<com.intellij.openapi.util.TextRange> getBracketRanges()
           
 java.util.List<JetExpression> getIndexExpressions()
           
 JetContainerNode getIndicesNode()
           
 com.intellij.psi.PsiElement getLeftBracket()
           
 com.intellij.psi.PsiElement getRightBracket()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JetArrayAccessExpression

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

accept

public <R,D> R accept(@NotNull
                      JetVisitor<R,D> visitor,
                      D data)
Specified by:
accept in interface JetExpression

getArrayExpression

@Nullable
public JetExpression getArrayExpression()

getIndexExpressions

@NotNull
public java.util.List<JetExpression> getIndexExpressions()

getIndicesNode

@NotNull
public JetContainerNode getIndicesNode()

getBracketRanges

@NotNull
public java.util.List<com.intellij.openapi.util.TextRange> getBracketRanges()

getLeftBracket

@Nullable
public com.intellij.psi.PsiElement getLeftBracket()

getRightBracket

@Nullable
public com.intellij.psi.PsiElement getRightBracket()