public static final class ExpressionFactory.ArrayIndexExpression extends ExpressionFactory.ExpressionBase
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor visitor)
Accept the visitor and allow it to perform actions on this Node.
|
Expression |
expr() |
Expression |
index() |
boolean |
isAssignable() |
String |
toString() |
Type |
type() |
copy, copygetAncestor, id, parent, parent, postCopy, preCopyattributes, get, setclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAncestor, id, parent, parentattributes, get, setpublic boolean isAssignable()
isAssignable in interface ExpressionInternalisAssignable in class ExpressionFactory.ExpressionBasepublic Expression expr()
public Expression index()
public Type type()
public void accept(Visitor visitor)
Nodeaccept in interface Nodeaccept in class ExpressionFactory.ExpressionBaseCopyright © 2017 Oracle. All rights reserved.