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 IfStmtGeneratedJavaParser.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
Classes in com.github.javaparser.ast.stmt that implement interfaces with type arguments of type IfStmtMethods 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 TypeMethodDescriptionvoidvoidvoidvoid -
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
Subclasses with type arguments of type IfStmt in com.github.javaparser.symbolsolver.javaparsermodel.contextsConstructors in com.github.javaparser.symbolsolver.javaparsermodel.contexts with parameters of type IfStmt