Uses of Class
com.github.javaparser.ast.expr.CastExpr
Packages that use CastExpr
Package
Description
-
Uses of CastExpr in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return CastExprModifier and TypeMethodDescriptionCastExpr.asCastExpr()Expression.asCastExpr()CastExpr.clone()CastExpr.setExpression(Expression expression)Methods in com.github.javaparser.ast.expr that return types with arguments of type CastExprMethod parameters in com.github.javaparser.ast.expr with type arguments of type CastExprModifier and TypeMethodDescriptionvoidCastExpr.ifCastExpr(Consumer<CastExpr> action)voidExpression.ifCastExpr(Consumer<CastExpr> action) -
Uses of CastExpr in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type CastExprModifier and TypeMethodDescriptionvoidvoidvoid -
Uses of CastExpr in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type CastExpr