Uses of Class
com.github.javaparser.ast.expr.NameExpr
Packages that use NameExpr
Package
Description
Implementation of model based on JavaParser.
-
Uses of NameExpr in com.github.javaparser.ast.expr
Classes in com.github.javaparser.ast.expr that implement interfaces with type arguments of type NameExprModifier and TypeClassDescriptionclassWhenever a SimpleName is used in an expression, it is wrapped in NameExpr.Methods in com.github.javaparser.ast.expr that return NameExprModifier and TypeMethodDescriptionExpression.asNameExpr()NameExpr.asNameExpr()NameExpr.clone()NameExpr.setName(SimpleName name) Methods in com.github.javaparser.ast.expr that return types with arguments of type NameExprMethod parameters in com.github.javaparser.ast.expr with type arguments of type NameExprModifier and TypeMethodDescriptionvoidExpression.ifNameExpr(Consumer<NameExpr> action) voidNameExpr.ifNameExpr(Consumer<NameExpr> action) -
Uses of NameExpr in com.github.javaparser.ast.nodeTypes
Methods in com.github.javaparser.ast.nodeTypes that return NameExpr -
Uses of NameExpr in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type NameExprModifier and TypeMethodDescriptionvoidvoidvoidvoid -
Uses of NameExpr in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type NameExpr -
Uses of NameExpr in com.github.javaparser.resolution
Methods in com.github.javaparser.resolution that return types with arguments of type NameExpr -
Uses of NameExpr in com.github.javaparser.symbolsolver.javaparsermodel
Methods in com.github.javaparser.symbolsolver.javaparsermodel with parameters of type NameExpr