Uses of Class
com.github.javaparser.ast.stmt.IfStmt
Packages that use IfStmt
Package
Description
-
Uses of IfStmt in com.github.javaparser.ast.stmt
Methods in com.github.javaparser.ast.stmt that return IfStmtModifier and TypeMethodDescriptionIfStmt.asIfStmt()Statement.asIfStmt()IfStmt.clone()IfStmt.removeElseStmt()IfStmt.setCondition(Expression condition)IfStmt.setElseStmt(Statement elseStmt)Sets the elseStmtIfStmt.setThenStmt(Statement thenStmt)Methods in com.github.javaparser.ast.stmt that return types with arguments of type IfStmtMethod parameters in com.github.javaparser.ast.stmt with type arguments of type IfStmt -
Uses of IfStmt in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type IfStmtModifier and TypeMethodDescriptionvoidvoidvoid -
Uses of IfStmt in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type IfStmt