org.jetbrains.kotlin.psi
Class JetArrayAccessExpression
java.lang.Object
JetExpressionImpl
org.jetbrains.kotlin.psi.JetArrayAccessExpression
- All Implemented Interfaces:
- JetExpression, JetReferenceExpression
public class JetArrayAccessExpression
- extends JetExpressionImpl
- implements JetReferenceExpression
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JetArrayAccessExpression
public JetArrayAccessExpression(@NotNull
com.intellij.lang.ASTNode node)
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()