Uses of Class
com.github.javaparser.ast.stmt.IfStmt
Packages that use IfStmt
Package
Description
Implementation of model based on JavaParser.
-
Uses of IfStmt in com.github.javaparser
Methods in com.github.javaparser that return IfStmtModifier and TypeMethodDescriptionfinal IfStmt
GeneratedJavaParser.IfStatement()
https://docs.oracle.com/javase/specs/jls/se15/html/jls-14.html#jls-14.9 -
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 TypeMethodDescriptionvoid
void
void
void
-
Uses of IfStmt in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type IfStmt -
Uses of IfStmt in com.github.javaparser.symbolsolver.javaparsermodel
Methods in com.github.javaparser.symbolsolver.javaparsermodel with parameters of type IfStmt -
Uses of IfStmt in com.github.javaparser.symbolsolver.javaparsermodel.contexts
Constructors in com.github.javaparser.symbolsolver.javaparsermodel.contexts with parameters of type IfStmt