Uses of Class
com.strobel.decompiler.languages.java.ast.ForEachStatement
-
-
Uses of ForEachStatement in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java with parameters of type ForEachStatement Modifier and Type Method Description java.lang.Void
JavaOutputVisitor. visitForEachStatement(ForEachStatement node, java.lang.Void ignored)
-
Uses of ForEachStatement in com.strobel.decompiler.languages.java.analysis
Methods in com.strobel.decompiler.languages.java.analysis with parameters of type ForEachStatement Modifier and Type Method Description ControlFlowNode
ControlFlowGraphBuilder.NodeCreationVisitor. visitForEachStatement(ForEachStatement node, ControlFlowNode data)
-
Uses of ForEachStatement in com.strobel.decompiler.languages.java.ast
Methods in com.strobel.decompiler.languages.java.ast with parameters of type ForEachStatement Modifier and Type Method Description DefiniteAssignmentStatus
DefiniteAssignmentAnalysis.DefiniteAssignmentVisitor. visitForEachStatement(ForEachStatement node, DefiniteAssignmentStatus data)
S
DepthFirstAstVisitor. visitForEachStatement(ForEachStatement node, T data)
R
IAstVisitor. visitForEachStatement(ForEachStatement node, T data)
java.util.Set<java.lang.Object>
JavaNameResolver.FindDeclarationVisitor. visitForEachStatement(ForEachStatement node, java.lang.String name)
-
Uses of ForEachStatement in com.strobel.decompiler.languages.java.ast.transforms
Methods in com.strobel.decompiler.languages.java.ast.transforms that return ForEachStatement Modifier and Type Method Description ForEachStatement
ConvertLoopsTransform. transformForEach(ExpressionStatement node)
ForEachStatement
ConvertLoopsTransform. transformForEachInArray(ForStatement loop)
Methods in com.strobel.decompiler.languages.java.ast.transforms with parameters of type ForEachStatement Modifier and Type Method Description java.lang.Boolean
DeclareVariablesTransform.IsSingleAssignmentVisitor. visitForEachStatement(ForEachStatement node, java.lang.Void p)
-