Uses of Class
com.github.javaparser.ast.expr.ThisExpr
Packages that use ThisExpr
Package
Description
-
Uses of ThisExpr in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return ThisExprModifier and TypeMethodDescriptionExpression.asThisExpr()
ThisExpr.asThisExpr()
ThisExpr.clone()
ThisExpr.removeClassName()
ThisExpr.removeTypeName()
ThisExpr.setTypeName(Name typeName)
Methods in com.github.javaparser.ast.expr that return types with arguments of type ThisExprMethod parameters in com.github.javaparser.ast.expr with type arguments of type ThisExprModifier and TypeMethodDescriptionvoid
Expression.ifThisExpr(Consumer<ThisExpr> action)
void
ThisExpr.ifThisExpr(Consumer<ThisExpr> action)
-
Uses of ThisExpr in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type ThisExprModifier and TypeMethodDescriptionvoid
void
void
-
Uses of ThisExpr in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type ThisExpr