public final class ThisExpr extends Expression
World.this.greet()
is a MethodCallExpr of method name greet,
and scope "World.super" which is a ThisExpr with classExpr "World". this.name
is a
FieldAccessExpr of field greet, and a ThisExpr as its scope. The ThisExpr has no classExpr.ExplicitConstructorInvocationStmt
,
ThisExpr
Node.ObserverRegistrationMode
ABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE, NODE_BY_BEGIN_POSITION, prettyPrinterNoCommentsConfiguration
Constructor and Description |
---|
ThisExpr() |
ThisExpr(Expression classExpr) |
ThisExpr(TokenRange tokenRange,
Expression classExpr)
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.
|
ThisExpr |
clone() |
Optional<Expression> |
getClassExpr() |
ThisExprMetaModel |
getMetaModel() |
boolean |
remove(Node node) |
ThisExpr |
removeClassExpr() |
ThisExpr |
setClassExpr(Expression classExpr) |
addOrphanComment, customInitialization, equals, getAllContainedComments, getChildNodes, getChildNodesByType, getComment, getData, getNodeLists, getNodesByType, getOrphanComments, getParentNode, getParentNodeForChildren, getRange, getTokenRange, hasComment, hashCode, isRegistered, notifyPropertyChange, register, register, registerForSubtree, remove, removeComment, removeForced, removeOrphanComment, setAsParentNodeOf, setBlockComment, setComment, setData, setLineComment, setParentNode, setRange, setTokenRange, toString, toString, tryAddImportToParentCompilationUnit, unregister
finalize, getClass, notify, notifyAll, wait, wait, wait
getAncestorOfType, setAsParentNodeOf, setAsParentNodeOf
containsWithin, getBegin, getEnd, isPositionedAfter, isPositionedBefore
public ThisExpr()
public ThisExpr(Expression classExpr)
@Generated(value="com.github.javaparser.generator.core.node.MainConstructorGenerator") public ThisExpr(TokenRange tokenRange, Expression classExpr)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Visitable
R
- 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)
Visitable
A
- 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 Optional<Expression> getClassExpr()
@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public ThisExpr setClassExpr(Expression classExpr)
@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.RemoveMethodGenerator") public ThisExpr removeClassExpr()
@Generated(value="com.github.javaparser.generator.core.node.CloneGenerator") public ThisExpr clone()
clone
in class Expression
@Generated(value="com.github.javaparser.generator.core.node.GetMetaModelGenerator") public ThisExprMetaModel getMetaModel()
getMetaModel
in class Expression
Copyright © 2007–2017. All rights reserved.