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, copy
getAncestor, id, parent, parent, postCopy, preCopy
attributes, get, set
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAncestor, id, parent, parent
attributes, get, set
public boolean isAssignable()
isAssignable
in interface ExpressionInternal
isAssignable
in class ExpressionFactory.ExpressionBase
public Expression expr()
public Expression index()
public Type type()
public void accept(Visitor visitor)
Node
accept
in interface Node
accept
in class ExpressionFactory.ExpressionBase
Copyright © 2017 Oracle. All rights reserved.