public final class ArrayAccessExpr extends Expression
getNames()[15*15] the name expression is getNames() and the index expression is 15*15.Node.ObserverRegistrationMode, Node.ParsednessABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE, NODE_BY_BEGIN_POSITION, prettyPrinterNoCommentsConfiguration| Constructor and Description |
|---|
ArrayAccessExpr() |
ArrayAccessExpr(Expression name,
Expression index) |
ArrayAccessExpr(TokenRange tokenRange,
Expression name,
Expression index)
This constructor is used by the parser and is considered private.
|
| Modifier and Type | Method and Description |
|---|---|
<R,A> R |
accept(GenericVisitor<R,A> v,
A arg)
Accept method for visitor support.
|
<A> void |
accept(VoidVisitor<A> v,
A arg)
Accept method for visitor support.
|
ArrayAccessExpr |
asArrayAccessExpr() |
ArrayAccessExpr |
clone() |
Expression |
getIndex() |
ArrayAccessExprMetaModel |
getMetaModel() |
Expression |
getName() |
void |
ifArrayAccessExpr(Consumer<ArrayAccessExpr> action) |
boolean |
isArrayAccessExpr() |
boolean |
remove(Node node) |
boolean |
replace(Node node,
Node replacementNode) |
ArrayAccessExpr |
setIndex(Expression index) |
ArrayAccessExpr |
setName(Expression name) |
asAnnotationExpr, asArrayCreationExpr, asArrayInitializerExpr, asAssignExpr, asBinaryExpr, asBooleanLiteralExpr, asCastExpr, asCharLiteralExpr, asClassExpr, asConditionalExpr, asDoubleLiteralExpr, asEnclosedExpr, asFieldAccessExpr, asInstanceOfExpr, asIntegerLiteralExpr, asLambdaExpr, asLiteralExpr, asLiteralStringValueExpr, asLongLiteralExpr, asMarkerAnnotationExpr, asMethodCallExpr, asMethodReferenceExpr, asNameExpr, asNormalAnnotationExpr, asNullLiteralExpr, asObjectCreationExpr, asSingleMemberAnnotationExpr, asStringLiteralExpr, asSuperExpr, asThisExpr, asTypeExpr, asUnaryExpr, asVariableDeclarationExpr, ifAnnotationExpr, ifArrayCreationExpr, ifArrayInitializerExpr, ifAssignExpr, ifBinaryExpr, ifBooleanLiteralExpr, ifCastExpr, ifCharLiteralExpr, ifClassExpr, ifConditionalExpr, ifDoubleLiteralExpr, ifEnclosedExpr, ifFieldAccessExpr, ifInstanceOfExpr, ifIntegerLiteralExpr, ifLambdaExpr, ifLiteralExpr, ifLiteralStringValueExpr, ifLongLiteralExpr, ifMarkerAnnotationExpr, ifMethodCallExpr, ifMethodReferenceExpr, ifNameExpr, ifNormalAnnotationExpr, ifNullLiteralExpr, ifObjectCreationExpr, ifSingleMemberAnnotationExpr, ifStringLiteralExpr, ifSuperExpr, ifThisExpr, ifTypeExpr, ifUnaryExpr, ifVariableDeclarationExpr, isAnnotationExpr, isArrayCreationExpr, isArrayInitializerExpr, isAssignExpr, isBinaryExpr, isBooleanLiteralExpr, isCastExpr, isCharLiteralExpr, isClassExpr, isConditionalExpr, isDoubleLiteralExpr, isEnclosedExpr, isFieldAccessExpr, isInstanceOfExpr, isIntegerLiteralExpr, isLambdaExpr, isLiteralExpr, isLiteralStringValueExpr, isLongLiteralExpr, isMarkerAnnotationExpr, isMethodCallExpr, isMethodReferenceExpr, isNameExpr, isNormalAnnotationExpr, isNullLiteralExpr, isObjectCreationExpr, isSingleMemberAnnotationExpr, isStringLiteralExpr, isSuperExpr, isThisExpr, isTypeExpr, isUnaryExpr, isVariableDeclarationExpraddOrphanComment, containsData, customInitialization, equals, getAllContainedComments, getChildNodes, getChildNodesByType, getComment, getData, getNodesByType, getOrphanComments, getParentNode, getParentNodeForChildren, getParsed, getRange, getTokenRange, hasComment, hashCode, isRegistered, notifyPropertyChange, register, register, registerForSubtree, remove, removeComment, removeForced, removeOrphanComment, replace, setAsParentNodeOf, setAsParentNodeOf, setBlockComment, setComment, setData, setLineComment, setParentNode, setParsed, setRange, setTokenRange, toString, toString, tryAddImportToParentCompilationUnit, unregisterfinalize, getClass, notify, notifyAll, wait, wait, waitgetAncestorOfTypecontainsWithin, getBegin, getEnd, isPositionedAfter, isPositionedBeforepublic ArrayAccessExpr()
public ArrayAccessExpr(Expression name, Expression index)
@Generated(value="com.github.javaparser.generator.core.node.MainConstructorGenerator") public ArrayAccessExpr(TokenRange tokenRange, Expression name, Expression index)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
VisitableR - the type of the return value of the visitorA - the type the user argument passed to the visitorv - the visitor implementationarg - the argument passed to the visitor (of type A)public <A> void accept(VoidVisitor<A> v, A arg)
VisitableA - the type the argument passed for the visitorv - the visitor implementationarg - any value relevant for the visitor (of type A)@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public Expression getIndex()
@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public Expression getName()
@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public ArrayAccessExpr setIndex(Expression index)
@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public ArrayAccessExpr setName(Expression name)
@Generated(value="com.github.javaparser.generator.core.node.RemoveMethodGenerator") public boolean remove(Node node)
remove in class Expression@Generated(value="com.github.javaparser.generator.core.node.CloneGenerator") public ArrayAccessExpr clone()
clone in class Expression@Generated(value="com.github.javaparser.generator.core.node.GetMetaModelGenerator") public ArrayAccessExprMetaModel getMetaModel()
getMetaModel in class Expression@Generated(value="com.github.javaparser.generator.core.node.ReplaceMethodGenerator") public boolean replace(Node node, Node replacementNode)
replace in class Expression@Generated(value="com.github.javaparser.generator.core.node.TypeCastingGenerator") public boolean isArrayAccessExpr()
isArrayAccessExpr in class Expression@Generated(value="com.github.javaparser.generator.core.node.TypeCastingGenerator") public ArrayAccessExpr asArrayAccessExpr()
asArrayAccessExpr in class Expression@Generated(value="com.github.javaparser.generator.core.node.TypeCastingGenerator") public void ifArrayAccessExpr(Consumer<ArrayAccessExpr> action)
ifArrayAccessExpr in class ExpressionCopyright © 2007–2017. All rights reserved.