Uses of Class
com.github.javaparser.ast.stmt.ForEachStmt
-
Packages that use ForEachStmt Package Description com.github.javaparser.ast.stmt com.github.javaparser.ast.type com.github.javaparser.ast.visitor com.github.javaparser.printer com.github.javaparser.symbolsolver.javaparsermodel Implementation of model based on JavaParser.com.github.javaparser.symbolsolver.javaparsermodel.contexts -
-
Uses of ForEachStmt in com.github.javaparser.ast.stmt
Methods in com.github.javaparser.ast.stmt that return ForEachStmt Modifier and Type Method Description ForEachStmt
ForEachStmt. asForEachStmt()
ForEachStmt
Statement. asForEachStmt()
ForEachStmt
ForEachStmt. clone()
ForEachStmt
ForEachStmt. setBody(Statement body)
ForEachStmt
ForEachStmt. setIterable(Expression iterable)
ForEachStmt
ForEachStmt. setVariable(VariableDeclarationExpr variable)
Methods in com.github.javaparser.ast.stmt that return types with arguments of type ForEachStmt Modifier and Type Method Description java.util.Optional<ForEachStmt>
ForEachStmt. toForEachStmt()
java.util.Optional<ForEachStmt>
Statement. toForEachStmt()
Method parameters in com.github.javaparser.ast.stmt with type arguments of type ForEachStmt Modifier and Type Method Description void
ForEachStmt. ifForEachStmt(java.util.function.Consumer<ForEachStmt> action)
void
Statement. ifForEachStmt(java.util.function.Consumer<ForEachStmt> action)
-
Uses of ForEachStmt in com.github.javaparser.ast.type
Methods in com.github.javaparser.ast.type that return types with arguments of type ForEachStmt Modifier and Type Method Description private java.util.Optional<ForEachStmt>
VarType. forEachStmtWithVariableDeclarator(VariableDeclarator variableDeclarator)
-
Uses of ForEachStmt in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type ForEachStmt Modifier and Type Method Description Visitable
CloneVisitor. visit(ForEachStmt n, java.lang.Object arg)
java.lang.Boolean
EqualsVisitor. visit(ForEachStmt n, Visitable arg)
java.util.List<R>
GenericListVisitorAdapter. visit(ForEachStmt n, A arg)
R
GenericVisitor. visit(ForEachStmt n, A arg)
R
GenericVisitorAdapter. visit(ForEachStmt n, A arg)
R
GenericVisitorWithDefaults. visit(ForEachStmt n, A arg)
java.lang.Integer
HashCodeVisitor. visit(ForEachStmt n, java.lang.Void arg)
Visitable
ModifierVisitor. visit(ForEachStmt n, A arg)
java.lang.Boolean
NoCommentEqualsVisitor. visit(ForEachStmt n, Visitable arg)
java.lang.Integer
NoCommentHashCodeVisitor. visit(ForEachStmt n, java.lang.Void arg)
void
NodeFinderVisitor. visit(ForEachStmt n, Range arg)
java.lang.Boolean
ObjectIdentityEqualsVisitor. visit(ForEachStmt n, Visitable arg)
java.lang.Integer
ObjectIdentityHashCodeVisitor. visit(ForEachStmt n, java.lang.Void arg)
void
VoidVisitor. visit(ForEachStmt n, A arg)
void
VoidVisitorAdapter. visit(ForEachStmt n, A arg)
void
VoidVisitorWithDefaults. visit(ForEachStmt n, A arg)
-
Uses of ForEachStmt in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type ForEachStmt Modifier and Type Method Description void
DefaultPrettyPrinterVisitor. visit(ForEachStmt n, java.lang.Void arg)
void
PrettyPrintVisitor. visit(ForEachStmt n, java.lang.Void arg)
Deprecated. -
Uses of ForEachStmt in com.github.javaparser.symbolsolver.javaparsermodel
Methods in com.github.javaparser.symbolsolver.javaparsermodel that return types with arguments of type ForEachStmt Modifier and Type Method Description private java.util.Optional<ForEachStmt>
JavaParserFacade. forEachStmtWithVariableDeclarator(VariableDeclarator variableDeclarator)
Methods in com.github.javaparser.symbolsolver.javaparsermodel with parameters of type ForEachStmt Modifier and Type Method Description ResolvedType
DefaultVisitorAdapter. visit(ForEachStmt node, java.lang.Boolean aBoolean)
-
Uses of ForEachStmt in com.github.javaparser.symbolsolver.javaparsermodel.contexts
Constructors in com.github.javaparser.symbolsolver.javaparsermodel.contexts with parameters of type ForEachStmt Constructor Description ForEachStatementContext(ForEachStmt wrappedNode, TypeSolver typeSolver)
-